/* Header Inline Styles — Extracted from header.php */
    .header {
        background-color: #fff;
    }

    .header-nav-item {
        display: flex;
        align-items: center;
        position: relative;
    }

    .header-nav-link {
        font-size: 16px;
        line-height: 52px;
        border: 2px solid transparent;
        box-sizing: border-box;
        padding: 0px;
    }

    .header-nav-item .header-nav-more {
        width: 8px;
        height: 5px;
        background-image: url(https://qince.com/p/assets/images/header-nav-more.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 4px;
    }

    .header-nav-li:hover .header-nav-more {
        background-image: url(https://qince.com/p/assets/images/header-nav-more-hover.png);
    }

    .active-nav-link .header-nav-more {
        background-image: url(https://qince.com/p/assets/images/header-nav-more-hover.png);
    }

    .header-wrapper-right .phone-icon {
        width: 16px;
        height: 16px;
        background-image: url(https://qince.com/p/assets/images/header-phone.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 6px;
    }

    .header-subnav {
        background-color: #fff;
    }

    .header-subnav ul:first-of-type {
        margin-left: 0;
    }

    .header-subnav-title {
        padding-bottom: 0;
        /* cursor: pointer; */
    }

    .header-subnav-link {
        color: #42474d;
        height: 24px;
        line-height: 24px;
        letter-spacing: 0;
        display: flex;
        align-items: center;
    }

    .header-button.language-container {
        background-color: transparent;
        outline: none;
    }

    .header-subnav-link .link-name {
        font-size: 16px;
        color: #1a1c1f;
        letter-spacing: 0;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .header-nav-link:hover {
        color: #ff9008;
        background-color: transparent;
    }

    .active-nav-link {
        color: #ff9008;
        border-bottom: 2px solid;
        box-sizing: border-box;
        border-radius: 2px;
    }

    .header-subnav ul .with-icon-li {
        /* 带有图标的li */
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-left: -34px;
    }

    .header-button,
    .home-header .header-button {
        min-width: 85px;
        height: 35px;
        line-height: 32px;
        color: #ff9008;
        border-color: #ff9008;
    }

    .header-button.header-button-register {
        background: #ff9008;
        border-radius: 10px;
    }

    .header-button.header-button-register:hover {
        background: #ffb152;
    }

    #language {
        margin-left: 6px;
    }

    .home-header .header-button.header-button-login,
    .home-header .header-button.language-container {
        color: #fff;
        border-color: #fff;
    }

    .home-header .header-button .select-option {
        color: #000;
    }

    .header.home-header .header-button .select-option {
        color: #ff9008;
    }

    .home-header .header-button.header-button-login:hover,
    .home-header .header-button.language-container:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .header-button.header-button-login:hover,
    .header-button.language-container:hover {
        background-color: #ffe8cd;
        color: #ff9008;
    }

    .header-subnav.product-subnav {
        /* width: 1124px; */
        width: 100%;
        height: 100vh;
        /* border-radius: 0 0 10px 10px; */
        padding: 0;
        box-sizing: border-box;
        /* left: calc(50% - 562px); */
        left: 0;
        background-color: transparent;
        pointer-events: none;
    }

    .product-container {
        width: 100%;
        height: 594px;
        background-color: #fff;
        padding: 48px 34px 56px 48px;
        box-sizing: border-box;
        box-shadow: 0px 12px 20px 0px rgb(0 52 111 / 10%);
        pointer-events: auto;
    }

    .product-subnav .product-main {
        margin: 0 auto;
        width: 1140px;
        display: flex;
        justify-content: space-between;
    }

    .product-main .product-list {
        display: flex;
        flex-direction: column;
    }

    .product-main .products-brand {
        width: 670px;
    }

    .product-main .product-agency {
        width: 335px;
    }

    .product-main .product-type,
    .solution-main .solution-type,
    .story-main .story-type,
    .about-main .about-type {
        border-bottom: 1px solid #e6e8eb;
        padding-bottom: 16px;
        box-sizing: content-box;
    }

    .product-type span,
    .story-type span,
    .solution-type span,
    .about-type span {
        color: #1a1c1f;
        font-size: 20px;
        height: 28px;
        line-height: 28px;
        font-weight: 600;
    }

    .brand-list,
    .agency-list {
        display: flex;
        flex-wrap: wrap;
    }

    ul.agency-list {
        display: flex;
        flex-direction: column;
    }

    .product-list ul {
        margin-top: 28px;
        height: 392px;
    }

    .product-list ul li {
        margin-bottom: 32px;
    }

    .brand-list li {
        width: 50%;
    }

    .product-list ul li a {
        color: #1a1c1f;
        font-size: 16px;
        font-weight: 600;
        height: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .product-list ul li .product-des {
        color: #5c646c;
        font-size: 13px;
        margin: 8px 0 0;
        height: 18px;
        line-height: 18px;
    }

    .product-list .product-price,
    .solution-list .solution-more {
        padding-top: 16px;
        border-top: 1px solid #e6e8eb;
    }

    .product-list .product-price a,
    .solution-list .solution-more a,
    .more-list .story-more a {
        color: #ff7000;
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .header-button-register,
    .home-header .header-button-register {
        background-color: #ff9008;
        color: #fff;
    }

    .solution-subnav {
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        left: 0;
        padding: 0px;
        background-color: transparent;
        pointer-events: none;
    }

    .solution-subnav .solution-main {
        margin: 0 auto;
        width: 1140px;
        display: flex;
        justify-content: space-between;
    }

    .solution-container {
        padding: 48px 34px 56px 48px;
        height: 490px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 12px 20px 0px rgb(0 52 111 / 10%);
        pointer-events: auto;
    }

    .solution-main .solution-list {
        display: flex;
        flex-direction: column;
    }

    .solution-industry {
        width: 374px;
    }

    .solution-special {
        width: 644px;
    }

    .solution-list ul {
        display: flex;
    }

    .solution-list .industry-list {
        flex-direction: column;
    }

    .industry-list li {
        width: 100%;
        margin-top: 25px;
    }

    .industry-list .solution-icon {
        vertical-align: text-bottom;
    }

    .solution-list .special-list {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 26px;
    }

    .special-list li {
        width: 50%;
        margin-bottom: 32px;
    }

    .special-list li .solution-icon {
        width: 16px;
        height: 16px;
        padding: 4px;
        margin-right: 4px;
        vertical-align: bottom;
    }

    .story-subnav {
        width: 100%;
        height: 100vh;
        padding: 0px;
        box-sizing: border-box;
        left: 0;
        background-color: transparent;
        pointer-events: none;
    }

    .story-subnav .story-main {
        width: 100%;
        min-width: 1140px;
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .story-container {
        height: 393px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 12px 20px 0px rgb(0 52 111 / 10%);
        pointer-events: auto;
    }

    .story-main .story-brand {
        width: 560px;
    }

    .story-main .story-agency {
        width: 220px;
    }

    .story-main .story-wonderful {
        width: 286px;
    }

    .story-main>div ul {
        width: 100%;
        padding-top: 12px;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .story-main>div ul li {
        width: 131px;
        height: 50px;
        margin-top: 12px;
        border: 0.5px solid rgba(221, 226, 232, 1);
        border-radius: 8.73px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .story-main>div ul li:nth-of-type(4n) {
        margin-right: 0;
    }

    .story-brand .header-subnav-link,
    .story-agency .header-subnav-link {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        box-sizing: border-box;
    }

    .story-main .header-subnav-link .link-name {
        color: #1a1c1f;
        font-size: 18px;
        text-align: center;
        line-height: 18px;
        font-weight: 700;
    }

    .story-main .header-subnav-link .link-name::after {
        display: none;
    }

    .story-main .story-desc {
        height: 176px;
    }

    .story-main .story-desc p {
        color: #1a1c1f;
        letter-spacing: 0;
        letter-spacing: 0;
    }

    .story-main .story-desc p:first-of-type {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .story-main .story-desc p:last-of-type {
        font-size: 48px;
        line-height: 48px;
        font-weight: 600;
    }

    .about-subnav {
        width: 100%;
        height: 100vh;
        padding: 0px;
        box-sizing: border-box;
        left: 0;
        background-color: transparent;
        pointer-events: none;
    }

    .about-subnav .about-main {
        width: 100%;
        min-width: 1140px;
        display: flex;
        justify-content: space-between;
    }

    .about-container {
        height: 357px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0px 12px 20px 0px rgb(0 52 111 / 10%);
        pointer-events: auto;
    }

    .about-main ul {
        width: 100%;
        padding-top: 4px;
    }

    .about-main ul li {
        margin-top: 20px;
    }

    .about-main .header-subnav-link {
        height: 14px;
        line-height: 14px;
    }

    .about-main .header-subnav-link .link-name {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 14px;
        font-weight: 400;
    }

    .consume-research .header-subnav-link {
        position: relative;
        cursor: pointer;
    }

    .consume-research .qr-code {
        display: none;
        width: 160px;
        height: 160px;
        position: absolute;
        left: calc(100% + 24px);
        top: 50%;
        transform: translateY(-44%);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 10px 0px rgba(14, 27, 41, 0.09);
        border-radius: 12px;
    }

    .qr-code::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        left: -8px;
        top: 44%;
        transform: translateY(-50%) rotate(45deg);
        border: 8px solid #fff;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 10px 0px rgba(14, 27, 41, 0.09);
    }

    .qr-code>div {
        width: 100%;
        height: 100%;
        padding: 12px 22px;
        box-sizing: border-box;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }

    .qr-code .qr-code-img {
        width: 116px;
        height: 116px;
        margin: 0;
    }

    .qr-code .qr-code-text {
        font-size: 12px;
        color: #1a1c1f;
        text-align: center;
    }

    .consume-research:hover .qr-code {
        display: block;
    }

    .header-subnav ul li img {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }

    .story-main ul li .header-subnav-link .link-img {
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: contain;
    }

    .header-logo {
        margin-right: 40px;
        background: none !important;
        background-image: none !important;
        width: 125px;
        height: 75px;
    }

    .header-logo img {
        width: 125px;
        height: 75px;
        display: block;
        object-fit: contain;
    }

    .product-list li a img {
        width: 7px;
        height: 12px;
        margin-left: 6px;
        margin-bottom: -1px;
    }

    .product-price,
    .solution-more,
    .story-more {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    .story-more .header-subnav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ff7000;
    }

    .story-more .header-subnav-link img {
        width: 9px;
        height: auto;
        transform: rotate(-90deg);
        margin-left: 6px;
    }

    .header-nav-li-product,
    .header-nav-li-solution,
    .header-nav-li-story,
    .header-nav-li-about {
        position: static;
    }

    .about-main .about-type-title {
        border: 0;
    }

    .about-main .recruit-title {
        font-size: 14px;
        color: #1a1c1f;
        letter-spacing: 0;
        line-height: 22px;
        font-weight: 400;
        height: auto;
    }

    .about-main .recruit-phone {
        margin: 0;
    }

    .about-main .tel-phone {
        font-size: 20px;
        color: #1a1c1f;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 600;
    }

    .about-main .qc-play {
        margin-top: 40px;
        width: fit-content;
    }

    .about-main .qc-play>img {
        width: 100px;
        height: 100px;
        margin: 0;
    }

    .about-main .qc-play>p {
        font-size: 14px;
        text-align: center;
    }

    .story-main-left {
        width: 66.5%;
        display: flex;
        justify-content: flex-end;
        padding: 48px 0px 40px 48px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .story-main-left .story-agency {
        padding: 0px 40px 0 60px;
    }

    .story-main-right {
        width: 33.5%;
        padding: 48px 30px 40px;
        background-color: #f7f7f7;
        box-sizing: border-box;
    }

    .about-main-left {
        width: 60%;
        display: flex;
        justify-content: flex-end;
        background-color: #fff;
        padding: 48px 0px 56px 48px;
        box-sizing: border-box;
    }

    .about-main-left-content {
        width: 780px;
        display: flex;
        justify-content: space-around;
    }

    .about-main-left-content .about-qince,
    .about-news,
    .about-recruit {
        width: 200px;
    }

    .about-main-left-content .about-recruit {
        margin-right: 3%;
    }

    .about-main-right {
        width: 40%;
        background-color: #f7f7f7;
        padding: 48px 30px 56px;
        box-sizing: border-box;
    }

    .language-type-en {
        display: none;
    }

    /* ========== 移动端导航 ========== */
    .mobile-menu-btn {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        padding: 0;
        margin-left: 8px;
        border: none;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-menu-btn span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 3px 0;
        background-color: #2e3033;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .home-header .mobile-menu-btn span {
        background-color: #fff;
    }

    body.mobile-nav-open .mobile-menu-btn span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    body.mobile-nav-open .mobile-menu-btn span:nth-child(2) {
        opacity: 0;
    }

    body.mobile-nav-open .mobile-menu-btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .mobile-nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 98;
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    body.mobile-nav-open .mobile-nav-overlay {
        display: block;
        opacity: 1;
    }

    @media (max-width: 1024px) {
        .header {
            z-index: 100;
        }

        .header-wrapper {
            padding: 0 12px 0 14px;
            flex-wrap: nowrap;
            height: 52px;
            min-height: 52px;
            align-items: center;
            position: relative;
            z-index: 101;
            background: inherit;
        }

        .header-wrapper-left {
            width: auto;
            flex: 0 1 auto;
            min-width: 0;
            max-width: calc(100% - 130px);
        }

        .header-logo {
            width: auto;
            height: 44px;
            margin-right: 0;
            line-height: 0;
        }

        .header-logo img {
            width: auto;
            max-width: 96px;
            height: 44px;
            object-fit: contain;
        }

        .header-nav {
            display: none;
            position: fixed;
            top: 52px;
            left: 0;
            right: 0;
            bottom: 0;
            min-width: 0;
            max-width: none;
            flex: none;
            flex-direction: column;
            align-items: stretch;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            background: #fff;
            z-index: 99;
            padding: 0 0 24px;
            margin: 0;
            box-sizing: border-box;
            box-shadow: none;
            border-top: 1px solid #e8eaed;
            justify-content: start;
        }

        body.mobile-nav-open .header-nav {
            display: flex;
        }

        .header-nav-li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #f0f2f5;
            position: relative;
        }

        .header-nav .header-nav-link,
        .header-nav .header-nav-item.header-nav-link,
        .header-nav a.header-nav-link {
            display: flex !important;
            width: 100%;
            height: auto !important;
            min-height: 0 !important;
            line-height: 1.35 !important;
            padding: 12px 16px !important;
            font-size: 15px;
            box-sizing: border-box;
            justify-content: space-between;
            align-items: center;
            border: none !important;
            border-radius: 0 !important;
        }

        .header-nav-more {
            flex-shrink: 0;
            transition: transform 0.2s ease;
        }

        .header-nav-li.mobile-submenu-open .header-nav-more {
            transform: rotate(180deg);
        }

        .header-subnav,
        .header-subnav.product-subnav,
        .header-subnav.solution-subnav,
        .header-subnav.story-subnav,
        .header-subnav.about-subnav {
            display: none !important;
            position: static !important;
            width: 100% !important;
            height: auto !important;
            max-height: none !important;
            min-width: 0 !important;
            min-height: 0 !important;
            left: auto !important;
            pointer-events: auto !important;
            background: #f7f8fa !important;
            box-shadow: none !important;
            padding: 0 !important;
            overflow: visible !important;
        }

        .header-nav-li.mobile-submenu-open>.header-subnav {
            display: block !important;
        }

        .header-nav-li:not(.mobile-submenu-open)>.header-subnav {
            display: none !important;
        }

        .product-container,
        .solution-container,
        .story-container,
        .about-container {
            height: auto !important;
            padding: 12px 16px 16px !important;
            box-shadow: none !important;
        }

        .product-subnav .product-main,
        .solution-subnav .solution-main,
        .story-subnav .story-main,
        .about-subnav .about-main {
            width: 100% !important;
            min-width: 0 !important;
            flex-direction: column !important;
        }

        .product-main .products-brand,
        .product-main .product-agency,
        .solution-industry,
        .solution-special,
        .story-main .story-brand,
        .story-main .story-agency,
        .story-main .story-wonderful {
            width: 100% !important;
        }

        .brand-list li,
        .special-list li {
            width: 100% !important;
        }

        .product-list ul {
            height: auto !important;
            margin-top: 12px !important;
        }

        .product-list ul li {
            margin-bottom: 16px !important;
        }

        .story-main-left,
        .story-main-right,
        .about-main-left,
        .about-main-right {
            width: 100% !important;
            padding: 12px 16px !important;
        }

        .story-main-left {
            flex-direction: column;
        }

        .story-main-left .story-agency {
            padding: 16px 0 0 !important;
        }

        .about-main-left-content {
            width: 100% !important;
            flex-direction: column;
        }

        .about-main-left-content .about-qince,
        .about-news,
        .about-recruit {
            width: 100% !important;
        }

        .consume-research .header-subnav-link {
            flex-direction: column;
            align-items: flex-start;
            height: auto;
        }

        .consume-research .qr-code {
            position: relative;
            transform: none;
            display: block !important;
            margin-top: 8px;
            left: auto;
            top: auto;
            width: 160px;
            height: auto;
        }

        .consume-research .qr-code>div {
            position: relative;
            left: auto;
            top: auto;
        }

        .consume-research .qr-code::before {
            display: none;
        }

        .header-wrapper-right {
            height: 52px;
            gap: 6px;
            flex-shrink: 0;
            margin-left: auto;
        }

        .header-button,
        .home-header .header-button {
            min-width: 64px;
            height: 32px;
            line-height: 30px;
            font-size: 13px;
            padding: 0 10px;
        }

        .mobile-menu-btn {
            display: flex;
        }

        .header.home-header .header-nav-link,
        .header.home-header .header-nav-item {
            color: #2e3033;
        }

        .header.home-header .mobile-menu-btn span {
            background-color: #2e3033;
        }

        body.mobile-nav-open {
            overflow: hidden;
        }

        body.mobile-nav-open .header {
            background-color: #fff !important;
            box-shadow: none !important;
        }

        body.mobile-nav-open .header.home-header .header-button.header-button-register {
            color: #fff;
        }
    }

    @media (max-width: 768px) {

        .home-header .header-button.header-button-register {
            color: #fff !important;
            background-color: #ff9008 !important;
            border-color: #ff9008 !important;
        }
    }

    @media (max-width: 480px) {

        .header-wrapper-right .phone {
            margin-right: 0px;
        }

        .header-wrapper-right .phone-icon {
            width: 12px;
            height: 12px;
            background-image: url(https://qince.com/p/assets/images/header-phone.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 4px;
        }

        .header-wrapper-right .phone-number {
            font-size: 12px;
        }

        .header-button.header-button-login {
            min-width: 62px;
            font-size: 12px;
            margin: 0px;
            padding: 0px 6px;
        }

        .header-button.header-button-register {
            min-width: 62px;
            font-size: 12px;
            margin: 0px;
            padding: 0px 6px;
        }

        .header-logo img {
            max-width: 82px;
            height: 40px;
        }

        .mobile-menu-btn {
            margin-left: 0px;
            width: 30px;
        }


        .header-nav {
            justify-content: start;
        }

        .industryReport {
            display: none;
        }
    }