/* DIYCSS
   ========================================================================== */
/**
 * 1. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 * 2. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 *    如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 */
/* @import "https://cdn.bootcdn.net/ajax/libs/font-awesome/6.1.1/css/all.min.css";
@import "https://cdn.bootcdn.net/ajax/libs/font-awesome/6.1.1/css/v4-shims.min.css"; */
.logo.text {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: color 0.3s cubic-bezier(0.77,0,0.175,1);
}
.search-hmoban {
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 40px;
    margin-right: 8px;
}
.search-hmoban input.search-field {
    border: 0;
    outline: none;
    background: none;
}
.search-hmoban button.search-submit {
    outline: none;
    display: block;
    cursor: pointer;
    border-radius: 20px;
    font-size: 20px !important;
    right: 10px !important;
    width: 48px !important;
    background:#ffffff !important;
}
.search-hmoban button.search-submit:hover {
    background: #f65 !important;
    font-size: 15px;
    color: #fff;
}
.hmoban_bg{
	border-radius: 8px;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
    overflow: hidden;
    background: #fff;
    padding: 15px;
}
.hmoban_bgpt15{padding-top: 15px;}
@media (max-width: 767px) {
    .logo.text {
        font-size: 22px;
        letter-spacing: 0px;
    }
    .navbar,.header-gap{height: 60px;}
    /*.home-cat-nav-wrap{overflow-x: auto;}
    .home-cat-nav-wrap ul {
        width: max-content;
    }*/
}
/*菜单-下拉栏目数量*/
.menu_num {
    position: absolute;
    top: 8px;
    left: 68%;
    color: #555;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    background: #eee;
    font-size: 12px;
    min-width: 32px;
}

@media screen and (max-width: 680px) {
    .menu_num {
        display: none;
    }
}
/***角标***/
i.free-theme-tag {
    font-size: 14px;
    color: #fff;
    background: #f65;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    padding: 1px 5px;
    font-style: normal;
}


.navbar .nav-list>.menu-item.current-menu-item>a{
    color: #f65;
}
.navbar .nav-list>.menu-item:hover>a{
    color: #f65;
}
.entry-footer .post-meta-box.post-meta-box-gird{border-bottom: 0;}
.post-grid .gird-title .entry-header .entry-title{
    font-size: 14px;font-weight: 300;
}
.post-grid .gird-title .entry-header .entry-title:hover a{color:#f65;}

/*tags样式*/
.entry-bolg-tags {
    display: flex;
    gap: 4px;
}
.entry-bolg-tags a {
    background: none;
    color: #999;
    font-size: 12px;
    padding: 4px;
}
.entry-bolg-tags a:hover{
    background-color: #ffe3dd;
    color: #f65;
    cursor: pointer;
}
.entry-bolg-tags a i {
    font-style: normal;
    padding-right: 2px;
}
/*购买小工具css*/
.hmoban-down-msg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 5.656rem;
    -webkit-transform: translate(38px, -8px) rotate(45deg);
    transform: translate(38px, -8px) rotate(45deg);
    text-align: center;
    font-size: .75rem;
    background-color: #1eb6ff;
    color: #fff;
}
.hmoban-buy-title {
    color: #1eb6ff;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.hmoban-buy-title i {
    margin-right: .25rem !important;
}
.hmoban-btn--primary{
    background: linear-gradient(to right, #358bff, #15c6ff);
}
.widget-pay .pay--rateinfo{
    background: #f3f7ff;
    color: #f65;
}


#home_top {
    margin: auto;
    margin-top: 40px;
    width: 100%
}

@media screen and (max-width: 768px) {
    #home_top {
        margin-top: 30px;
    }
}

.recent-top-post-group {
    border-radius: 12px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 0
}

.recent-post-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll
}

.recent-post-top::-webkit-scrollbar {
    display: none
}

.recent-post-top .recent-post-item {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: .5rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    min-width: 200px;
    height: 164px;
    max-height: 164px;
    transition: .3s;
    position: relative;
}

@media screen and (max-width: 768px) {
    .recent-post-top .recent-post-item {
        border-radius: 8px;
        box-shadow: none;
        clip-path: inset(0 0 0 0 round 8px)
    }

    .recent-post-top .recent-post-item:last-child {
        margin-right: 1rem
    }
}

@media screen and (min-width: 1200px) {
    .recent-post-top .recent-post-item {
        margin-right: 0;
        margin-bottom: .5rem
    }

    .recent-post-top .recent-post-item:active {
        transform: scale(.97)
    }

    .recent-post-top {
        overflow-x: visible
    }

    .recent-top-post-group {
        overflow: visible;
        overflow-x: visible
    }
}

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: .6rem;
    border-radius: 12px 0 12px 0;
    transition: .3s;
    cursor: pointer
}

.recent-post-item:hover .recent-post-top-text {
    left: 0
}

@media screen and (max-width: 992px) {
    #home_top {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .recent-post-top .recent-post-item:hover {
        transform: scale(1.03)
    }

    .recent-post-top .recent-post-item:active {
        transform: scale(.97)
    }
}

@media screen and (max-width: 768px) {
    .recent-top-post-group {
        border-radius: 0;
    }

    .recent-post-top-text {
        display: none !important
    }

    .recent-post-top .recent-post-item .post_cover img {
        border-radius: 8px 8px 0 0 !important
    }
}

.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-top .recent-post-item:hover .post_cover img {
    transform: scale(1)
}

.recent-post-top .recent-post-item .recent-post-info {
    padding: .3rem .5rem .3rem .5rem !important;
    transition: .3s
}


@media screen and (max-width: 1200px) {
    .recent-post-top .recent-post-item:hover .recent-post-info a {
        transition: .3s
    }
}

.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 !important;
    padding: 0 !important
}

.categoryItem {
    overflow: hidden;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.65, 0.15, 0.37, 1.19);
    height: 48%;
    border-radius: 12px;
}

a.categoryButton {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.67);
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    line-height: 3em;
    font-weight: 800;
    font-size: 16px;
    color: #FFF;
    transition: all .8s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1);
    overflow: hidden;
}

a.categoryButton i {
    transform: scale(1.0) rotate(25deg);
}

@media screen and (min-width: 992px) {
    a.categoryButton:active {
        transform: scale(0.97);
    }
}

@media screen and (max-width: 768px) {
    a.categoryButton {
        border-radius: 8px;
    }

    .categoryItem {
        border-radius: 0px;
        height: 47%;
        box-shadow: none !important;
    }
}

a.categoryButton:after {
    top: 38px;
    width: 1rem;
    left: 21px;
    height: 2px;
    background: #fff;
    content: "";
    border-radius: 1px;
    position: absolute;
}

.categoryButtonText {
    padding-left: 21px;
}

a.categoryButton i {
    font-size: 8rem;
    opacity: .3;
    position: absolute;
    right: 2px;
    top: 0%;
    transition: 0.3s;
    width: 100px;
    text-align: center;
    filter: blur(2px);
}

@media screen and (max-width: 768px) {
    a.categoryButton i {
        display: none;
    }

    .recent-post-top .categoryGroup {
        min-width: 130px !important;
        margin-bottom: 0.5rem;
        margin-left: 1rem;
        max-height: 164px;
        overflow: hidden;
        position: relative;
    }
}

.topGroup {
    display: flex;
}

#bannerGroup {
    display: flex;
}

div#banners {
    display: none;
}

.topGroup .todayCard {
    display: none;
}

@media screen and (min-width: 992px) {
    .topGroup {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: calc(208px + 0.5rem);
        align-content: space-between;
        width: 38%;
        position: relative;
    }

    div#bannerGroup {
        width: 60%;
        margin-right: 2%;
        height: calc(208px + 0.5rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    div#banners {
        display: flex;
        width: 100%;
        height: 76%;
        background: #fff;
        margin-bottom: 0.5rem;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 2px 16px -3px rgba(0, 0, 0, .15);
        flex-direction: column;
        overflow: hidden;
        transition: 0.3s;
        clip-path: inset(0 0 0 0 round 12px);
    }

    #banners.flink {
        margin-bottom: 0.5rem;
    }

    #banners .banner-button-group {
        position: absolute;
        right: 2rem;
        top: 2rem;
        display: flex;
    }

    #banners .banner-button {
        padding: 8px 12px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        z-index: 1;
        transition: 0.3s;
        cursor: pointer;
    }

    #banners .banner-button.secondary {
        margin-right: 1rem;
    }
    .banner-button {
        background: #ff7200;
    }
    .banner-button:hover {
        background: #ff8335;
    }

    #banners .banner-button i {
        margin-right: 8px;
        font-size: 1rem;
    }

    .banners-title {
        top: 2rem;
        left: 1.5rem;
        position: absolute;
        display: flex;
        flex-direction: column;
    }

    .banners-title-big {
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .banners-title-small {
        font-size: 12px;
        line-height: 1;
        margin-top: 8px;
        margin-bottom: 0.5rem;
    }

    #banner-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        backdrop-filter: blur(15px) !important;
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        transition: cubic-bezier(0.71, 0.15, 0.16, 1.15) 0.6s;
    }
    .bannerText {
        color: #fff;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
        margin-top: 20px;
    }
    .banner-righticon {
        font-size: 4rem;
        opacity: 0.6;
    }

    #banners:hover #banner-hover {
        opacity: 1;
        padding-left: 2rem;
        background: #3095ff;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transition: 0.3s;
        background-size: 200%;
        cursor: pointer;
    }

    #banners #banner-hover i {
        font-size: 80px;
        opacity: 0.4;
        color: #fff;
    }

    .topGroup .todayCard {
        position: absolute;
        width:100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        cursor: pointer;
        pointer-events: all;
    }

    .topGroup .todayCard::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow:0 -109px 133px -9px #b3b5ff inset;
        transition: all .8s cubic-bezier(.39, .575, .565, 1);
    }
    .topGroup .todayCard:hover::after {
        box-shadow:0 -109px 133px -9px #6f70ff inset;
    }
    .topGroup .todayCard.hide {
        opacity: 0;
        pointer-events: none;
    }

    .topGroup .todayCard .todayCard-info {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        z-index: 2;
        max-width: 60%;
        transition: 0.3s;
    }

    .topGroup .todayCard.hide .todayCard-info {
        bottom: 1rem;
        opacity: 0;
    }

    .topGroup .todayCard .todayCard-info .todayCard-title {
        font-size: 24px;
        opacity: 0.8;
        font-weight: bold;
        line-height: 36px;
    }

    .topGroup .banner-button-group {
        position: absolute;
        right: 2rem;
        bottom: 2rem;
        display: flex;
        transition: 0.3s;
    }

    .topGroup .todayCard.hide .banner-button-group {
        bottom: 1rem;
    }

    .topGroup .banner-button {
        border-radius: 20px;
        display: flex;
        align-items: center;
        z-index: 1;
        transition: 0.3s;
        cursor: pointer;
        backdrop-filter: saturate(180%) blur(20px) !important;
        -webkit-backdrop-filter: blur(20px);
        transform: translateZ(0);
        height: 40px;
        width: 132px;
        justify-content: center;
    }

    .topGroup .banner-button:hover {}

    .topGroup .banner-button i {
        margin-right: 8px;
        font-size: 22px;
        color: #fff;
        animation: bounce 1s infinite;
    }

    .topGroup .todayCard .todayCard-cover {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        z-index: -1;
        transition: 0.3s;
    }

    .topGroup .todayCard.hide .todayCard-cover {
        transform: scale(1.2);
    }
}

.tags-group-icon {
    width: 72px;
    height: 72px;
    border-radius: 15px
}

.tags-group-all {
    display: flex;
    transform: rotate(-30deg)
}

.tags-group-all.nowrapMove {
    transform: rotate(0);
    padding-bottom: 2rem
}

.tags-group-wrapper {
    margin-top: 5rem;
    display: flex;
    flex-wrap: nowrap;
    animation: rowup 60s linear infinite
}

.nowrapMove .tags-group-wrapper {
    margin-top: 7rem;
    animation: rowup 120s linear infinite
}

.tags-group-icon-pair .tags-group-icon:nth-child(even) {
    margin-top: 1rem;
    transform: translate(-60px)
}

.tags-group-icon-pair {
    margin-left: 1rem
}

.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)
}

.nowrapMove .tags-group-icon {
    border-radius: 50%
}

.tags-group-icon img {
    width: 60%;
}

.nowrapMove .tags-group-icon img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.categoryItem:hover i {
    opacity: .8;
    transition: .8s;
    transition-delay: .15s;
    transform: scale(1.03) rotate(28deg);
    font-size: 4rem;
    filter: blur(0)
}

@media screen and (min-width: 1200px) {
    .categoryItem:hover i {
        transform: scale(1.03) rotate(28deg)
    }
}


.recent-post-top .categoryGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 200px
}

.categoryGroup .categoryItem:nth-child(3) {
    display: none
}

@media screen and (min-width: 992px) {
    .recent-post-top .categoryGroup {
        flex-direction: row;
        height: 24%
    }

    .categoryItem {
        width: calc(100% / 3 - .33rem);
        height: 100%;
        margin-right: .5rem
    }

    .categoryItem:last-child {
        margin-right: 0
    }

    .categoryItem:hover {
        width: 50%
    }

    .categoryGroup .categoryItem:nth-child(3) {
        display: flex
    }
}

a.categoryButton.wniui1 {
    background: linear-gradient(to right, #358bff, #15c6ff);
    background-size: 200%
}

a.categoryButton.wniui2 {
    background: linear-gradient(to right, #f65, #ffbf37);
    background-size: 200%
}

a.categoryButton.wniui3 {
    background: linear-gradient(to right, #18e7ae, #1eebeb);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.wniui1 {
    background: linear-gradient(to right, #0653b8, #2fcbff);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.wniui2 {
    background: linear-gradient(to right, #e22a16, #da980c);
    background-size: 200%
}

[data-theme=dark] a.categoryButton.wniui3 {
    background: linear-gradient(to right, #099e74, #0ea4a4);
    background-size: 200%
}

a.categoryButton:hover {
    background-position: 100% 0
}

@keyframes rowup {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

#recent-post-top .recent-post-item .post_cover {
    width: 100%;
}

#recent-posts>.recent-post-item>.recent-post-info>.article-meta-wrap {
    position: absolute;
    bottom: 16px;
    transition: .3s;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 0 32px;
    white-space: nowrap
}
.todayCard-title,.todayCard-tips, .topGroup.banner-button {
    color: #ffffff
}
.banner-button-text {
    color: #fff;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px); /* 图标向右移动的距离 */
  }
}