.header-select-menu {
    top: calc(100% + 4px);
    left: 0;
    right: auto;
    min-width: 100% !important;
    width: max-content;
    margin-top: 0;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    border: none;
    background-color: #fff;
    z-index: 1085;
}

.header-select-menu-right {
    left: auto;
    right: 0;
}

.header-select-menu .dropdown-item {
    padding: 9px 12px;
    font-size: 14px;
    white-space: nowrap;
}

.xq-header-shell {
    position: relative;
    z-index: 20;
}

.xq-topbar,
.xq-policybar {
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0;
}

.xq-topbar-inner,
.xq-policybar-inner {
    display: flex;
    align-items: center;

    padding-top: 0;
    padding-bottom: 0;
}

.xq-topbar-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    height: 46px;
}

.xq-topbar-right,
.xq-topbar-dropdown,
.xq-topbar-link {
    height: 46px;
    display: flex;
    align-items: center;
}
.xq-header-shell {
    position: relative;
    z-index: 20;
    background: transparent;
}

.xq-topbar {
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0;
    background: #009688;
    border-top: 2px solid #009688;
    border-bottom: 0;
    overflow: visible;
    position: relative;
    z-index: 40;
    box-sizing: border-box;
}

.xq-policybar {
    width: 100%;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 30;
    box-sizing: border-box;
}

.xq-topbar-inner,
.xq-policybar-inner {
    display: flex;
    align-items: center;

    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.xq-topbar-inner {
    justify-content: space-between;
    gap: 16px;
}

.xq-topbar-left,
.xq-topbar-link,
.xq-topbar-right {
    color: #fff;
}

.xq-topbar-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    height: 46px;
}

.xq-topbar-link {
    display: inline-flex;
    align-items: center;
    height: 46px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.xq-topbar-link:hover,
.xq-policybar-link:hover {
    text-decoration: none;
    opacity: .88;
}

.xq-topbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    height: 46px;
}

.xq-topbar-dropdown {
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
}

.xq-topbar-inner,
.xq-topbar-right,
.xq-topbar-dropdown {
    overflow: visible;
}

.xq-topbar-btn {
    height: 30px;
    padding: 4px 10px;
    border-color: rgba(255,255,255,.28);
    color: #fff;
    background: transparent;
    font-size: 13px;
    line-height: 20px;
}

.xq-topbar-btn:hover,
.xq-topbar-btn:focus {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.35);
}


.xq-topbar-dropdown.show {
    z-index: 50;
}

.xq-topbar-dropdown.show .header-select-menu {
    display: block;
}

.xq-user-menu-toggle {
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.xq-user-menu-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.xq-user-menu-toggle:hover,
.xq-user-menu-toggle:focus,
.xq-user-menu-toggle:active {
    color: #fff;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.xq-user-menu-dropdown {
    min-width: max-content !important;
    width: max-content;
    max-width: min(90vw, 320px);
    text-align: left;
}

.xq-user-menu-dropdown .dropdown-item {
    text-align: left;
    white-space: nowrap;
}

.xq-policybar-inner {
    display: grid;
    grid-template-columns: repeat(var(--policy-count, 8), minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    min-height: 46px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.xq-policybar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 46px;
    height: 46px;
    text-align: center;
}

.xq-policybar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    max-width: 100%;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    text-align: center;
    transition: color .2s ease;
}

.xq-topbar + .xq-policybar {
    margin-top: -1px;
}

.xq-topbar + .xq-policybar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #ffffff;
    pointer-events: none;
}

.xq-topbar + .xq-policybar,
.xq-policybar + .xq-searchbar-wrap,
.xq-searchbar-wrap + .xq-marquee-bar,
.xq-marquee-bar + .xq-breadcrumb-wrap {
    margin-top: 0;
}

.xq-searchbar-wrap {
  /*  width: 100%;*/
    background: transparent;
}

.xq-searchbar-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 68px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.xq-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex: 0 0 auto;
}

.xq-brand-link img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.xq-brand-link span {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


.xq-mobile-brand {
    display: none;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

.xq-mobile-brand:hover,
.xq-mobile-brand:focus {
    color: #fff;
    text-decoration: none;
}

.xq-mobile-brand img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.xq-mobile-brand span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.xq-mobile-menu-wrap {
    position: relative;
    display: none;
    align-items: center;
    height: 46px;
}

.xq-toolbar-wrap {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.xq-toolbar-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.xq-toolbar-wrap .category-box {
    flex: 0 0 auto;
    width: var(--category-width-px, 180px);
    min-width: 0;
    max-width: min(100%, 420px);
}

.xq-category-dropdown {
    position: relative;
    width: var(--dropdown-width, 100%);
    max-width: 100%;
}

.xq-toolbar-wrap .category-select {
    width: 100%;
    height: 44px;
    border: 1px solid #cfd8dd;
    border-radius: 2px;
    padding: 0 34px 0 12px;
    font-size: 15px;
    line-height: 42px;
    background: #fff;
    box-sizing: border-box;
    white-space: nowrap;
}

.xq-category-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #1f1f1f;
    text-align: left;
    outline: none;
}

.xq-category-trigger:focus,
.xq-category-trigger:hover {
    border-color: #b8c7cf;
}

.xq-category-trigger-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-category-trigger-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #5f6b74;
    border-bottom: 2px solid #5f6b74;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.xq-category-dropdown.is-open .xq-category-trigger-arrow {
    transform: translateY(-35%) rotate(-135deg);
}

.xq-category-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    max-height: 372px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #cfd8dd;
    border-radius: 2px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    z-index: 1060;
}

.xq-category-dropdown.is-open .xq-category-menu {
    display: block;
}

.xq-category-option {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 5px 12px;
    border: 0;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.xq-category-option:hover,
.xq-category-option:focus {
    background: #1677ff;
    color: #fff;
    outline: none;
}

.xq-toolbar-wrap .search-box {
    position: relative;
    flex: 1 1 auto;
    min-width: 260px;
}

.xq-toolbar-wrap .search-box input {
    width: 100%;
    height: 44px;
    border: 1px solid #cfd8dd;
    border-radius: 2px;
    padding: 0 52px 0 14px;
    font-size: 15px;
    background: #fff;
    box-sizing: border-box;
}

.xq-toolbar-wrap .search-box .xq-search-submit-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8a8f95;
    cursor: pointer;
}

.xq-toolbar-wrap .search-box .xq-search-submit-btn:hover,
.xq-toolbar-wrap .search-box .xq-search-submit-btn:focus {
    color: #1677ff;
    outline: none;
}

.xq-toolbar-wrap .search-box .xq-search-submit-btn .uil-search {
    font-size: 18px;
    line-height: 1;
}

.xq-toolbar-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    background: #2f6971;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.xq-toolbar-help-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #26575e;
}

.xq-marquee-wrap {
    width: 100%;
    background: transparent;
    margin-top: 0;
}

.xq-marquee-wrap .container {
border-radius: 5px;
}

.xq-marquee-bar {
    width: 100%;
    background: #d7e400;
    overflow: hidden;
    border: 0;
    position: relative;
    margin-top: 0;
    border-radius: 5px;
}

.xq-marquee-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xq-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
    will-change: transform;
    animation: xq-marquee-loop var(--marquee-duration, 24s) linear infinite;
}

.xq-marquee-sequence {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.xq-marquee-item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 8px 0;
    margin-right: var(--marquee-gap, 72px);
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.xq-marquee-bar:hover .xq-marquee-track {
    animation-play-state: paused;
}

@keyframes xq-marquee-loop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(var(--marquee-shift, 0px) * -1), 0, 0);
    }
}

.xq-breadcrumb-wrap {
    width: 100%;
    background: transparent;
}

.xq-breadcrumb-inner {
    min-height: 26px;
    display: flex;
    align-items: center;
    gap: 8px;
     /*  padding: 0 20px;*/
  /*  background: #edf2f5; */
    color: #7b8790;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.xq-breadcrumb-inner a {
    color: #e9e5df;
    text-decoration: none;
    transition: color .2s ease;
}

.xq-breadcrumb-inner a:hover,
.xq-breadcrumb-inner a:focus,
.xq-breadcrumb-inner a:active {
    color: #dd410f;
}

.xq-breadcrumb-current {
    color: #e9e5df;
}

.xq-breadcrumb-sep {
    color: #9ba7af;
}

/* 隐藏页面内旧面包屑，统一用头部第5层 */
.xq-buy-breadcrumb,
.article-page .breadcrumb-line {
    display: none !important;
}

.header-mobile-controls,
.mobile-nav,
.mobile-nav-btn,
.menu-icon {
    display: none;
}

@media (max-width: 991.98px) {
    .xq-topbar-center,
    .xq-policybar,
    .xq-toolbar-help-btn,
    .xq-breadcrumb-wrap {
        display: none !important;
    }

    .xq-searchbar-wrap {
        padding: 0 0px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .xq-searchbar-inner {
        min-height: auto;
        padding: 10px 12px;
        flex-wrap: wrap;
    }

    .xq-searchbar-inner > .xq-brand-link {
        display: none;
    }

    .xq-toolbar-inner {
        width: 100%;
        flex-wrap: wrap;
    }

    .xq-toolbar-wrap {
        width: 100%;
    }

    .xq-toolbar-wrap .category-box,
    .xq-toolbar-wrap .search-box {
        width: 100%;
        max-width: 100%;
    }

    .xq-category-dropdown {
        width: 100%;
    }

    .xq-topbar,
    .xq-topbar-inner {
        min-height: 42px;
    }

    .xq-topbar-inner {
        gap: 10px;
    }

    .xq-topbar-left {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
    }

    .xq-mobile-brand {
        display: inline-flex;
    }

    .xq-topbar-right {
        gap: 6px;
        flex: 0 0 auto;
        position: relative;
    }

    .xq-topbar-btn {
        padding: 2px 8px;
        height: 28px;
        font-size: 12px;
    }

    .xq-mobile-menu-wrap {
        display: flex;
        height: 42px;
        align-items: center;
    }

    .menu-icon.xq-mobile-menu-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

.mobile-nav {
        display: none;
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        width: max-content;
        min-width: 0;
        max-width: calc(100vw - 24px);
        background: #fff;
        border: 1px solid #e7ecef;
        border-radius: 6px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
        padding: 8px 0;
        z-index: 1090;
    }

    .mobile-nav a,
    .mobile-nav-btn {
        display: block;
        width: auto;
        min-width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .mobile-nav.show {
        display: block;
    }

    .mobile-nav a,
    .mobile-nav-btn {
        display: block;
        color: #222;
        padding: 9px 14px;
        background: none;
        border: 0;
        text-align: left;
        width: 100%;
        white-space: nowrap;
    }

    .mobile-nav a:hover,
    .mobile-nav-btn:hover {
        background: #f5f8fa;
        color: #111;
        text-decoration: none;
    }
}
.xq-policybar-link--hot {
    color: #e60012 !important;
    font-weight: 700 !important;
}

.xq-policybar-link--hot:hover,
.xq-policybar-link--hot:focus,
.xq-policybar-link--hot:active {
    color: #e60012 !important;
    font-weight: 700 !important;
}

#templateDropdown,
#templateDropdownMobile {
    display: none !important;
}