@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/c/font_4660907_zbpgtdz5jfm.woff2?t=1728009380573') format('woff2'), 
    url('//at.alicdn.com/t/c/font_4660907_zbpgtdz5jfm.woff?t=1728009380573') format('woff'), 
    url('//at.alicdn.com/t/c/font_4660907_zbpgtdz5jfm.ttf?t=1728009380573') format('truetype')
}

.banners-link-btn .heoblogIcon {
    font-style: normal;
    font-size: 20px
}

.banners-link>a.banners-link-btn:hover {
    color: #fff !important
}

.icon-fire-fill::before {
    content: '\e729';
    font-family: iconfont;
    color: #fff
}

.icon-add-circle-fill {
    font-style: normal
}

.icon-add-circle-fill::before {
    content: '\e605';
    font-family: iconfont;
    color: #fff
}

.icon-star-smile-fill::before {
    content: '\e636';
    font-family: iconfont;
    color: #fff
}

.tags-group-icon-pair>.tags-group-icon:first-of-type {
    margin-right: 40px
}

.recent-post-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: .5rem
}

#home_top_iconsCard {
    display: flex
}

.topGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(328px + .5rem);
    align-content: space-between;
    width: calc(50% - .25rem);
    position: relative;
    animation: slide-in .6s .1s backwards;
    flex: 1;
    overflow: hidden
}

div#home_top_iconsCard {
    width: calc(50% - .5rem);
    height: calc(328px + .5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-right: 5px
}

div#home_top_iconsCard_content {
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e8f7;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 16px -4px #2c2d300c;
    flex-direction: column;
    transition: .3s;
    will-change: transform;
    animation: slide-in .6s .1s backwards
}

.banners-title {
    top: 2.6rem;
    left: 2rem;
    position: absolute;
    display: flex;
    flex-direction: column
}

.banners-title-big {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.banners-title-small {
    font-size: 12px;
    line-height: 1;
    color: rgba(60, 60, 67, 0.8);
    margin-top: 8px;
    margin-bottom: .5rem;
    margin-left: 2px
}

.topGroup .todayCard {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    margin-left: 1rem;
    overflow: hidden;
    transition: .3s;
    display: flex;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 8px 16px -4px #2c2d300c
}

.topGroup .todayCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.topGroup .todayCard .todayCard-info {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    z-index: 2;
    color: #fff;
    max-width: 60%;
    transition: .3s
}

.topGroup .todayCard .todayCard-info .todayCard-tips {
    opacity: .8;
    font-size: 1.6rem;
    margin-left: 3px;
    margin-top: 4px
}

.topGroup .todayCard .todayCard-info .todayCard-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

.topGroup .banner-button-group {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    transition: .3s
}

.topGroup .banner-button {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: .3s;
    cursor: pointer;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: translateZ(0);
    height: 40px;
    width: 118px;
    justify-content: center
}

.topGroup .banner-button i {
    margin-right: 8px;
    font-size: 22px
}

.topGroup .todayCard .todayCard-cover {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
    transition: .3s
}

.banners-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 36px;
    left: 40px;
    gap: 12px;
    flex-wrap: wrap
}

.banners-link-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 18px 8px 14px;
    border-radius: 60px;
    color: #fff;
    width: 87px;
    position: relative;
    font-size: 15px
}

.banners-link-btn.blb-hot {
    background: linear-gradient(to right, #f65, #ffbf37);
    background-size: 200%
}

.banners-link-btn.blb-top {
    background: linear-gradient(to right, #358bff, #15c6ff);
    background-size: 200%
}

.banners-link-title {
    margin-left: auto;
    pointer-events: none
}

@keyframes rowup {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

.tags-group-icon {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    position: relative
}

.tags-group-all {
    display: flex;
    transform: rotate(0)
}

#home_top_iconsCard .tags-group-wrapper {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    animation: rowup 60s linear infinite;
    width: 320px;
    margin-left: auto
}

.tags-group-icon-pair .tags-group-icon:nth-child(even) {
    margin-top: 1rem;
    transform: translate(-60px)
}

#home_top_iconsCard .tags-group-icon-pair {
    display: flex
}

#home_top_iconsCard .tags-group-icon-pair .tags-group-icon:nth-child(even) {
    margin-left: 4rem
}

.tags-group-icon-pair {
    margin-left: 1rem;
    user-select: none
}

.tags-group-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    box-shadow: 0 2px 16px -3px rgba(0, 0, 0, .15)
}

.tags-group-icon img {
    width: 60%
}

#categoryList>a:nth-child()>i {
    padding-right: 8px
}

.recent-post-item:hover .recent-post-top .recent-post-item .recent-post-info .article-title {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    padding-top: .5rem;
    font-weight: 700;
    font-size: .8rem;
    padding: 0 !important
}

#recent-post-top .recent-post-item .post_cover {
    width: 100%
}

.recent-top-post-group {
    border-radius: 12px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 0;
    -webkit-user-select: none
}

.recent-post-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: scroll;
    gap: .7rem
}

.recent-post-top::-webkit-scrollbar {
    display: none
}

.recent-post-top .recent-post-item {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 161px;
    max-height: 161px;
    border: 1px solid #e3e8f7;
    transition: .3s;
    position: relative;
    box-shadow: 0 8px 16px -4px #2c2d300c
}

@media screen and (min-width:1200px) {
    .recent-post-top .recent-post-item {
        flex: 1 1 30%;
        margin-left: 0
    }

    .recent-post-top .recent-post-item {
        margin-right: 5px;
        margin-bottom: 5px
    }

    .recent-post-top {
        overflow-x: visible
    }

    .recent-top-post-group {
        overflow: visible;
        overflow-x: visible
    }
}

.recent-post-top .recent-post-item:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03)
}

span.recent-post-top-text {
    position: absolute;
    top: 0;
    left: -40px;
    display: flex;
    z-index: 1;
    background: #425AEF;
    color: #fff;
    padding: 2px 8px;
    font-size: 1.5rem;
    border-radius: 12px 0 12px 0;
    transition: .3s;
    cursor: pointer
}

.recent-post-top .recent-post-item .post_cover a {
    height: 100px;
    overflow: hidden;
    display: flex
}

.recent-post-top .recent-post-item .post_cover img {
    object-fit: cover;
    width: 100%;
    border-radius: 12px 12px 0 0
}

.recent-post-item .post_cover {
    -webkit-mask-image: -webkit-radial-gradient(center, #fff, #000)
}

.recent-post-top .recent-post-item .recent-post-info {
    padding: .3rem .5rem .3rem .5rem !important;
    transition: .3s;
    margin-top: 5px
}

.recent-post-top .recent-post-item .recent-post-info a {
    font-weight: 700
}

#home_top {
    max-width: 1400px;
    margin: auto;
    margin-top: .5rem;
    margin-bottom: .5rem
}

#aside-content>div.card-widget.card-info>div>div.card-info-data>div:nth-child()>a>div.headline {
    font-weight: 700
}

details:not(.tk-admin-config-group) summary::marker {
    color: #425AEF;
    transition: .3s
}

details[open]:not(.tk-admin-config-group) summary::marker {
    color: #fff
}

.recent-post-item:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

@media screen and (max-width:600px) {
    #home_top #home_top_iconsCard .tags-group-all {}
}