.widget_xinghui_home_hero,
.zib-widget.widget_xinghui_home_hero {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}

.xinghui-home-top {
    max-width: 1400px;
    margin: .5rem auto 20px;
    padding: 0 .5rem;
    width: 100%;
    background: transparent !important;
}

.xinghui-home-top a,
.xinghui-home-top a:hover {
    text-decoration: none;
}

.xinghui-home-top .recent-post-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}

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

.xinghui-home-top .topGroup,
.xinghui-home-top #bannerGroup {
    display: flex;
}

.xinghui-home-top #banners,
.xinghui-home-top .topGroup .todayCard {
    display: none;
}

.xinghui-home-top .categoryItem {
    overflow: hidden;
    transform: scale(1);
    transition: all .8s cubic-bezier(.65, .15, .37, 1.19);
    height: 48%;
    border-radius: 12px;
}

.xinghui-home-top a.categoryButton {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    line-height: 4em;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    transition: all .8s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1);
    overflow: hidden;
}

.xinghui-home-top a.categoryButton:hover {
    color: #fff;
    background-position: 100% 0;
}

.xinghui-home-top a.categoryButton:after {
    top: 45px;
    width: 1rem;
    left: 21px;
    height: 2px;
    background: #fff;
    content: "";
    border-radius: 1px;
    position: absolute;
}

.xinghui-home-top .categoryButtonText {
    padding-left: 21px;
}

.xinghui-home-top a.categoryButton i {
    font-size: 12rem;
    opacity: .3;
    position: absolute;
    right: 15px;
    top: 10%;
    transition: .3s;
    width: 100px;
    text-align: center;
    filter: blur(2px);
    transform: scale(1) rotate(15deg);
}

.xinghui-home-top .categoryItem:hover i {
    opacity: .8;
    transition: .8s;
    transition-delay: .15s;
    transform: scale(1.03) rotate(0);
    font-size: 4rem;
    filter: blur(0);
}

.xinghui-home-top a.categoryButton.wniui_one {
    background: linear-gradient(to right, #358bff, #15c6ff);
    background-size: 200%;
}

.xinghui-home-top a.categoryButton.wniui_two {
    background: linear-gradient(to right, #f65, #ffbf37);
    background-size: 200%;
}

.xinghui-home-top a.categoryButton.wniui_three {
    background: linear-gradient(to right, #18e7ae, #1eebeb);
    background-size: 200%;
}

[data-theme=dark] .xinghui-home-top a.categoryButton.wniui_one {
    background: linear-gradient(to right, #0653b8, #2fcbff);
    background-size: 200%;
}

[data-theme=dark] .xinghui-home-top a.categoryButton.wniui_two {
    background: linear-gradient(to right, #e22a16, #da980c);
    background-size: 200%;
}

[data-theme=dark] .xinghui-home-top a.categoryButton.wniui_three {
    background: linear-gradient(to right, #099e74, #0ea4a4);
    background-size: 200%;
}

.xinghui-home-top .banner-button-text {
    color: #fff;
}

.xinghui-home-top .banner-button-text:before {
    content: "+ ";
    margin-right: 8px;
}

.xinghui-home-top .icon-star-smile-fill:before {
    content: "★";
    font-family: Arial, sans-serif;
}

.xinghui-home-top .icon-fire-fill:before {
    content: "♨";
    font-family: Arial, sans-serif;
}

.xinghui-home-top .icon-book-mark-fill:before {
    content: "▣";
    font-family: Arial, sans-serif;
}

@media screen and (max-width: 1200px) {
    .xinghui-home-top {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .xinghui-home-top .recent-post-top {
        overflow-x: visible;
    }

    .xinghui-home-top .topGroup {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: calc(328px + .5rem);
        align-content: space-between;
        width: calc(600px + 1.5rem);
        position: relative;
    }

    .xinghui-home-top div#bannerGroup {
        width: calc(100% - 600px - 2rem);
        margin-right: .5rem;
        height: calc(328px + .5rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        border: none;
    }

    .xinghui-home-top div#banners {
        display: flex;
        width: 100%;
        height: 76%;
        background: var(--bywind-card-bg, var(--main-bg-color, #fff));
        margin: 0 0 .5rem;
        padding: 0;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        box-shadow: var(--bywind-shadow-border, 0 10px 30px rgba(30, 41, 59, .08));
        flex-direction: column;
        transition: .3s;
        clip-path: inset(0 0 0 0 round 12px);
    }

    .xinghui-home-top div#banners:hover {
        box-shadow: var(--bywind-shadow-main, 0 18px 40px rgba(30, 41, 59, .14));
    }

    .xinghui-home-top .banners-title {
        top: 2rem;
        left: 1.5rem;
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .xinghui-home-top .banners-title-big {
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 8px;
        color: var(--bywind-fontcolor, #20242b);
    }

    .xinghui-home-top .banners-title-small {
        font-size: 12px;
        line-height: 1;
        color: var(--bywind-secondtext, #7b8491);
        margin-top: 8px;
        margin-bottom: .5rem;
    }

    .xinghui-home-top #banner-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        backdrop-filter: blur(15px) !important;
        -webkit-backdrop-filter: blur(15px);
        padding-left: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        transition: cubic-bezier(.71, .15, .16, 1.15) .6s;
        z-index: 4;
    }

    .xinghui-home-top .bannerText {
        color: #fff;
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 700;
        margin-top: 120px;
    }

    .xinghui-home-top .bannerText:after {
        content: "";
        display: inline-block;
        width: .82em;
        height: .82em;
        margin-left: 8px;
        background: currentColor;
        vertical-align: -.06em;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 447.99999999l0 128.00000002-458.68799999-1e-8c-29.44 0-53.312-23.872-53.31200001-53.312l0-21.376A53.312 53.312 0 0 1 53.31200001 448L512 447.99999999z' fill='black'/%3E%3Cpath d='M593.28 242.176l358.08 220.8a53.312 53.312 0 0 1 0.576 90.432l-358.08 226.752A53.312 53.312 0 0 1 512 735.104L512 287.55200001a53.312 53.312 0 0 1 81.28-45.44000002z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 447.99999999l0 128.00000002-458.68799999-1e-8c-29.44 0-53.312-23.872-53.31200001-53.312l0-21.376A53.312 53.312 0 0 1 53.31200001 448L512 447.99999999z' fill='black'/%3E%3Cpath d='M593.28 242.176l358.08 220.8a53.312 53.312 0 0 1 0.576 90.432l-358.08 226.752A53.312 53.312 0 0 1 512 735.104L512 287.55200001a53.312 53.312 0 0 1 81.28-45.44000002z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .xinghui-home-top #banner-hover .icon-right:before {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        background: #fff;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1171 1024'%3E%3Cpath d='M502.237757 1024 644.426501 829.679301 502.237757 788.716444 502.237757 1024 502.237757 1024ZM0 566.713817 403.967637 689.088066 901.485385 266.66003 515.916344 721.68034 947.825442 855.099648 1170.285714 0 0 566.713817 0 566.713817Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1171 1024'%3E%3Cpath d='M502.237757 1024 644.426501 829.679301 502.237757 788.716444 502.237757 1024 502.237757 1024ZM0 566.713817 403.967637 689.088066 901.485385 266.66003 515.916344 721.68034 947.825442 855.099648 1170.285714 0 0 566.713817 0 566.713817Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .xinghui-home-top #banners:hover #banner-hover {
        opacity: 1;
        padding-left: 2rem;
        background: #4259efc9;
        cursor: pointer;
    }

    .xinghui-home-top #banners #banner-hover i {
        position: absolute;
        left: 1.7rem;
        top: 0.4rem;
        width: 190px;
        height: 126px;
        opacity: .42;
        transform: rotate(-10deg);
    }

    .xinghui-home-top .tags-group-all {
        display: flex;
        transform: rotate(-30deg);
    }

    .xinghui-home-top .tags-group-wrapper {
        margin-top: 5rem;
        display: flex;
        flex-wrap: nowrap;
        animation: xinghui-rowup 60s linear infinite;
    }

    .xinghui-home-top .tags-group-icon-pair {
        margin-left: 1rem;
    }

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

    .xinghui-home-top .tags-group-icon {
        position: relative;
        width: 120px;
        height: 120px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 66px;
        font-weight: 700;
        box-shadow: var(--bywind-shadow-blackdeep, 0 18px 42px rgba(0, 0, 0, .16));
    }

    .xinghui-home-top .tags-group-icon-text {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: rgba(255, 255, 255, .92);
        font-size: 28px;
        line-height: 1;
        font-weight: 800;
    }

    .xinghui-home-top .tags-group-icon img {
        position: relative;
        z-index: 2;
        width: 60%;
        display: block;
    }

    .xinghui-home-top .recent-post-top .categoryGroup {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-width: 200px;
        height: 24%;
    }

    .xinghui-home-top .categoryItem {
        width: calc(100% / 3 - .33rem);
        height: 100%;
        margin-right: .5rem;
    }

    .xinghui-home-top .categoryItem:last-child {
        margin-right: 0;
    }

    .xinghui-home-top .categoryItem:hover {
        width: 50%;
    }

    .xinghui-home-top .topGroup .todayCard {
        position: absolute;
        width: calc(600px + 1rem);
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        background: var(--bywind-card-bg, var(--main-bg-color, #fff));
        border-radius: 12px;
        margin-left: .5rem;
        overflow: hidden;
        transition: .3s;
        display: flex;
        cursor: pointer;
        pointer-events: all;
        box-shadow: var(--bywind-shadow-border, 0 10px 30px rgba(30, 41, 59, .08));
    }

    .xinghui-home-top .topGroup .todayCard:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .xinghui-home-top .topGroup .todayCard .todayCard-info {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        z-index: 2;
        max-width: 60%;
        transition: .3s;
        color: #fff;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
    }

    .xinghui-home-top .topGroup .todayCard .todayCard-info .todayCard-tips {
        opacity: .86;
        font-size: 1.6rem;
    }

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

    .xinghui-home-top .topGroup .banner-button {
        border-radius: 20px;
        display: flex;
        align-items: center;
        z-index: 1;
        transition: .3s;
        cursor: pointer;
        backdrop-filter: saturate(180%) blur(20px) !important;
        -webkit-backdrop-filter: blur(20px);
        transform: translateZ(0);
        height: 40px;
        width: 118px;
        justify-content: center;
        background: linear-gradient(135deg, #c026d3, #ff7a3d);
    }

    .xinghui-home-top .todayCard-cover-slides {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
    }

    .xinghui-home-top .todayCard-slides-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform .5s ease-in-out;
    }

    .xinghui-home-top .todayCard-slide-item {
        min-width: 100%;
        flex-shrink: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
    }

    .xinghui-home-top .todayCard-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 18px;
        z-index: 4;
        display: flex;
        justify-content: center;
        gap: 6px;
    }

    .xinghui-home-top .todayCard-indicators button {
        width: 7px;
        height: 7px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .7);
        transition: background .3s, width .3s;
    }

    .xinghui-home-top .todayCard-indicators button.active {
        width: 22px;
        background: #fff;
    }

    .xinghui-home-top .todayCard-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        background-color: rgba(0, 0, 0, .3);
        border-radius: 50%;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, visibility 0s linear .3s, background-color .3s ease, transform .3s ease;
    }

    .xinghui-home-top #todayCard:hover .todayCard-arrow {
        opacity: .7;
        visibility: visible;
        transition-delay: 0s;
    }

    .xinghui-home-top .todayCard-arrow:hover {
        background-color: rgba(0, 0, 0, .6);
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }

    .xinghui-home-top .todayCard-arrow-left {
        left: 15px;
    }

    .xinghui-home-top .todayCard-arrow-right {
        right: 15px;
    }

    .xinghui-home-top .todayCard-arrow svg {
        width: 55%;
        height: 55%;
        stroke: currentColor;
        fill: none;
    }
}

@media screen and (max-width: 768px) {
    .xinghui-home-top {
        padding: 0;
        margin-top: 0;
    }
}

@keyframes xinghui-rowup {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
