@media (min-width: 701px) {
  .chinee-pc-home {
    --chinee-blue: #073b82;
    --chinee-blue-bright: #0c5eb8;
    --chinee-ink: #111820;
    --chinee-graphite: #252b33;
    --chinee-cool: #eef3f8;
    --chinee-line: #dce4ed;
    --chinee-muted: #637080;
    --chinee-orange: #f07822;
    --chinee-white: #ffffff;
    color: var(--chinee-ink);
    overflow: hidden;
    background: var(--chinee-white);
    font-family: "Manrope", Arial, sans-serif;
  }

  .chinee-pc-home *,
  .chinee-pc-home *::before,
  .chinee-pc-home *::after {
    box-sizing: border-box;
  }

  .chinee-pc-home h1,
  .chinee-pc-home h2,
  .chinee-pc-home h3,
  .chinee-pc-home p,
  .chinee-pc-home figure,
  .chinee-pc-home ol,
  .chinee-pc-home ul {
    margin: 0;
  }

  .chinee-pc-home ol,
  .chinee-pc-home ul {
    padding: 0;
  }

  .chinee-pc-home a {
    color: inherit;
    text-decoration: none;
  }

  .chinee-shell {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin: 0 auto;
  }

  .chinee-hero {
    position: relative;
    height: 100svh;
    min-height: 720px;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    color: var(--chinee-white);
    background: #07111c;
  }

  .chinee-hero__media,
  .chinee-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .chinee-hero__media {
    z-index: -3;
    object-fit: cover;
    object-position: center;
  }

  .chinee-hero__shade {
    z-index: -2;
    background: rgb(3 13 24 / 22%);
    box-shadow: inset 62vw 0 240px rgb(2 10 20 / 48%), inset 0 -220px 180px rgb(2 10 18 / 44%);
  }

  .chinee-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 128px;
  }

  .chinee-eyebrow,
  .chinee-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--chinee-blue);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0;
  }

  .chinee-eyebrow {
    color: #d8e8ff;
  }

  .chinee-eyebrow::before,
  .chinee-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    flex: 0 0 34px;
    background: var(--chinee-orange);
  }

  .chinee-hero h1 {
    max-width: 790px;
    margin-top: 24px;
    font-size: 68px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .chinee-hero__summary {
    max-width: 650px;
    margin-top: 26px !important;
    color: #e3eaf2;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
  }

  .chinee-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
  }

  .chinee-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .chinee-button i {
    font-size: 18px;
  }

  .chinee-button:hover {
    transform: translateY(-2px);
  }

  .chinee-button--primary {
    background: var(--chinee-orange);
    color: #17120e !important;
  }

  .chinee-button--primary:hover {
    background: #ff9147;
  }

  .chinee-button--outline {
    color: var(--chinee-white) !important;
    border-color: rgb(255 255 255 / 55%);
    background: rgb(8 21 34 / 30%);
    backdrop-filter: blur(10px);
  }

  .chinee-button--outline:hover {
    border-color: var(--chinee-white);
    background: rgb(7 59 130 / 70%);
  }

  .chinee-button--dark {
    background: var(--chinee-ink);
    color: var(--chinee-white) !important;
  }

  .chinee-button--dark:hover {
    background: var(--chinee-blue);
  }

  .chinee-hero__rail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid rgb(255 255 255 / 18%);
    background: rgb(5 14 24 / 76%);
    backdrop-filter: blur(15px);
  }

  .chinee-hero__rail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .chinee-hero__rail-grid > div {
    min-height: 96px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 26px;
    border-left: 1px solid rgb(255 255 255 / 15%);
  }

  .chinee-hero__rail-grid > div:last-child {
    border-right: 1px solid rgb(255 255 255 / 15%);
  }

  .chinee-hero__rail-grid strong {
    flex: 0 0 22px;
    color: var(--chinee-orange);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .chinee-hero__rail-grid span {
    min-width: 0;
    color: #f5f8fc;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    overflow-wrap: anywhere;
  }

  .chinee-section {
    position: relative;
    padding: 118px 0;
  }

  .chinee-section-heading {
    margin-bottom: 48px;
  }

  .chinee-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    align-items: end;
    gap: 70px;
  }

  .chinee-section-heading h2,
  .chinee-scene-intro h2 {
    max-width: 880px;
    margin-top: 14px;
    color: var(--chinee-ink);
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
  }

  .chinee-section-heading > p,
  .chinee-section-heading--split > p,
  .chinee-scene-intro > p:not(.chinee-kicker) {
    color: var(--chinee-muted);
    font-size: 16px;
    line-height: 1.8;
  }

  .chinee-section-heading--center {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .chinee-section-heading--center .chinee-kicker {
    justify-content: center;
  }

  .chinee-section-heading--center > p:last-child {
    margin-top: 18px;
  }

  .chinee-categories {
    background: var(--chinee-white);
  }

  .chinee-category-signals {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--chinee-line);
    border-bottom: 1px solid var(--chinee-line);
    margin-bottom: 42px;
  }

  .chinee-category-signals > div {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 22px;
    border-left: 1px solid var(--chinee-line);
  }

  .chinee-category-signals > div:last-child {
    border-right: 1px solid var(--chinee-line);
  }

  .chinee-category-signals i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border-radius: 50%;
    color: var(--chinee-white);
    background: var(--chinee-blue);
    font-size: 18px;
  }

  .chinee-category-signals span {
    color: #2d3845;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
  }

  .chinee-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .chinee-category-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--chinee-line);
    border-radius: 6px;
    background: #f6f8fb;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .chinee-category-card:hover {
    z-index: 1;
    transform: translateY(-4px);
    border-color: #b8cce4;
    box-shadow: 0 18px 35px rgb(17 24 32 / 10%);
  }

  .chinee-category-card__index {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 32px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    color: var(--chinee-white);
    background: var(--chinee-blue);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
  }

  .chinee-category-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--chinee-cool);
  }

  .chinee-category-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
  }

  .chinee-category-card:hover .chinee-category-card__media img {
    transform: scale(1.035);
  }

  .chinee-category-card__body {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 17px;
    background: var(--chinee-white);
  }

  .chinee-category-card__body strong {
    min-width: 0;
    color: var(--chinee-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .chinee-category-card__body i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    border-radius: 50%;
    color: var(--chinee-blue);
    background: var(--chinee-cool);
    font-size: 17px;
  }

  .chinee-factory {
    color: var(--chinee-white);
    background: #151c24;
  }

  .chinee-factory::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: var(--chinee-blue-bright);
  }

  .chinee-section-heading--light h2,
  .chinee-section-heading--light > p {
    color: var(--chinee-white);
  }

  .chinee-section-heading--light > p {
    color: #b9c4d0;
  }

  .chinee-section-heading--light .chinee-kicker {
    color: #89b9ee;
  }

  .chinee-factory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 265px;
    gap: 14px;
  }

  .chinee-factory-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #0a1017;
  }

  .chinee-factory-card--feature {
    grid-column: span 2;
    grid-row: span 2;
  }

  .chinee-factory-card:last-child {
    grid-column: 1 / -1;
  }

  .chinee-factory-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(4 10 16 / 9%);
    box-shadow: inset 0 -180px 120px rgb(2 7 12 / 76%);
    pointer-events: none;
  }

  .chinee-factory-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
  }

  .chinee-factory-card:hover img {
    transform: scale(1.025);
  }

  .chinee-factory-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding: 20px;
  }

  .chinee-factory-card figcaption > span {
    flex: 0 0 22px;
    color: var(--chinee-orange);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .chinee-factory-card figcaption strong {
    display: block;
    color: var(--chinee-white);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
  }

  .chinee-factory-card figcaption p {
    margin-top: 4px;
    color: #c9d3df;
    font-size: 11px;
    line-height: 1.5;
  }

  .chinee-factory-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    padding: 24px 28px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-left: 4px solid var(--chinee-orange);
    border-radius: 4px;
    background: #1e2731;
  }

  .chinee-factory-cta p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d7dfe8;
    font-size: 14px;
    line-height: 1.6;
  }

  .chinee-factory-cta p i {
    color: #86b9ef;
    font-size: 22px;
  }

  .chinee-factory-cta a,
  .chinee-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    color: var(--chinee-blue);
    font-size: 13px;
    font-weight: 800;
  }

  .chinee-factory-cta a {
    color: var(--chinee-white);
  }

  .chinee-products {
    background: #f3f6fa;
  }

  .chinee-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .chinee-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--chinee-line);
    border-radius: 6px;
    background: var(--chinee-white);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .chinee-product-card:hover {
    transform: translateY(-4px);
    border-color: #b9cce3;
    box-shadow: 0 18px 34px rgb(17 24 32 / 9%);
  }

  .chinee-product-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f9fb;
  }

  .chinee-product-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
  }

  .chinee-product-card:hover .chinee-product-card__media img {
    transform: scale(1.035);
  }

  .chinee-product-card__body {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid #e5ebf1;
  }

  .chinee-product-card__body > p {
    color: var(--chinee-blue);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chinee-product-card h3 {
    margin-top: 9px;
    color: var(--chinee-ink);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
  }

  .chinee-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .chinee-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 14px;
    color: #3f4b59 !important;
    font-size: 12px;
    font-weight: 700;
  }

  .chinee-product-card__link:hover {
    color: var(--chinee-blue) !important;
  }

  .chinee-brand-scenes {
    background: var(--chinee-white);
  }

  .chinee-scene-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    column-gap: 70px;
    align-items: end;
    margin-bottom: 48px;
  }

  .chinee-scene-intro .chinee-kicker,
  .chinee-scene-intro h2 {
    grid-column: 1;
  }

  .chinee-scene-intro > p:not(.chinee-kicker),
  .chinee-scene-intro ul,
  .chinee-scene-intro .chinee-button {
    grid-column: 2;
  }

  .chinee-scene-intro > p:not(.chinee-kicker) {
    grid-row: 1 / span 2;
    align-self: start;
  }

  .chinee-scene-intro ul {
    display: grid;
    gap: 9px;
    margin-top: 20px;
    list-style: none;
  }

  .chinee-scene-intro li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #303b47;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
  }

  .chinee-scene-intro li i {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    flex: 0 0 21px;
    border-radius: 50%;
    color: var(--chinee-white);
    background: var(--chinee-blue);
    font-size: 13px;
  }

  .chinee-scene-intro .chinee-button {
    justify-self: start;
    margin-top: 23px;
  }

  .chinee-scene-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .chinee-scene-card {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: #111820;
  }

  .chinee-scene-card::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 -170px 110px rgb(3 10 18 / 72%);
    pointer-events: none;
  }

  .chinee-scene-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
  }

  .chinee-scene-card:hover img {
    transform: scale(1.025);
  }

  .chinee-scene-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: grid;
    gap: 5px;
    padding: 24px;
  }

  .chinee-scene-card figcaption span {
    color: #9ac7f5;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
  }

  .chinee-scene-card figcaption strong {
    color: var(--chinee-white);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
  }

  .chinee-process {
    padding-bottom: 104px;
    border-top: 1px solid var(--chinee-line);
    background: #f4f7fa;
  }

  .chinee-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    counter-reset: chinee-process;
  }

  .chinee-process-grid li {
    position: relative;
    min-height: 230px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--chinee-line);
    border-radius: 6px;
    background: var(--chinee-white);
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .chinee-process-grid li:hover {
    transform: translateY(-3px);
    border-color: #abc3df;
  }

  .chinee-process-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .chinee-process-card__top span {
    color: var(--chinee-blue);
    font-size: 12px;
    font-weight: 800;
  }

  .chinee-process-card__top i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--chinee-white);
    background: var(--chinee-blue);
    font-size: 23px;
  }

  .chinee-process-grid h3 {
    margin-top: 26px;
    color: var(--chinee-ink);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
  }

  .chinee-process-grid p {
    margin-top: 11px;
    color: var(--chinee-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .chinee-process-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 34px;
    color: #4b5866;
    font-size: 14px;
    font-weight: 600;
  }

  .chinee-process-action a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 4px;
    color: var(--chinee-white);
    background: var(--chinee-orange);
    font-size: 13px;
    font-weight: 800;
  }

  html body #kf.container2 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    background: #ffffff;
  }

  html body #kf .online_cont {
    width: calc(100% - 160px);
    max-width: 1500px;
    margin: 0 auto !important;
    padding: 110px 0 116px;
    font-family: "Manrope", Arial, sans-serif;
  }

  html body #kf .online_cont .title {
    margin: 0 0 44px !important;
  }

  html body #kf .online_cont .title p:nth-child(1) {
    margin: 0 0 10px !important;
    color: #111820 !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  html body #kf .online_cont .title p:nth-child(2) {
    color: #637080 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  html body #kf .online_cont ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #kf .online_cont ul li {
    min-width: 0;
    padding: 22px 16px 18px;
    border: 1px solid #dce4ed;
    border-radius: 6px;
    background: #f8fafc;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  html body #kf .online_cont ul li:hover {
    transform: translateY(-3px);
    border-color: #b7cce5;
    box-shadow: 0 15px 30px rgb(17 24 32 / 8%);
  }

  html body #kf .online_cont ul li p:nth-child(1) {
    width: 126px !important;
    height: 126px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border: 4px solid #ffffff;
    border-radius: 50% !important;
    background: #e7eef6 !important;
    box-shadow: 0 6px 18px rgb(17 24 32 / 13%) !important;
  }

  html body #kf .online_cont ul li p:nth-child(1) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  html body #kf .online_cont ul li p:nth-child(2) {
    margin: 16px 0 13px !important;
    color: #111820 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    align-items: stretch !important;
    margin: 0 !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span,
  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 4px !important;
    background: #073b82 !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: #252b33 !important;
  }

  html body #kf .online_cont ul li p:nth-child(3) span a {
    min-height: 34px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 4px;
    padding: 6px 5px;
    color: #ffffff !important;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
  }

  html body #kf .online_cont ul li p:nth-child(3) span a i {
    margin: 0 !important;
    font-size: 13px;
  }

  html body .progress-wrap {
    right: 8px;
  }

  html body #online_qq_layer {
    right: 6px;
  }

  @media (max-width: 1349px) {
    .chinee-category-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .chinee-hero h1 {
      font-size: 58px;
    }
  }

  @media (max-width: 1120px) {
    .chinee-shell {
      width: calc(100% - 48px);
    }

    html body #kf .online_cont {
      width: calc(100% - 144px);
    }

    .chinee-section {
      padding: 90px 0;
    }

    .chinee-section-heading h2,
    .chinee-scene-intro h2 {
      font-size: 38px;
    }

    .chinee-section-heading--split,
    .chinee-scene-intro {
      gap: 40px;
    }

    .chinee-product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .chinee-factory-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 250px;
    }

    .chinee-factory-card--feature,
    .chinee-factory-card:last-child {
      grid-column: span 2;
    }

    html body #kf .online_cont {
      padding: 88px 0 96px;
    }

    html body #kf .online_cont ul {
      gap: 10px !important;
    }

    html body #kf .online_cont ul li {
      padding: 18px 9px 14px;
    }

    html body #kf .online_cont ul li p:nth-child(1) {
      width: 112px !important;
      height: 112px !important;
    }
  }

  @media (max-width: 900px) {
    .chinee-hero {
      min-height: 680px;
    }

    .chinee-hero__content {
      padding-bottom: 150px;
    }

    .chinee-hero h1 {
      font-size: 48px;
    }

    .chinee-hero__summary {
      max-width: 560px;
      font-size: 16px;
    }

    .chinee-hero__rail-grid > div {
      padding: 16px 12px;
    }

    .chinee-category-grid,
    .chinee-product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .chinee-category-signals {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chinee-category-signals > div:nth-child(3),
    .chinee-category-signals > div:nth-child(4) {
      border-top: 1px solid var(--chinee-line);
    }

    .chinee-section-heading--split,
    .chinee-scene-intro {
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .chinee-scene-intro .chinee-kicker,
    .chinee-scene-intro h2,
    .chinee-scene-intro > p:not(.chinee-kicker),
    .chinee-scene-intro ul,
    .chinee-scene-intro .chinee-button {
      grid-column: 1;
      grid-row: auto;
    }

    .chinee-scene-grid {
      gap: 10px;
    }

    .chinee-scene-card figcaption {
      padding: 16px;
    }

    .chinee-scene-card figcaption strong {
      font-size: 14px;
    }

    .chinee-process-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body #kf .online_cont ul li p:nth-child(1) {
      width: 94px !important;
      height: 94px !important;
    }

    html body #kf .online_cont ul li p:nth-child(3) {
      grid-template-columns: 1fr;
    }
  }
}
