body.hhb-site-shell {
    --hhb-shell-accent: var(--hhb-brand-accent);
    --hhb-shell-text: #202939;
    --hhb-shell-muted: #8c94a1;
    --hhb-shell-line: var(--hhb-brand-line);
    --hhb-shell-font: Roboto, Arial, "PingFang SC", "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    color: var(--hhb-shell-text);
    background: var(--hhb-page-bg);
    font: 14px/1.4 var(--hhb-shell-font) !important;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.hhb-site-shell button,
.hhb-site-shell input,
.hhb-site-shell select,
.hhb-site-shell textarea {
    font-family: var(--hhb-shell-font) !important;
}

.hhb-site-shell h1,
.hhb-site-shell h2,
.hhb-site-shell h3,
.hhb-site-shell h4,
.hhb-site-shell h5,
.hhb-site-shell h6,
.hhb-site-shell strong,
.hhb-site-shell b {
    font-weight: 500;
    letter-spacing: 0;
}

.hhb-site-shell .header_top > .inner,
.hhb-site-shell .header_bottom > .inner,
.hhb-site-shell .v2_nav_content_group.inner,
.hhb-site-shell .content > .inner,
.hhb-site-shell #vue.inner,
.hhb-site-shell.hhb-product-list-page .box,
.hhb-site-shell.hhb-news-page .box {
    width: min(1440px, 88vw);
    max-width: none;
    box-sizing: border-box;
}

.hhb-site-shell .header_top {
    background: var(--hhb-page-bg);
}

.hhb-site-shell .header_top_right > a:first-child {
    display: none;
}

.hhb-site-shell .header_bottom {
    height: 104px;
    background: var(--hhb-page-bg);
}

.hhb-site-shell .header_bottom > .inner {
    display: grid;
    grid-template-columns: 200px minmax(520px, 670px) 150px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    height: 104px;
    padding: 0 20px;
}

.hhb-site-shell .header_bottom > .inner::before,
.hhb-site-shell .header_bottom > .inner::after {
    display: none;
    content: none;
}

.hhb-site-shell .header_bottom .logo {
    width: 170px;
    height: 61px;
    margin-top: 15px;
    background-size: 100% 100%;
}

.hhb-site-shell .header_bottom .logo a {
    width: 170px;
    height: 61px;
}

.hhb-site-shell .header_bottom .search {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}

.hhb-site-shell .header_bottom .search_top {
    display: flex;
    overflow: hidden;
    border-color: var(--hhb-shell-accent);
    border-radius: 10px;
    background: #fff;
}

.hhb-site-shell .header_bottom .search_top > div,
.hhb-site-shell .header_bottom .search_top > input,
.hhb-site-shell .header_bottom .search_top > button {
    float: none;
}

.hhb-site-shell .header_bottom .search_top > button {
    flex: 0 0 95px;
    background: var(--hhb-shell-accent);
}

.hhb-site-shell .header_bottom .search_top > input {
    flex: 1;
    width: auto;
    min-width: 0;
}

.hhb-site-shell .header_bottom .search_top > #top_div {
    flex: 0 0 110px;
    box-sizing: border-box;
}

.hhb-site-shell .header_bottom .v2_hot_search {
    box-sizing: border-box;
    max-width: 670px;
}

.hhb-site-shell .hhb-header-app {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    align-self: start;
    justify-content: center;
    height: 42px;
    margin-top: 24px;
    padding: 0 12px;
    border: 1px solid var(--hhb-brand-line);
    border-radius: 22px;
    color: #303846;
    background: var(--hhb-surface-soft);
    font-size: 14px;
    font-weight: 500;
}

.hhb-site-shell .hhb-header-app:hover {
    color: #e8751a;
    border-color: #ffd8ba;
}

.hhb-site-shell .hhb-header-app img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    object-fit: contain;
}

.hhb-site-shell .hhb-header-app i {
    margin-left: 8px;
    color: #7f8794;
    font-size: 20px;
}

.hhb-site-shell #Customer.Customer {
    display: block;
    position: fixed;
    top: 50% !important;
    right: 16px !important;
    transform: translateY(-50%);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.hhb-site-shell .v2_fxied_nav_item:hover {
    background: #fff5ed;
}

.hhb-site-shell .v2_fxied_nav_item:hover p {
    color: #e8751a;
}

.hhb-site-shell .content {
    background: var(--hhb-page-bg);
}

.hhb-site-shell .downloda-popup-show {
    display: none !important;
}

.hhb-site-shell .route {
    color: #77808e;
}

.hhb-site-shell .route a {
    color: #657080;
}

.hhb-site-shell .page_info a {
    border-radius: 7px;
}

.hhb-site-shell .page_info a.on,
.hhb-site-shell .page_info a:hover {
    color: #fff;
    border-color: var(--hhb-shell-accent);
    background: var(--hhb-shell-accent);
}

/* 游戏资讯页 */
.hhb-site-shell #ziXun.right_box {
    display: flex;
    float: none;
    gap: 20px;
    width: 100%;
    padding: 20px 0 40px;
}

.hhb-site-shell #ziXun .zt_left {
    flex: 1;
    float: none;
    width: auto;
    min-width: 0;
}

.hhb-site-shell #ziXun .zt_left > ul {
    padding: 12px 16px;
    border: 1px solid var(--hhb-shell-line);
    border-radius: 12px;
    background: #fff;
}

.hhb-site-shell #ziXun .zt_left > ul li {
    border-radius: 7px;
}

.hhb-site-shell #ziXun .zt_left > ul li.zt_active {
    color: #e8751a;
    background: var(--hhb-brand-soft);
}

.hhb-site-shell #ziXun .zt_left > ul li.zt_active a {
    color: #e8751a;
}

.hhb-site-shell #ziXun .zt_content {
    margin-top: 16px;
}

.hhb-site-shell #ziXun .article {
    box-sizing: border-box;
    height: 172px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--hhb-shell-line);
    border-radius: 12px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhb-site-shell #ziXun .article:hover {
    border-color: #dfe4eb;
    box-shadow: 0 8px 22px rgba(35, 46, 66, .07);
    transform: translateY(-1px);
}

.hhb-site-shell #ziXun .article > img {
    border-radius: 9px;
    object-fit: cover;
}

.hhb-site-shell #ziXun .article .details {
    width: calc(100% - 236px);
}

.hhb-site-shell #ziXun .zt_right {
    box-sizing: border-box;
    flex: 0 0 260px;
    float: none;
    width: 260px;
    height: fit-content;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--hhb-shell-line);
    border-radius: 12px;
    background: #fff;
}

.hhb-site-shell #ziXun .list_title .hot_item {
    padding: 14px 0;
    border-bottom-color: #eef0f4;
}

/* 业务介绍等通用内容页 */
.hhb-site-shell .Consulting,
.hhb-site-shell .article_wrapper {
    border-radius: 14px;
}

.hhb-site-shell .game_division > .game_division_tab {
    display: none;
}

.hhb-site-shell .Consulting.active {
    display: block;
    padding: 16px;
}

.hhb-site-shell .Consulting_nav,
.hhb-site-shell .Consulting_con,
.hhb-site-shell .article_wrapper {
    border-color: var(--hhb-shell-line);
    background-color: #fff;
}

.hhb-site-shell .Consulting_nav {
    box-sizing: border-box;
    float: left;
    width: 190px;
    padding: 6px;
    border: 1px solid var(--hhb-shell-line);
    border-radius: 10px;
    background: var(--hhb-surface-soft);
}

.hhb-site-shell .Consulting_nav > h2 {
    box-sizing: border-box;
    margin: 0 0 6px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #4d5665;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
}

.hhb-site-shell .Consulting_nav > h2:last-child {
    margin-bottom: 0;
}

.hhb-site-shell .Consulting_nav > h2.on {
    border-color: #ffe0c8;
    color: #e8751a;
    background: var(--hhb-brand-soft);
    font-weight: 500;
}

.hhb-site-shell .Consulting_con {
    float: right;
    width: calc(100% - 208px);
    min-width: 0;
}

.hhb-site-shell .Consulting_con > .bg_top_img,
.hhb-site-shell .Consulting_con > .bg_middle_img,
.hhb-site-shell .Consulting_con > .banner_img,
.hhb-site-shell .Consulting_con > .notice,
.hhb-site-shell .Consulting_con > .intermediary_div {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.hhb-site-shell .Consulting_nav_ul li h3.ona {
    color: #e8751a;
    background: var(--hhb-brand-soft);
}

@media (max-width: 1050px) {
    .hhb-site-shell .header_top > .inner,
    .hhb-site-shell .header_bottom > .inner,
    .hhb-site-shell .v2_nav_content_group.inner,
    .hhb-site-shell .content > .inner,
    .hhb-site-shell #vue.inner,
    .hhb-site-shell.hhb-product-list-page .box,
    .hhb-site-shell.hhb-news-page .box {
        width: calc(100% - 32px);
    }

    .hhb-site-shell #ziXun.right_box {
        display: block;
    }

    .hhb-site-shell #ziXun .zt_right {
        width: 100%;
        margin-top: 18px;
    }
}

@media (max-width: 1280px) {
    .hhb-site-shell .header_bottom > .inner {
        grid-template-columns: 180px minmax(500px, 650px);
    }

    .hhb-site-shell .hhb-header-app {
        display: none;
    }
}
