.z-breadcrumb {

    position: relative;

}

.z-blog_container .pager {
    justify-content: flex-start !important;
}

.z-blog_container .pager a,
.z-blog_container .pager span {
    font-weight: 700;
    font-size: 16px;
    color: var(--wts-default-color);
    height: 36px;
}



.z-breadcrumb .z-page-container {
    align-items: flex-start;
    height: 100%;
}

.z-breadcrumb .z-page-container .z-breadcrumb_home {
    margin-bottom: 60px;
    font-size: 12px;
}

.z-breadcrumb .z-page-container .z-breadcrumb_home a,
.z-breadcrumb .z-page-container .z-breadcrumb_home i {
    color: var(--ws-color-c);
}

.z-breadcrumb .z-page-container .z-breadcrumb_home i {
    margin: 0 5px;
}

.z-breadcrumb .z-page-container .z-breadcrumb_home a:hover {
    color: #5F75F4;
}

.blog-popular {
    margin-bottom: 80px;
}

/* Fix for blog-popular when used inside breadcrumb header: prevent z-page-container from forcing full-width center */
.blog-popular.z-page-container {
    width: auto !important;

    padding: 0 !important;
    position: relative;
    z-index: 2;

}

.blog-popular .pop_title h2 {
    font-size: 18px;
}

.blog-popular .pop_title h2 span {
    margin: 0 12px;
}

.blog-popular .pop_title img {
    width: 8px;
}

.blog-popular .pop_title .arrow span {
    width: 32px;
    height: 32px;
    background: var(--ws-default-bj);
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

.blog-popular .pop_title .arrow span:hover {
    background: rgba(255, 255, 255, 0.2);
}

.blog-popular .pop_scroll {
    overflow: hidden;
    width: 100%;
}

.blog-popular .pop_list {
    margin-top: 24px;
    scroll-behavior: smooth;
    /* 平滑滚动 */
    position: relative;
}

.blog-popular .pop_list .pop_item {
    flex: 0 0 calc((100% - 5 * 32px) / 6);
    background: var(--ws-default-bj);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 32px;
}

.blog-popular .pop_list .pop_item:hover {
    background: rgba(255, 255, 255, 0.15);
}

html.light .blog-popular .pop_list .pop_item:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.blog-popular .pop_list .pop_item img {
    width: 100%;
}

.blog-popular .pop_list .pop_item .item_info {
    padding: 16px 12px;
}

.blog-popular .pop_list .pop_item .item_info p {
    font-size: 18px;
    font-weight: 700;
}

.blog-popular .pop_list .pop_item .item_info a {
    color: var(--ws-color-c);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0 5px 0 0;
    margin-right: 5px;
}

.blog-popular .pop_list .pop_item .item_info a:hover {
    color: #2C5DEB;
}

.blog-popular .pop_list .pop_item .item_info a:last-child {
    border: none;
}

.blog-popular .pop_list .pop_item .item_info .template {
    margin-top: 13px;
}

.blog-popular .pop_list .pop_item .hot {
    height: 19px;
    background: #F02213;
    border-radius: 15px 15px 15px 15px;
    font-size: 12px;
    display: flex;
    padding: 0 8px;
    margin-top: 13px;
}

.blog-popular .moreGames {
    display: none;
}

.z-news_games {
    display: flex;
    flex-wrap: wrap;
}

.z-news_gameWrapper {
    position: relative;
    margin-right: 10px;
}

.z-news_gameItem {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
}

.news_child {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #29314B;
    z-index: 100;
    width: 216px;
    border-radius: 5px;
    padding: 4px 12px;


}

.z-breadcrumb .z-page-container .z-news_games .news_child a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    text-align: left;
    color: var(--wts-default-color);
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    font-family: 'default';
    border-radius: 0;
    background: none;
}


.poptitle {
    width: 8px;
    margin-right: 8px;
}

.z-breadcrumb_home {
    margin-top: 21px;
}

.z-news_gameWrapper:hover .news_child,
.news_child:hover {
    display: flex;
    flex-direction: column;
}

.z-breadcrumb .z-page-container .z-breadcrumb_title {
    font-weight: 700;
    font-size: 24px;
    color: var(--wts-default-color);
    line-height: 36px;
    width: 100%;

}

.z-breadcrumb .z-page-container .z-breadcrumb_title h1 {
    font-size: 30px;
}

.z-bolg {
    width: 100%;
    align-items: flex-start;
}

.z-bolg .blog_search input {
    width: 350px;
    height: 40px;
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding-right: 40px;
    color: var(--zg-color-h);
}

.z-bolg .blog_search i {
    right: 16px;
    top: 13px;
    color: #5F75F4;
}

.z-blog_container.z-page-container {

    align-items: flex-start;
}

.z-blog_container .z-bolg .item_title {
    font-weight: 700;
    font-size: 16px;
    color: var(--wts-default-color);
    line-height: 19px;
    margin-bottom: 12px;
    display: block;
    margin-top: 30px;

}

.blog_cate_detail {
    width: 100%;
}

.z-bolg .empty_wrap {
    width: 100%;
}

.blog_tag span,
.blog_tag a {
    padding: 4px 12px;
    background: var(--ws-default-bj);
    border-radius: 15px 15px 15px 15px;
}

.blog_tag a {
    margin-right: 10px;
}

.z-blog_container .z-bolg .item_content {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: var(--ws-color-c);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    margin-bottom: 33px;
    padding-right: 10px;

}

.z-blog_container .z-bolg .item_content img {
    display: none !important;
}


.z-blog_container .z-bolg .blog_item {
    width: 100%;
    margin-bottom: 24px;
    align-items: flex-start;

}

.z-blog_container .z-bolg .blog_item:hover {
    background: var(--ws-default-bj);
    border-radius: 10px 10px 10px 10px;
}

.blog_tag a:hover {
    background: #2C5DEB;
    color: #fff;
}


.z-blog_container .z-bolg .blog_item:hover .item_title {
    color: #2C5DEB;
}



.z-blog_container .z-bolg .blog_item .item_content_wrap {
    /* width: calc(100% - 260px); */
    padding: 00px 10px 00px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.z-blog_container .z-bolg .blog_item .z-news_read {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    padding: 4px 7px;
    background: #E7E7E7;
    border-radius: 4px 4px 4px 4px;
    width: max-content;
}

.z-blog_container .z-bolg .blog_item .item_img {
    margin-right: 24px;
    width: 376px;
    min-width: 376px;
    height: 200px;
    position: relative;
}



.z-blog_container .z-bolg .blog_item .item_img img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 5px;
}

.z-blog_container .z-news_other_game {
    width: 25%;
    min-width: 25%;
    margin-left: 32px;
    /* Use sticky on desktop so the sidebar stays visible while scrolling */
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 120px;
    /* adjust as needed to clear header */
    align-self: flex-start;
    /* prevent stretching inside flex container */
    background: var(--ws-default-bj);
    border-radius: 0px 0px 10px 10px;
    padding: 24px 32px;
    z-index: 3;
}

.z_news_detail .z-blog_container .z-news_other_game {
    margin-top: 40px;
}

.z-blog_container .z-news_other_game::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #F76A04 0%, #2C5DEB 71%);

}

.z-blog_container .z-news_other_game .other_game_container {
    overflow-y: auto;

}




.z-blog_container .z-news_other_game h3 {
    font-weight: 700;
    font-size: 14px;
    color: var(--zg-color-i);
    line-height: 20px;
    margin-bottom: 15px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item {
    border-bottom: 1px solid var(--ws-color-e);
    padding: 20px 0;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item h3,
.z-blog_container .z-news_other_game .other_game_container .other_game_item h4 {
    font-family: 'default';
    font-weight: 400;
    margin: 0;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:last-child {
    border-bottom: none;
}

.z-blog_container .z-news_other_game .news_posts .other_game_container .other_game_item {
    border-bottom: 1px dashed rgba(29, 29, 29, .1);
    height: auto;
    line-height: inherit;

}

.news_category {
    margin-top: 20px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:hover {
    color: #F76A04;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item i {
    display: none;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:hover i {
    display: block;
    margin-left: 3px;
}

.z-blog_container .z-news_other_game .other_game_container .other_game_item:last-child {
    border-bottom: none;
}

.pager a,
.pager span {
    width: auto !important;
    padding: 0 10px;
}

.pager .pagination a.current {
    background: #5F75F4;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}




.z_news_detail .z-breadcrumb_title {
    text-align: center;
    margin-bottom: 40px;
}

.z_news_detail h2 {
    font-size: 20px;
}

.z_news_detail .z-news_time {
    text-align: center;
    margin: 30px auto 20px;
}

.z_news_detail .z-news_time a {
    color: #5F75F4
}

.z_news_detail .news_tag ul {
    width: 100%;
    border: 1px solid var(--zg-shipping-g);
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

.z_news_detail .news_tag ul li a {
    text-align: center;
    color: var(--zg-color-d);
    padding: 8px 10px;
    margin-bottom: 10px;
}

.news_tag a::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #FF0000;
}

.news_tag li:nth-child(2) a:before {
    background: #FFCC00;
}

.news_tag li:nth-child(3) a:before {
    background: #56BAFD;
}

.z_news_detail .news-detail-content p {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 14px;
    color: var(--zg-color-d);
}

.z_news_detail .news-detail-content h3,
.z_news_detail .news-detail-content h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.z_news_detail .news-detail-content ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}

.z_news_detail .news-detail-content ol {
    /* 首行缩进 */
    padding-left: 10px;
}

.z_news_detail .news-detail-content ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
}

.z-news_detail .news-detail-content img {
    max-width: 100% !important;
}

.news-previous {
    color: #626262;
    padding: 15px 0 15px;
    border-top: 1px solid #DEE0E5;
    border-bottom: 1px solid #DEE0E5;
    margin-top: 40px;
}

.news-previous .previous {
    margin-bottom: 10px;

}

.news-previous a {
    color: #666;
}

.z-news_detail .news-recommended h3 {
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 15px;
}

.z-news_detail .news-recommended a:hover {
    color: #5F75F4;
}

.news-previous .previous i {
    display: inline-block;
    transform: rotate(270deg);
    margin-bottom: 20px;
}

.news-previous .previous:hover,
.news-previous .next:hover,
.news-previous .previous:hover a,
.news-previous .next:hover a {
    color: #5F75F4;
}

.z-news_detail .news-recommended {
    margin-bottom: 20px;


}

.news_detailRecommended_content {
    height: 1px;
    overflow: hidden;
}

.z-news_detail .news-recommended li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
    color: #666;

}

.z-news_detail .news-recommended a {
    color: #666;

}

.write_all div.paragraph {
    margin-bottom: 35px;
}

.write_all div.paragraph p,
.write_all div.paragraph h3 {
    margin-bottom: 30px;
}

.write_all div.paragraph ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.write_all div.paragraph a {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1024px) {
    #app {
        width: 100%;
    }

    .z-page-container {
        width: 100%;
        flex-direction: column;
        padding: 0 12px;
    }

    .z-blog_container.z-page-container {
        padding: 20px 12px;
    }

    .z-news_games {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .z-breadcrumb .z-page-container .z-news_games a {
        white-space: nowrap;
    }

    .z-breadcrumb {
        height: auto;
        background-size: 228px 230px;
        padding-bottom: 20px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_title h1 {
        font-size: 20px;
    }

    .z-blog_container .z-bolg .blog_item:hover {
        background: none;
    }

    .z-blog_container .z-bolg .blog_item .item_img {
        min-width: 164px;
        width: 100%;
        height: 100%;
        margin-right: 0;
        max-height: 250px;
        overflow: hidden;
    }

    .z-blog_container .z-bolg .blog_item .item_img img {
        height: 100%;
        min-height: 100%;
    }

    .z-blog_container .z-bolg .blog_item .item_img::after {
        background-size: 100% 100%;
        height: 100%;
    }

    .z-blog_container .z-bolg .blog_item .item_content_wrap {
        width: inherit;
        padding: 0;
    }

    .z-blog_container .z-bolg .item_title {
        margin: 0px 0 8px;
        font-size: 12px;
        display: block;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 17px;
        padding-top: 15px;
    }

    .z-blog_container .z-bolg .blog_item {
        margin-bottom: 20px;
        padding: 0;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px dashed #D8D8D8;
    }

    .z-blog_container .z-bolg .item_content {
        margin-bottom: 15px;
    }

    .z-bolg .blog_search {
        width: 100%;
    }

    .z-bolg .blog_search input {
        width: 100%;
        margin-bottom: 20px;
    }

    .z-bolg,
    .z-blog_container .z-news_other_game {
        width: 100%;
        margin-left: 0;
    }

    .z-blog_container .z-news_other_game {
        margin-top: 30px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_home {
        margin-bottom: 20px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_title {
        margin-bottom: 20px;
        line-height: 23px;
        margin-top: 0px;
    }

    .z-breadcrumb .z-page-container .z-breadcrumb_title h2 {
        font-size: 16px;
        text-align: center;
    }

    .z_news_detail .news_tag ul {
        flex-wrap: wrap;
        white-space: nowrap;
        grid-gap: 10px;
        align-items: center;
    }

    .z-news_content,
    .z-news_content img {
        width: 100%;
    }

    .z-news_detail .news-recommended {
        font-size: 12px;
    }

    .z-news_detail .news-recommended h3 {
        font-size: 18px;
    }

    .news-previous {
        font-size: 12px;
    }

    .z-news_games {
        display: none;
    }

    .z-blog_container .z-bolg .item_content {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 38px;
    }




    .write_all div.paragraph {
        margin-bottom: 20px;
    }

    .write_all div.paragraph p,
    .write_all div.paragraph h3 {
        margin-bottom: 15px;
    }

    .news_detail_related span {
        position: inherit !important;
        margin-top: -10px;
        left: inherit !important;
    }

    .news_detail_related {

        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .news_detail_related p {
        display: none !important;
    }

    .news_detail_related_list {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
    }

    .news_detail_related_list .img_wrap {
        width: 100% !important;
    }

    /* Mobile styles for blog-popular: ensure it participates in normal flow */
    .blog-popular {
        margin-bottom: 40px;
        position: static !important;
        z-index: auto !important;
    }

    /* When blog-popular is used with z-page-container, prevent forced positioning on mobile */
    .blog-popular.z-page-container {
        position: static !important;
        z-index: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .blog-popular .pop_title h2 {
        font-size: 16px;
    }

    /* Hide desktop arrow controls on small screens to save space */
    .blog-popular .pop_title .arrow {
        display: none;
    }

    .blog-popular .pop_scroll {
        overflow: visible;
        width: 100%;
    }

    .blog-popular .pop_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 12px;
    }

    .blog-popular .pop_list .pop_item {
        width: 100%;
        margin: 0;
        background: var(--ws-default-bj);
    }

    .blog-popular .pop_list .pop_item img {
        display: none;
    }

    /* Show the more/less control on mobile for expanding the list */
    .blog-popular .moreGames {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    }

    /* Helpers to control visible items on mobile */
    .blog-popular .pop_list.mobile-limited {
        /* visually constrain the scroller when limiting visible items */
        overflow: hidden;
    }

    .blog-popular .pop_list .pop_item.hidden {
        display: none !important;
    }

    /* transition for a smooth reveal when toggling */
    .blog-popular .pop_list .pop_item {
        transition: opacity 0.22s ease, transform 0.22s ease;
    }

    /* Make mobile blog-popular behave like home-popular.mobile_show */
    .blog-popular .moreGames p {
        height: 31px;
        background: var(--ws-default-bj);
        border-radius: 3px;
        padding: 0 12px;
        display: flex;
        align-items: center;
    }

    .blog-popular .moreGames p.less {
        display: none;
    }

    .blog-popular.mobile_show .moreGames p.less {
        display: flex;
    }

    .blog-popular.mobile_show .moreGames p.less i {
        transform: rotate(180deg);
    }

    .blog-popular.mobile_show .moreGames p.more {
        display: none;
    }

    .blog-popular .moreGames p span {
        margin-right: 4px;
    }


    /* Responsive grid adjustments */
    @media (max-width: 1024px) {
        .blog-popular .pop_list {
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }
    }

    @media (max-width: 768px) {
        .blog-popular .pop_list {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
    }

    @media (max-width: 500px) {
        .blog-popular .pop_list {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
    }

    @media (max-width: 400px) {
        .blog-popular .pop_list {
            grid-template-columns: repeat(1, 1fr);
            gap: 8px;
        }
    }

    /* hide items after 6th (show first 6) */
    .blog-popular .pop_list .pop_item:nth-child(n+7) {
        display: none;
    }

    /* when mobile_show is active show all items */
    .blog-popular.mobile_show .pop_list .pop_item {
        display: block;
    }

}