/* theme-83 home page extracted from home.html */
    body:where(.xhm-home-page) {
      --red: #1e6ca8;
      --red-dark: #15527f;
      --navy: #182843;
      --steel: #65748c;
      --steel-dark: #46536b;
      --soft: #f3f6fa;
      --line: #dfe5ee;
      --ink: #222a36;
      --muted: #778090;
      --container: 1180px;
      color-scheme: light;
    }

    :where(body.xhm-home-page) * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body:where(.xhm-home-page) {
      margin: 0;
      color: var(--ink);
      background: #fff;
      font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
      font-size: 14px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }

    :where(body.xhm-home-page) a {
      color: inherit;
      text-decoration: none;
    }

    :where(body.xhm-home-page) img,
    :where(body.xhm-home-page) video {
      display: block;
      max-width: 100%;
      height: auto;
    }

    :where(body.xhm-home-page) ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    :where(body.xhm-home-page) p {
      margin: 0;
    }

    :where(body.xhm-home-page) .container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    :where(body.xhm-home-page) .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--red);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    :where(body.xhm-home-page) .eyebrow:before {
      content: "";
      width: 28px;
      height: 1px;
      background: var(--red);
    }

    :where(body.xhm-home-page) .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 34px;
    }

    :where(body.xhm-home-page) .section-title {
      margin: 8px 0 0;
      color: #202633;
      font-size: 30px;
      line-height: 1.25;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .section-title small {
      margin-left: 8px;
      color: #7d8491;
      font-size: 12px;
      font-weight: 700;
    }

    :where(body.xhm-home-page) .section-desc {
      max-width: 620px;
      margin-top: 8px;
      color: #6e7685;
      font-size: 13px;
    }

    :where(body.xhm-home-page) .more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 98px;
      height: 32px;
      padding: 0 16px;
      border: 1px solid rgba(30, 108, 168, .3);
      color: var(--red);
      background: #fff;
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
      transition: background .2s ease, color .2s ease, transform .2s ease;
    }

    :where(body.xhm-home-page) .more:after {
      content: ">";
      margin-left: 12px;
    }

    :where(body.xhm-home-page) .more:hover,
    :where(body.xhm-home-page) .more:focus-visible {
      color: #fff;
      background: var(--red);
      transform: translateY(-1px);
      outline: none;
    }

    :where(body.xhm-home-page) .hero {
      position: relative;
      height: 555px;
      overflow: hidden;
      color: #fff;
      background: #15263e;
    }

    :where(body.xhm-home-page) .hero swiper-container,
    :where(body.xhm-home-page) .hero swiper-slide,
    :where(body.xhm-home-page) .hero-slide-link {
      display: block;
      width: 100%;
      height: 555px;
    }

    :where(body.xhm-home-page) .hero swiper-container:not(:defined) swiper-slide:not(:first-child) {
      display: none;
    }

    :where(body.xhm-home-page) .hero-media,
    :where(body.xhm-home-page) .hero-fallback {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 555px;
      object-fit: cover;
    }

    :where(body.xhm-home-page) .hero-fallback {
      background:
        linear-gradient(110deg, rgba(30, 108, 168, .56), rgba(21, 82, 127, .38) 42%, rgba(10, 32, 57, .58)),
        linear-gradient(135deg, #556579, #15263e);
    }

    :where(body.xhm-home-page) .hero:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(105deg, rgba(30, 108, 168, .48), rgba(21, 82, 127, .25) 34%, rgba(16, 38, 64, .42) 66%, rgba(4, 22, 42, .56)),
        repeating-linear-gradient(150deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 92px);
      pointer-events: none;
    }

    :where(body.xhm-home-page) .hero:after {
      content: "";
      position: absolute;
      left: -8vw;
      right: -8vw;
      bottom: -1px;
      z-index: 4;
      height: 120px;
      background: #fff;
      clip-path: polygon(0 62%, 25% 85%, 50% 56%, 72% 78%, 100% 48%, 100% 100%, 0 100%);
      pointer-events: none;
    }

    :where(body.xhm-home-page) .hero-content {
      position: relative;
      z-index: 6;
      height: 555px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 108px;
      text-align: center;
      pointer-events: none;
    }

    :where(body.xhm-home-page) .hero-title {
      margin: 0;
      color: #fff;
      font-size: 58px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: 5px;
      text-shadow: 0 12px 30px rgba(0, 0, 0, .38);
    }

    :where(body.xhm-home-page) .hero-subtitle {
      margin-top: 18px;
      color: rgba(255, 255, 255, .86);
      font-size: 17px;
      font-weight: 800;
      letter-spacing: 2px;
    }

    :where(body.xhm-home-page) .quality {
      position: relative;
      padding: 76px 0 72px;
      background:
        linear-gradient(180deg, rgba(28, 43, 70, .2), rgba(28, 43, 70, .05) 56%, rgba(243, 245, 248, 0) 56%),
        linear-gradient(180deg, #5e6f8b 0 56%, #f3f5f8 56% 100%);
      overflow: hidden;
    }

    :where(body.xhm-home-page) .quality:before {
      content: "SINOMA";
      position: absolute;
      right: max(28px, calc((100vw - var(--container)) / 2 + 6px));
      top: 70px;
      color: rgba(35, 47, 70, .13);
      font-size: clamp(72px, 11vw, 142px);
      font-weight: 900;
      line-height: 1;
      letter-spacing: 3px;
    }

    :where(body.xhm-home-page) .quality:after {
      content: "";
      position: absolute;
      left: max(-68px, calc((100vw - var(--container)) / 2 - 118px));
      top: 0;
      width: 300px;
      height: 360px;
      border: 1px solid rgba(26, 39, 61, .12);
      border-radius: 48% 48% 22% 22%;
      opacity: .8;
      transform: rotate(-6deg);
    }

    :where(body.xhm-home-page) .quality .section-head {
      position: relative;
      z-index: 2;
      margin-bottom: 0;
    }

    :where(body.xhm-home-page) .quality .eyebrow {
      color: var(--red);
    }

    :where(body.xhm-home-page) .quality .eyebrow:before {
      background: var(--red);
    }

    :where(body.xhm-home-page) .quality .section-title {
      max-width: 720px;
      color: #fff;
      font-size: 34px;
      letter-spacing: 1px;
      text-shadow: 0 10px 28px rgba(25, 36, 58, .2);
    }

    :where(body.xhm-home-page) .quality .section-desc {
      max-width: 540px;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
    }

    :where(body.xhm-home-page) .quality-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin-top: 38px;
    }

    :where(body.xhm-home-page) .quality-track {
      position: relative;
      z-index: 2;
      height: 3px;
      margin-top: 34px;
      background: rgba(169, 181, 200, .42);
    }

    :where(body.xhm-home-page) .quality-track:before {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, var(--red), rgba(92, 112, 145, .55));
    }

    :where(body.xhm-home-page) .quality-card {
      position: relative;
      min-height: 292px;
      padding: 26px 24px 24px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 18px 36px rgba(31, 43, 64, .1);
      overflow: hidden;
      isolation: isolate;
      transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
    }

    :where(body.xhm-home-page) .quality-card:hover,
    :where(body.xhm-home-page) .quality-card:first-child {
      color: #fff;
      background:
        linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 44%),
        var(--red);
      box-shadow: 0 24px 44px rgba(21, 82, 127, .26);
      transform: translateY(-4px);
    }

    :where(body.xhm-home-page) .quality-no {
      position: relative;
      z-index: 2;
      color: #303847;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 1px;
    }

    :where(body.xhm-home-page) .quality-card:hover .quality-no,
    :where(body.xhm-home-page) .quality-card:first-child .quality-no {
      color: #fff;
    }

    :where(body.xhm-home-page) .quality-visual {
      position: absolute;
      left: 18px;
      right: 16px;
      top: 64px;
      height: 152px;
      opacity: .46;
      filter: grayscale(1) contrast(1.08);
      border-radius: 14px;
      overflow: hidden;
      transition: opacity .22s ease, transform .28s ease, filter .22s ease;
    }

    :where(body.xhm-home-page) .quality-visual img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 14px;
    }

    :where(body.xhm-home-page) .quality-visual .placeholder {
      min-height: 100%;
      color: rgba(20, 28, 40, .16);
      background: transparent;
      border-radius: 14px;
      font-size: 54px;
    }

    :where(body.xhm-home-page) .quality-card:first-child .quality-visual,
    :where(body.xhm-home-page) .quality-card:hover .quality-visual {
      opacity: .62;
      filter: grayscale(1) contrast(1.18);
      mix-blend-mode: multiply;
      transform: translateY(-4px) scale(1.03);
    }

    :where(body.xhm-home-page) .quality-name {
      position: relative;
      z-index: 2;
      margin: 154px 0 0;
      color: inherit;
      font-size: 18px;
      line-height: 1.28;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .quality-en {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 100%;
      margin-top: -3px;
      color: rgba(58, 66, 82, .1);
      font-size: 23px;
      line-height: .98;
      font-weight: 900;
      overflow-wrap: anywhere;
    }

    :where(body.xhm-home-page) .quality-card:hover .quality-en,
    :where(body.xhm-home-page) .quality-card:first-child .quality-en {
      color: rgba(255, 255, 255, .62);
    }

    :where(body.xhm-home-page) .products {
      position: relative;
      padding: 66px 0 92px;
      background:
        linear-gradient(118deg, rgba(255, 255, 255, .99) 0 73%, rgba(205, 217, 235, .72) 73% 100%),
        linear-gradient(180deg, #fbfcfe 0 72%, #5e7192 72% 100%);
      overflow: hidden;
    }

    :where(body.xhm-home-page) .products:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 34%;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(70, 93, 128, .78)),
        linear-gradient(135deg, transparent 0 28%, rgba(111, 133, 170, .7) 28% 100%);
      clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
      opacity: .82;
      pointer-events: none;
    }

    :where(body.xhm-home-page) .products:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 122px;
      background:
        linear-gradient(90deg, rgba(58, 78, 114, .82), rgba(86, 106, 140, .58)),
        var(--products-bg, linear-gradient(135deg, #60728e, #344967));
      background-size: cover;
      background-position: center bottom;
      pointer-events: none;
    }

    :where(body.xhm-home-page) .products .section-head {
      position: relative;
      z-index: 2;
      align-items: flex-start;
      margin-bottom: 36px;
    }

    :where(body.xhm-home-page) .products .section-title {
      font-size: 32px;
      letter-spacing: 0;
    }

    :where(body.xhm-home-page) .products .section-title small {
      color: #748096;
      font-size: 12px;
    }

    :where(body.xhm-home-page) .products .section-desc {
      margin-top: 4px;
      color: #2f3949;
      font-size: 12px;
      font-weight: 800;
    }

    :where(body.xhm-home-page) .products .more {
      margin-top: 10px;
      min-width: 108px;
      height: 32px;
      background: rgba(255, 255, 255, .56);
    }

    :where(body.xhm-home-page) .product-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.62fr repeat(3, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    :where(body.xhm-home-page) .product-card {
      display: flex;
      flex-direction: column;
      position: relative;
      height: 304px;
      background: #fff;
      box-shadow: none;
      overflow: hidden;
      transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
    }

    :where(body.xhm-home-page) .product-card:hover {
      transform: translateY(-3px);
    }

    :where(body.xhm-home-page) .product-card.is-active {
      box-shadow: 0 24px 34px rgba(38, 52, 72, .22);
    }

    :where(body.xhm-home-page) .product-card:not(.is-active) {
      filter: saturate(.94);
    }

    :where(body.xhm-home-page) .product-card:not(.is-active):hover,
    :where(body.xhm-home-page) .product-card:not(.is-active):focus-visible {
      filter: saturate(1);
    }

    :where(body.xhm-home-page) .product-media {
      flex: 1 1 auto;
      min-height: 0;
      background: linear-gradient(180deg, #d8e5f5 0%, #eef4fc 100%);
      overflow: hidden;
    }

    :where(body.xhm-home-page) .product-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      padding: 12px;
      transform: scale(1);
      transition: transform .36s ease;
    }

    :where(body.xhm-home-page) .product-card:hover img {
      transform: scale(1.03);
    }

    :where(body.xhm-home-page) .product-media .placeholder {
      min-height: 100%;
    }

    :where(body.xhm-home-page) .product-name {
      position: relative;
      flex: 0 0 58px;
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 24px;
      color: #fff;
      background: #405070;
      font-weight: 900;
      line-height: 1.35;
      overflow: hidden;
      transition: background .24s ease, color .24s ease;
    }

    :where(body.xhm-home-page) .product-card.is-active .product-name {
      flex-basis: 94px;
      min-height: 94px;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      padding: 18px 86px 22px 22px;
      background: #1e6ca8;
    }

    :where(body.xhm-home-page) .product-card:not(.is-active) .product-name:before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, rgba(255, 255, 255, .08), transparent 45%);
      pointer-events: none;
    }

    :where(body.xhm-home-page) .product-card.is-active .product-name:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 64px;
      height: 64px;
      background: #fff;
      clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }

    :where(body.xhm-home-page) .product-name-text {
      position: relative;
      z-index: 1;
      display: block;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    :where(body.xhm-home-page) .product-name small {
      margin-left: 6px;
      color: rgba(255, 255, 255, .58);
      font-size: 10px;
      font-weight: 800;
    }

    :where(body.xhm-home-page) .product-card.is-active .product-name-text {
      font-size: 20px;
    }

    :where(body.xhm-home-page) .product-card.is-active .product-name small {
      color: rgba(255, 255, 255, .82);
    }

    :where(body.xhm-home-page) .product-name:after {
      content: none;
      position: relative;
      z-index: 1;
      flex: 0 0 auto;
      color: rgba(255, 255, 255, .86);
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      opacity: .78;
      transform: translateY(-1px);
      transition: opacity .24s ease, transform .24s ease;
    }

    :where(body.xhm-home-page) .product-card.is-active .product-name:after {
      content: "+";
      position: absolute;
      left: 22px;
      bottom: 18px;
      opacity: 1;
      z-index: 1;
      line-height: 1;
      transform: none;
    }

    :where(body.xhm-home-page) .product-scroll {
      position: relative;
      z-index: 2;
      width: 74px;
      height: 4px;
      display: grid;
      grid-template-columns: 40px 16px 16px;
      gap: 6px;
      margin: 44px auto 0;
    }

    :where(body.xhm-home-page) .product-scroll span {
      display: block;
      height: 3px;
      background: #9badcf;
    }

    :where(body.xhm-home-page) .product-scroll span:first-child {
      background: var(--red);
    }

    :where(body.xhm-home-page) .placeholder {
      min-height: 100%;
      display: grid;
      place-items: center;
      padding: 18px;
      color: #647084;
      background: linear-gradient(135deg, #eef3f8, #dce5ef);
      font-weight: 900;
      text-align: center;
    }

    :where(body.xhm-home-page) .about {
      position: relative;
      padding: 82px 0 12px;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .88)),
        radial-gradient(circle at 18% 72%, rgba(78, 94, 121, .12), transparent 34%),
        linear-gradient(180deg, #fff, #f3f4f7);
      overflow: hidden;
    }

    :where(body.xhm-home-page) .about-layout {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 520px;
      gap: 82px;
      align-items: center;
    }

    :where(body.xhm-home-page) .about-copy {
      margin-top: 26px;
      color: #6b7280;
      line-height: 2.05;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .about-copy * {
      color: inherit !important;
      font-size: inherit !important;
      line-height: inherit !important;
    }

    :where(body.xhm-home-page) .about .more {
      margin-top: 30px;
    }

    :where(body.xhm-home-page) .about-video {
      position: relative;
      min-height: 310px;
      background: #17263f;
      box-shadow: 30px 28px 0 var(--red), 0 0 0 1px #d9dee7;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .about-video img {
      width: 100%;
      height: 310px;
      object-fit: cover;
      opacity: .76;
    }

    :where(body.xhm-home-page) .about-video .placeholder {
      min-height: 310px;
      color: #fff;
      background: linear-gradient(135deg, #44536d, #16243c);
    }

    :where(body.xhm-home-page) .play {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      height: 64px;
      border: 3px solid rgba(255, 255, 255, .85);
      border-radius: 50%;
      background: rgba(0, 0, 0, .22);
      transform: translate(-50%, -50%);
    }

    :where(body.xhm-home-page) .play:after {
      content: "";
      position: absolute;
      left: 24px;
      top: 18px;
      border-left: 19px solid #fff;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
    }

    :where(body.xhm-home-page) .industry {
      padding: 56px 0 92px;
      background: #fff;
    }

    :where(body.xhm-home-page) .industry .section-head {
      margin-bottom: 42px;
    }

    :where(body.xhm-home-page) .industry .section-title {
      font-size: 44px;
      letter-spacing: 1px;
    }

    :where(body.xhm-home-page) .industry-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: 255px 205px;
      gap: 0;
      border: 0;
    }

    :where(body.xhm-home-page) .industry-card {
      position: relative;
      min-height: 0;
      display: flex;
      align-items: flex-start;
      padding: 16px;
      color: #fff;
      background: #233451;
      border: 2px solid #fff;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(1) {
      grid-column: 1 / span 5;
      grid-row: 1;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(2) {
      grid-column: 6 / span 4;
      grid-row: 1;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(3) {
      grid-column: 10 / span 3;
      grid-row: 1;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(4) {
      grid-column: 1 / span 4;
      grid-row: 2;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(5) {
      grid-column: 5 / span 4;
      grid-row: 2;
    }

    :where(body.xhm-home-page) .industry-card:nth-child(6) {
      grid-column: 9 / span 4;
      grid-row: 2;
    }

    :where(body.xhm-home-page) .industry-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .9;
      transition: transform .4s ease, opacity .25s ease;
    }

    :where(body.xhm-home-page) .industry-card .placeholder {
      position: absolute;
      inset: 0;
      min-height: 100%;
    }

    :where(body.xhm-home-page) .industry-card:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 24, 44, .04), rgba(10, 24, 44, .22));
      transition: background .24s ease;
    }

    :where(body.xhm-home-page) .industry-card:hover,
    :where(body.xhm-home-page) .industry-card.is-active {
      align-items: center;
      justify-content: center;
      text-align: center;
      background: var(--red);
    }

    :where(body.xhm-home-page) .industry-card:hover:after,
    :where(body.xhm-home-page) .industry-card.is-active:after {
      background: rgba(30, 108, 168, .58);
    }

    :where(body.xhm-home-page) .industry-card:hover img,
    :where(body.xhm-home-page) .industry-card.is-active img {
      opacity: .66;
      transform: scale(1.05);
    }

    :where(body.xhm-home-page) .industry-card>span {
      position: relative;
      z-index: 2;
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
    }

    :where(body.xhm-home-page) .industry-name {
      position: relative;
      z-index: 2;
      min-width: 170px;
      padding: 16px 18px 18px;
      color: #202938;
      background: rgba(255, 255, 255, .94);
      font-size: 17px;
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(20, 32, 52, .12);
    }

    :where(body.xhm-home-page) .industry-name small {
      display: inline;
      margin-left: 5px;
      color: #b8c0ca;
      font-size: 11px;
      font-weight: 700;
    }

    :where(body.xhm-home-page) .industry-action {
      position: relative;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      margin: -12px 0 0 16px;
      color: #fff;
      background: var(--red);
      font-size: 20px;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .industry-card:hover>span,
    :where(body.xhm-home-page) .industry-card.is-active>span {
      align-items: center;
    }

    :where(body.xhm-home-page) .industry-card:hover .industry-name,
    :where(body.xhm-home-page) .industry-card.is-active .industry-name {
      min-width: 0;
      color: #fff;
      background: transparent;
      box-shadow: none;
      font-size: 26px;
      text-align: center;
    }

    :where(body.xhm-home-page) .industry-card:hover .industry-name small,
    :where(body.xhm-home-page) .industry-card.is-active .industry-name small {
      display: block;
      margin: 4px 0 0;
      color: rgba(255, 255, 255, .75);
      font-size: 13px;
    }

    :where(body.xhm-home-page) .industry-card:hover .industry-action,
    :where(body.xhm-home-page) .industry-card.is-active .industry-action {
      margin: 18px auto 0;
      background: #fff;
      color: var(--red);
      clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    }

    :where(body.xhm-home-page) .industry-card:hover .industry-action::before,
    :where(body.xhm-home-page) .industry-card.is-active .industry-action::before {
      content: "›";
      font-size: 22px;
      line-height: 1;
    }

    :where(body.xhm-home-page) .industry-card:hover .industry-action,
    :where(body.xhm-home-page) .industry-card.is-active .industry-action {
      font-size: 0;
    }

    :where(body.xhm-home-page) .services {
      position: relative;
      padding: 64px 0 62px;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(42, 58, 90, .95), rgba(82, 98, 132, .9)),
        linear-gradient(135deg, #6c7b96, #273b58);
      overflow: hidden;
    }

    :where(body.xhm-home-page) .services:before {
      content: "CHINESE BRAND";
      position: absolute;
      left: max(22px, calc((100vw - var(--container)) / 2 - 58px));
      top: 62px;
      color: rgba(255, 255, 255, .08);
      writing-mode: vertical-rl;
      font-size: 52px;
      font-weight: 900;
      letter-spacing: 2px;
    }

    :where(body.xhm-home-page) .services:after {
      content: "";
      position: absolute;
      right: max(24px, calc((100vw - var(--container)) / 2 - 24px));
      top: 142px;
      bottom: 62px;
      width: 3px;
      background: linear-gradient(180deg, var(--red) 0 28%, rgba(255, 255, 255, .9) 28% 100%);
    }

    :where(body.xhm-home-page) .services .section-title,
    :where(body.xhm-home-page) .services .section-desc {
      color: #fff;
    }

    :where(body.xhm-home-page) .services .section-head {
      width: 45%;
      margin-bottom: 32px;
    }

    :where(body.xhm-home-page) .service-showcase {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(360px, 414px) minmax(0, 1fr);
      gap: 54px;
      align-items: stretch;
      --service-row-height: 210px;
      --service-row-gap: 30px;
    }

    :where(body.xhm-home-page) .service-gallery {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(2, var(--service-row-height));
      gap: var(--service-row-gap);
    }

    :where(body.xhm-home-page) .service-gallery-item {
      height: 100%;
      background: rgba(255, 255, 255, .88);
      border: 4px solid rgba(255, 255, 255, .92);
      border-radius: 16px;
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    :where(body.xhm-home-page) .service-gallery-item.is-active {
      border: 4px solid var(--red);
      box-shadow: 0 14px 30px rgba(16, 30, 54, .18);
    }

    :where(body.xhm-home-page) .service-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    :where(body.xhm-home-page) .service-gallery-item .placeholder {
      min-height: 100%;
    }

    :where(body.xhm-home-page) .service-list {
      display: grid;
      grid-template-rows: repeat(2, var(--service-row-height));
      gap: var(--service-row-gap);
      padding-top: 0;
    }

    :where(body.xhm-home-page) .service-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: center;
      min-height: 0;
      height: 100%;
      padding: 0 44px 0 0;
      border-bottom: 1px solid rgba(255, 255, 255, .22);
      transition: color .2s ease;
    }

    :where(body.xhm-home-page) .service-card:last-child {
      border-bottom: 0;
    }

    :where(body.xhm-home-page) .service-title {
      margin: 0 0 12px;
      color: #fff;
      font-size: 16px;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .service-desc {
      color: rgba(255, 255, 255, .72);
      line-height: 2.05;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .service-desc * {
      color: inherit !important;
      font-size: inherit !important;
      line-height: inherit !important;
    }

    :where(body.xhm-home-page) .service-more {
      align-self: center;
      min-width: 116px;
      border-radius: 18px;
      color: var(--red);
      background: #fff;
      border-color: #fff;
    }

    :where(body.xhm-home-page) .news {
      padding: 70px 0 82px;
      background: #fff;
    }

    :where(body.xhm-home-page) .news .section-head {
      margin-bottom: 46px;
    }

    :where(body.xhm-home-page) .news .more {
      min-width: 122px;
      height: 36px;
      border-color: rgba(30, 108, 168, .24);
      font-size: 11px;
    }

    :where(body.xhm-home-page) .news .more:after {
      content: "";
      width: 7px;
      height: 7px;
      margin-left: 30px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
    }

    :where(body.xhm-home-page) .news-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 318px;
      gap: 70px;
      align-items: start;
    }

    :where(body.xhm-home-page) .news-list {
      display: grid;
      gap: 22px;
    }

    :where(body.xhm-home-page) .news-item {
      display: grid;
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 34px;
      align-items: center;
      padding-bottom: 22px;
      border-bottom: 1px solid rgba(223, 229, 238, .85);
      transition: transform .24s ease, border-color .24s ease;
    }

    :where(body.xhm-home-page) .news-thumb {
      position: relative;
      height: 183px;
      background: #dfe7f0;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .news-thumb:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 42px;
      height: 42px;
      background: var(--red);
      clip-path: polygon(100% 0, 0 100%, 100% 100%);
      opacity: 0;
      transform: translate(10px, 10px);
      transition: opacity .24s ease, transform .24s ease;
    }

    :where(body.xhm-home-page) .news-item.is-active,
    :where(body.xhm-home-page) .news-item:hover,
    :where(body.xhm-home-page) .news-item:focus-visible {
      transform: translateY(-3px);
      border-color: rgba(30, 108, 168, .24);
    }

    :where(body.xhm-home-page) .news-item.is-active .news-thumb,
    :where(body.xhm-home-page) .news-item:hover .news-thumb,
    :where(body.xhm-home-page) .news-item:focus-visible .news-thumb,
    :where(body.xhm-home-page) .news-feature.is-active .news-thumb,
    :where(body.xhm-home-page) .news-feature:hover .news-thumb,
    :where(body.xhm-home-page) .news-feature:focus-visible .news-thumb {
      box-shadow: 14px -14px 0 -1px #fff, 14px -14px 0 0 rgba(105, 116, 132, .38);
    }

    :where(body.xhm-home-page) .news-item.is-active .news-thumb:after,
    :where(body.xhm-home-page) .news-item:hover .news-thumb:after,
    :where(body.xhm-home-page) .news-item:focus-visible .news-thumb:after,
    :where(body.xhm-home-page) .news-feature.is-active .news-thumb:after,
    :where(body.xhm-home-page) .news-feature:hover .news-thumb:after,
    :where(body.xhm-home-page) .news-feature:focus-visible .news-thumb:after {
      opacity: 1;
      transform: translate(0, 0);
    }

    :where(body.xhm-home-page) .news-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .36s ease;
    }

    :where(body.xhm-home-page) .news-item:hover img,
    :where(body.xhm-home-page) .news-feature:hover img {
      transform: scale(1.04);
    }

    :where(body.xhm-home-page) .news-date {
      color: #167ee9;
      font-size: 13px;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .news-title {
      margin: 8px 0 11px;
      color: #111820;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 900;
      transition: color .24s ease;
    }

    :where(body.xhm-home-page) .news-item.is-active .news-title,
    :where(body.xhm-home-page) .news-item:hover .news-title,
    :where(body.xhm-home-page) .news-item:focus-visible .news-title,
    :where(body.xhm-home-page) .news-feature.is-active .news-title,
    :where(body.xhm-home-page) .news-feature:hover .news-title,
    :where(body.xhm-home-page) .news-feature:focus-visible .news-title {
      color: var(--red);
    }

    :where(body.xhm-home-page) .news-desc {
      color: #777f8d;
      font-size: 13px;
      line-height: 1.95;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    :where(body.xhm-home-page) .news-desc * {
      color: inherit !important;
      font-size: inherit !important;
      line-height: inherit !important;
    }

    :where(body.xhm-home-page) .news-more {
      display: inline-flex;
      align-items: center;
      gap: 28px;
      margin-top: 18px;
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
    }

    :where(body.xhm-home-page) .news-more:after {
      content: "›";
      font-size: 22px;
      line-height: 1;
      transform: translateY(-1px);
    }

    :where(body.xhm-home-page) .news-feature {
      display: block;
      padding-top: 14px;
      transition: transform .24s ease;
    }

    :where(body.xhm-home-page) .news-feature.is-active,
    :where(body.xhm-home-page) .news-feature:hover,
    :where(body.xhm-home-page) .news-feature:focus-visible {
      transform: translateY(-3px);
    }

    :where(body.xhm-home-page) .news-feature .news-thumb {
      height: 205px;
      margin-bottom: 25px;
    }

    @media (max-width: 1100px) {
      :where(body.xhm-home-page) .quality {
        background: linear-gradient(180deg, #5e6f8b 0 45%, #f3f5f8 45% 100%);
      }

      :where(body.xhm-home-page) .quality-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      :where(body.xhm-home-page) .product-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      :where(body.xhm-home-page) .product-card {
        height: 292px;
      }

      :where(body.xhm-home-page) .about-layout,
      :where(body.xhm-home-page) .news-grid {
        grid-template-columns: 1fr;
      }

      :where(body.xhm-home-page) .news-grid {
        gap: 34px;
      }

      :where(body.xhm-home-page) .news-item {
        grid-template-columns: 240px minmax(0, 1fr);
      }

      :where(body.xhm-home-page) .services .section-head {
        width: auto;
      }

      :where(body.xhm-home-page) .service-showcase {
        grid-template-columns: 1fr;
      }

      :where(body.xhm-home-page) .service-gallery,
      :where(body.xhm-home-page) .service-list {
        grid-template-rows: none;
      }

      :where(body.xhm-home-page) .service-gallery-item {
        height: 210px;
      }

      :where(body.xhm-home-page) .service-card {
        min-height: 176px;
        height: auto;
        padding: 20px 44px 28px 0;
      }

      :where(body.xhm-home-page) .footer-main {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 760px) {
      :where(body.xhm-home-page) .container {
        width: min(var(--container), calc(100% - 28px));
      }

      :where(body.xhm-home-page) .hero,
      :where(body.xhm-home-page) .hero swiper-container,
      :where(body.xhm-home-page) .hero swiper-slide,
      :where(body.xhm-home-page) .hero-slide-link,
      :where(body.xhm-home-page) .hero-media,
      :where(body.xhm-home-page) .hero-fallback {
        height: 555px;
      }

      :where(body.xhm-home-page) .hero-content {
        padding-top: 95px;
      }

      :where(body.xhm-home-page) .hero-title {
        font-size: 38px;
        letter-spacing: 1px;
      }

      :where(body.xhm-home-page) .hero-subtitle {
        font-size: 13px;
      }

      :where(body.xhm-home-page) .section-head {
        display: block;
      }

      :where(body.xhm-home-page) .section-title {
        font-size: 25px;
      }

      :where(body.xhm-home-page) .more {
        margin-top: 18px;
      }

      :where(body.xhm-home-page) .quality,
      :where(body.xhm-home-page) .products,
      :where(body.xhm-home-page) .about,
      :where(body.xhm-home-page) .industry,
      :where(body.xhm-home-page) .services,
      :where(body.xhm-home-page) .news {
        padding: 52px 0;
      }

      :where(body.xhm-home-page) .about {
        padding-bottom: 28px;
      }

      :where(body.xhm-home-page) .industry {
        padding-top: 44px;
      }

      :where(body.xhm-home-page) .products {
        padding-bottom: 72px;
      }

      :where(body.xhm-home-page) .products:before {
        opacity: .4;
      }

      :where(body.xhm-home-page) .products:after {
        height: 94px;
      }

      :where(body.xhm-home-page) .products .section-title {
        font-size: 25px;
      }

      :where(body.xhm-home-page) .products .section-desc {
        font-size: 12px;
      }

      :where(body.xhm-home-page) .quality:before,
      :where(body.xhm-home-page) .services:before {
        display: none;
      }

      :where(body.xhm-home-page) .quality:after {
        opacity: .34;
      }

      :where(body.xhm-home-page) .quality-grid,
      :where(body.xhm-home-page) .product-grid,
      :where(body.xhm-home-page) .industry-grid,
      :where(body.xhm-home-page) .footer-main {
        grid-template-columns: 1fr;
      }

      :where(body.xhm-home-page) .industry-grid {
        grid-auto-rows: auto;
      }

      :where(body.xhm-home-page) .quality-card {
        min-height: 214px;
      }

      :where(body.xhm-home-page) .quality-visual {
        top: 58px;
        height: 112px;
        opacity: .3;
      }

      :where(body.xhm-home-page) .quality-name {
        margin-top: 84px;
      }

      :where(body.xhm-home-page) .quality-en {
        font-size: 20px;
      }

      :where(body.xhm-home-page) .product-card {
        height: 300px;
      }

      :where(body.xhm-home-page) .product-card.is-active .product-name {
        flex-basis: 82px;
        min-height: 82px;
        padding-right: 76px;
      }

      :where(body.xhm-home-page) .product-name-text {
        white-space: normal;
      }

      :where(body.xhm-home-page) .about-layout {
        gap: 32px;
      }

      :where(body.xhm-home-page) .about-video {
        min-height: 230px;
        box-shadow: 12px 12px 0 var(--red);
      }

      :where(body.xhm-home-page) .about-video img,
      :where(body.xhm-home-page) .about-video .placeholder {
        height: 230px;
        min-height: 230px;
      }

      :where(body.xhm-home-page) .industry-card,
      :where(body.xhm-home-page) .industry-card:nth-child(1),
      :where(body.xhm-home-page) .industry-card:nth-child(2),
      :where(body.xhm-home-page) .industry-card:nth-child(3),
      :where(body.xhm-home-page) .industry-card:nth-child(4),
      :where(body.xhm-home-page) .industry-card:nth-child(5),
      :where(body.xhm-home-page) .industry-card:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
        min-height: 188px;
      }

      :where(body.xhm-home-page) .services:after {
        display: none;
      }

      :where(body.xhm-home-page) .service-gallery {
        gap: 12px;
      }

      :where(body.xhm-home-page) .service-gallery-item {
        height: 170px;
        border-width: 4px;
        border-radius: 0;
      }

      :where(body.xhm-home-page) .service-list {
        gap: 0;
      }

      :where(body.xhm-home-page) .service-card {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
        padding: 22px 0;
      }

      :where(body.xhm-home-page) .service-more {
        grid-column: auto;
        justify-self: start;
      }

      :where(body.xhm-home-page) .news .section-head {
        margin-bottom: 28px;
      }

      :where(body.xhm-home-page) .news-item {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      :where(body.xhm-home-page) .news-thumb,
      :where(body.xhm-home-page) .news-feature .news-thumb {
        height: 190px;
      }

      :where(body.xhm-home-page) .news-item.is-active .news-thumb,
      :where(body.xhm-home-page) .news-item:hover .news-thumb,
      :where(body.xhm-home-page) .news-item:focus-visible .news-thumb,
      :where(body.xhm-home-page) .news-feature.is-active .news-thumb,
      :where(body.xhm-home-page) .news-feature:hover .news-thumb,
      :where(body.xhm-home-page) .news-feature:focus-visible .news-thumb {
        box-shadow: none;
      }
    }

/* xmdsite theme-83 global optimization layer */
:root {
  --xhm-blue: #1e6ca8;
  --xhm-blue-dark: #15527f;
  --xhm-red: #1e6ca8;
  --xhm-active: #1e6ca8;
  --xhm-news-content-width: 1120px;
  --xhm-ink: #1f2a3d;
  --xhm-muted: #6f7c8f;
  --xhm-line: #e5ebf3;
  --xhm-soft: #f4f7fb;
  --xhm-card: #ffffff;
  --xhm-shadow: 0 18px 50px rgba(13, 43, 83, .12);
  --xhm-radius: 22px;
}

/* Unified active state: retain each page's layout while using one brand color. */
.hero-titlebar,
.xmdsite-page-hero-content {
  display: none !important;
}

input,
select,
textarea {
  accent-color: var(--xhm-active);
}

swiper-container,
.hero-images,
.xmdsite-hero-images,
.xmdsite-hero-image-list {
  --swiper-theme-color: var(--xhm-active) !important;
}

.swiper-pagination-bullet-active,
.hero-images .swiper-pagination-bullet-active {
  background: var(--xhm-active) !important;
}

.xhm-product-list-page .category-link.is-active,
.xhm-service-list-page .category-link.is-active,
.xhm-news-list-page .category-link.is-active,
.xhm-contact-list-page .category-link.is-active,
.xhm-about-list-page .tab-link.is-active {
  border-color: var(--xhm-active) !important;
  background: var(--xhm-active) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(30, 108, 168, .18) !important;
}

.xhm-case-list-page .category-link.is-active {
  color: var(--xhm-active) !important;
}

.xhm-case-list-page .category-link.is-active::after {
  background: var(--xhm-active) !important;
}

.xhm-generic-list-page .xmdsite-category-link.is-active,
.xhm-event-list-page .xmdsite-category-link.is-active {
  border-color: var(--xhm-active) !important;
  background: rgba(30, 108, 168, .08) !important;
  color: var(--xhm-active) !important;
}

.xhm-list-page .page-current {
  border-color: var(--xhm-active) !important;
  background: var(--xhm-active) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(30, 108, 168, .18) !important;
}

.xhm-news-list-page .list-row.is-active {
  background: var(--xhm-active) !important;
  border-radius: 0 22px 0 22px !important;
  box-shadow: 0 18px 34px rgba(30, 108, 168, .26) !important;
}

.xhm-news-list-page .list-row.is-active .list-title {
  color: #fff !important;
}

.xhm-news-list-page .list-row.is-active .list-arrow {
  background: var(--xhm-active) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(30, 108, 168, .22) !important;
}

.xhm-detail-page .xmdsite-tab.is-active {
  border-bottom-color: var(--xhm-active) !important;
  color: var(--xhm-active) !important;
}

.xhm-detail-page .xmdsite-tab.is-active::after {
  background: var(--xhm-active) !important;
}

.xhm-about-detail-page .xmdsite-about-tab.is-active,
.xhm-product-detail-page .xmdsite-nav-link.is-active {
  border-color: var(--xhm-active) !important;
  background: var(--xhm-active) !important;
  color: #fff !important;
}

.xhm-home-page .product-card.is-active .product-name,
.xhm-home-page .industry-card.is-active {
  background-color: var(--xhm-active) !important;
}

.xhm-home-page .service-gallery-item.is-active {
  border-color: var(--xhm-active) !important;
}

.xhm-home-page .service-card.is-active .service-more {
  border-color: var(--xhm-active) !important;
  background: var(--xhm-active) !important;
  color: #fff !important;
}

.xhm-home-page .news-item.is-active .news-title,
.xhm-home-page .news-feature.is-active .news-title {
  color: var(--xhm-active) !important;
}

html {
  overflow-x: hidden;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(21, 79, 157, .06), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

img,
video {
  max-width: 100%;
}

.xhm-home-page .hero,
.xhm-list-page .page-hero,
.xhm-detail-page .page-hero,
.xhm-list-page .xmdsite-page-hero,
.xhm-detail-page .xmdsite-page-hero {
  isolation: isolate;
}

.xhm-home-page .hero-media,
.xhm-home-page .hero-fallback {
  height: clamp(360px, 48vw, 555px);
}

.xhm-home-page .hero,
.xhm-home-page .hero swiper-container,
.xhm-home-page .hero swiper-slide,
.xhm-home-page .hero-slide-link {
  height: clamp(360px, 48vw, 555px);
}

.xhm-home-page .quality-card,
.xhm-home-page .product-card,
.xhm-home-page .industry-card,
.xhm-home-page .service-card,
.xhm-home-page .news-item,
.xhm-home-page .news-feature,
.xhm-list-page .news-item,
.xhm-list-page .info-card,
.xhm-list-page .news-card,
.xhm-list-page .list-row,
.xhm-detail-page .article-card,
.xhm-detail-page .xmdsite-detail-tabs,
.xhm-detail-page .xmdsite-article-head,
.xhm-detail-page .latest-card,
.xhm-detail-page .side-card {
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease;
}

.xhm-home-page .quality-card:hover,
.xhm-home-page .product-card:hover,
.xhm-home-page .industry-card:hover,
.xhm-home-page .service-card:hover,
.xhm-home-page .news-item:hover,
.xhm-home-page .news-feature:hover,
.xhm-list-page .news-item:hover,
.xhm-list-page .info-card:hover,
.xhm-list-page .news-card:hover,
.xhm-list-page .list-row:hover {
  transform: translateY(-4px);
  box-shadow: var(--xhm-shadow);
}

.xhm-list-page .hero-media,
.xhm-list-page .hero-media-content,
.xhm-detail-page .hero-media,
.xhm-detail-page .hero-media-content {
  min-height: clamp(180px, 25vw, 320px);
  height: clamp(180px, 25vw, 320px);
}

.xhm-list-page .hero-titlebar,
.xhm-detail-page .hero-titlebar {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(247, 250, 255, .92)),
    radial-gradient(circle at 12% 0%, rgba(21, 79, 157, .12), transparent 34%);
}

.xhm-list-page .page-title,
.xhm-detail-page .page-title,
.xhm-detail-page .xmdsite-item-title,
.xhm-detail-page .article-title {
  letter-spacing: -.02em;
}

.xhm-list-page .category-nav,
.xhm-list-page .category-bar,
.xhm-news-list-page .category-wrap {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17, 45, 83, .06);
}

.xhm-list-page .category-link {
  border-radius: 999px;
}

/* 产品列表：偏产品目录，强调图片、规格信息和卡片网格 */
.xhm-product-list-page .main {
  padding-top: 34px;
}

.xhm-product-list-page .news-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 36px 0 0;
  border-top: 0;
}

.xhm-product-list-page .list-shell {
  background: transparent;
}

.xhm-product-list-page .news-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--xhm-line);
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background-color .22s ease;
}

.xhm-product-list-page .item-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.xhm-product-list-page .item-media,
.xhm-product-list-page .item-title a,
.xhm-product-list-page .view-more {
  position: relative;
  z-index: 2;
}

.xhm-product-list-page .item-card-link:focus-visible {
  outline: 3px solid rgba(30, 108, 168, .32);
  outline-offset: -3px;
}

.xhm-product-list-page .news-item:hover,
.xhm-product-list-page .news-item:focus-within {
  border-color: rgba(30, 108, 168, .62);
  background: #fff;
  box-shadow: 0 18px 42px rgba(30, 108, 168, .16), 0 8px 22px rgba(20, 34, 67, .1);
  transform: translateY(-6px);
}

.xhm-product-list-page .news-item:active {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(30, 108, 168, .14);
}

.xhm-product-list-page .item-media {
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4fb, #dfe9f5);
}

.xhm-product-list-page .item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.xhm-product-list-page .news-item:hover .item-media img,
.xhm-product-list-page .news-item:focus-within .item-media img {
  transform: scale(1.05);
}

.xhm-product-list-page .date-box {
  display: none;
}

.xhm-product-list-page .item-body {
  padding: 20px 20px 12px;
}

.xhm-product-list-page .item-meta {
  margin-top: 10px;
}

.xhm-product-list-page .news-item:hover .item-title a,
.xhm-product-list-page .news-item:focus-within .item-title a {
  color: var(--xhm-active);
}

.xhm-product-list-page .view-more {
  justify-self: start;
  margin: 0 20px 22px;
  border-radius: 999px;
  background: var(--xhm-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(30, 108, 168, .18);
}

.xhm-product-list-page .news-item:hover .view-more,
.xhm-product-list-page .news-item:focus-within .view-more {
  background: var(--xhm-blue-dark);
  box-shadow: 0 10px 22px rgba(30, 108, 168, .28);
  transform: translateY(-1px);
}

.xhm-product-list-page .pagination {
  margin: 20px auto;
  padding: 0;
}

/* 服务列表：偏解决方案，保留大卡片和步骤感 */
.xhm-service-list-page .main {
  padding-bottom: 0;
}

.xhm-service-list-page .card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xhm-service-list-page .info-card {
  position: relative;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 12px 36px rgba(10, 42, 82, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.xhm-service-list-page .info-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 4px;
  background: var(--xhm-red);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

.xhm-service-list-page .info-card-link {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: 230px;
  height: 100%;
  color: inherit;
  outline: none;
}

.xhm-service-list-page .info-media {
  min-width: 0;
  min-height: 230px;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
}

.xhm-service-list-page .info-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .22s ease;
}

.xhm-service-list-page .info-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px 24px;
}

.xhm-service-list-page .info-badge {
  border-radius: 999px;
  background: rgba(30, 108, 168, .08);
  color: var(--xhm-red);
  transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.xhm-service-list-page .info-title,
.xhm-service-list-page .info-summary {
  overflow-wrap: anywhere;
}

.xhm-service-list-page .info-title {
  transition: color .22s ease;
}

.xhm-service-list-page .info-card:hover,
.xhm-service-list-page .info-card:focus-within,
.xhm-service-list-page .info-card:active {
  border-color: rgba(30, 108, 168, .24);
  background: #fff;
  box-shadow: 0 22px 54px rgba(10, 42, 82, .16);
  transform: translateY(-4px);
}

.xhm-service-list-page .info-card:hover::before,
.xhm-service-list-page .info-card:focus-within::before,
.xhm-service-list-page .info-card:active::before {
  opacity: 1;
}

.xhm-service-list-page .info-card:hover .info-media img,
.xhm-service-list-page .info-card:focus-within .info-media img,
.xhm-service-list-page .info-card:active .info-media img {
  transform: scale(1.05);
  filter: saturate(1.06) contrast(1.03);
}

.xhm-service-list-page .info-card:hover .info-title,
.xhm-service-list-page .info-card:focus-within .info-title,
.xhm-service-list-page .info-card:active .info-title {
  color: var(--xhm-red);
}

.xhm-service-list-page .info-card:hover .info-badge,
.xhm-service-list-page .info-card:focus-within .info-badge,
.xhm-service-list-page .info-card:active .info-badge {
  background: var(--xhm-red);
  color: #fff;
  box-shadow: 0 8px 18px rgba(30, 108, 168, .18);
}

.xhm-service-list-page .info-card:active {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(10, 42, 82, .14);
}

.xhm-service-list-page .pagination {
  margin: 20px 0;
  padding: 0;
  border-top: 0;
}

/* 案例列表：清爽项目卡片，突出图片和案例信息 */
.xhm-case-list-page .list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1120px;
  margin-inline: auto;
}

.xhm-case-list-page .news-card {
  overflow: hidden;
  border: 1px solid #e9edf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 31, 53, .08);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.xhm-case-list-page .news-card:hover,
.xhm-case-list-page .news-card:focus-within {
  border-color: var(--xhm-red);
  box-shadow: 0 22px 48px rgba(17, 31, 53, .13);
  transform: translateY(-4px);
}

.xhm-case-list-page .news-card-main-link {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border-radius: inherit;
  color: inherit;
}

.xhm-case-list-page .news-card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #eef2f6;
}

.xhm-case-list-page .news-card-media img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.xhm-case-list-page .news-card:hover .news-card-media img {
  transform: scale(1.04);
}

.xhm-case-list-page .news-card-body {
  display: grid;
  gap: 14px;
  padding: 20px 22px 22px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.xhm-case-list-page .news-card-title {
  color: #1f2937;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.xhm-case-list-page .news-card:hover .news-card-title,
.xhm-case-list-page .news-card:focus-within .news-card-title {
  color: var(--xhm-red);
}

.xhm-case-list-page .news-card-summary {
  color: #6f7c8f;
  font-size: 13px;
  line-height: 1.8;
}

.xhm-case-list-page .news-card-meta {
  margin-top: 12px;
  color: #8a95a5;
  font-size: 13px;
}

.xhm-case-list-page .news-card-more {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(30, 108, 168, .24);
  border-radius: 999px;
  color: var(--xhm-red);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.xhm-case-list-page .news-card:hover .news-card-more,
.xhm-case-list-page .news-card:focus-within .news-card-more {
  border-color: var(--xhm-red);
  background: var(--xhm-red);
  color: #fff;
}

.xhm-case-list-page .page-shell {
  padding-top: 20px;
  padding-bottom: 20px;
}

.xhm-case-list-page .breadcrumb {
  width: min(100%, 1120px);
  margin-inline: auto;
  margin-bottom: 20px;
}

.xhm-case-list-page .list-section {
  padding-top: 0;
}

.xhm-case-list-page .pagination {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 20px 0 !important;
}

.xhm-case-list-page .page-status {
  margin: 0;
}

/* 新闻列表：偏资讯流，强调时间轴阅读 */
.xhm-news-list-page .news-filter-panel {
  width: min(100%, var(--xhm-news-content-width)) !important;
  margin: 0 auto 20px !important;
  box-shadow: none !important;
}

.xhm-news-list-page .category-wrap {
  box-shadow: none !important;
}

.xhm-news-list-page .list-card-list {
  display: grid;
  gap: 18px;
  max-width: var(--xhm-news-content-width);
  margin-inline: auto;
}

.xhm-news-list-page .list-section {
  padding-top: 0 !important;
}

.xhm-news-list-page .pagination {
  padding: 20px 0 !important;
}

.xhm-news-list-page .list-row {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5ebf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: none !important;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xhm-news-list-page .list-row.is-active {
  z-index: 1;
  margin-bottom: 0;
  border-color: var(--xhm-active);
  border-radius: 0 22px 0 22px;
  background: var(--xhm-active) !important;
  box-shadow: 0 18px 34px rgba(30, 108, 168, .26) !important;
}

.xhm-news-list-page .list-row.is-active::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 280px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.18), transparent 62%),
    repeating-radial-gradient(circle at 100% 50%, rgba(255,255,255,.08) 0 2px, transparent 2px 13px);
  pointer-events: none;
}

.xhm-news-list-page .list-row:hover {
  transform: translateY(-1px);
}

.xhm-news-list-page .list-row:not(.is-active):hover {
  background: rgba(30, 108, 168, .035);
}

.xhm-news-list-page .list-row-link {
  display: grid;
  grid-template-columns: 280px 82px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 176px;
  padding: 18px 26px 18px 18px;
  color: inherit;
}

.xhm-news-list-page .list-row.is-active .list-row-link {
  min-height: 176px;
  padding: 18px 26px 18px 18px;
}

.xhm-news-list-page .list-media {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 14 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #edf2f7;
}

.xhm-news-list-page .list-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.xhm-news-list-page .list-row:hover .list-media img,
.xhm-news-list-page .list-row:focus-within .list-media img {
  transform: scale(1.04);
}

.xhm-news-list-page .list-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #8b96a8;
  font-weight: 700;
  background: linear-gradient(135deg, #f6f8fb, #e8eef6);
}

.xhm-news-list-page .list-date-box {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 76px;
  color: var(--xhm-active);
  line-height: 1;
}

.xhm-news-list-page .list-row.is-active .list-date-box {
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.24);
}

.xhm-news-list-page .list-day {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
}

.xhm-news-list-page .list-month {
  margin-top: 8px;
  font-size: 12px;
  color: #7b8794;
}

.xhm-news-list-page .list-row.is-active .list-month {
  color: rgba(255,255,255,.82);
}

.xhm-news-list-page .list-body {
  min-width: 0;
}

.xhm-news-list-page .list-title {
  margin: 0;
  color: #2b3442;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xhm-news-list-page .list-row.is-active .list-title {
  color: #fff !important;
}

.xhm-news-list-page .list-summary {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: #7b8794;
  font-size: 13px;
  line-height: 1.8;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xhm-news-list-page .list-row.is-active .list-summary {
  color: rgba(255,255,255,.88);
}

.xhm-news-list-page .list-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid var(--xhm-active);
  border-radius: 999px;
  color: var(--xhm-active);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.xhm-news-list-page .list-more::after {
  content: "";
  width: 15px;
  height: 8px;
  margin-left: 7px;
  background: currentColor;
  clip-path: polygon(0 42%, 68% 42%, 68% 0, 100% 50%, 68% 100%, 68% 58%, 0 58%);
}

.xhm-news-list-page .list-row.is-active .list-more {
  border-color: #fff;
  color: var(--xhm-active);
}

.xhm-news-list-page .list-arrow {
  display: none;
}

/* 详情页差异化 */
.xhm-product-detail-page .xmdsite-article-head {
  background:
    radial-gradient(circle at 86% 0%, rgba(30, 108, 168, .08), transparent 30%),
    linear-gradient(135deg, #f7fbff, #fff);
  padding: 46px 0 46px;
  border-bottom: 0;
}

.xhm-product-detail-page .xmdsite-head-layout {
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin-top: 18px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--xhm-shadow);
}

.xhm-product-detail-page .xmdsite-head-cover {
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #eef4fb;
}

.xhm-product-detail-page .xmdsite-head-cover img {
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.xhm-product-detail-page .xmdsite-title-block {
  justify-content: flex-start;
  gap: 18px;
  padding: 12px 8px 12px 0;
}

.xhm-product-detail-page .xmdsite-item-title {
  max-width: 760px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.16;
  letter-spacing: 0;
}

.xhm-product-detail-page .xmdsite-item-summary {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.8;
}

.xhm-product-detail-page .xmdsite-title-block .xmdsite-publish-date {
  margin-top: 6px;
}

.xhm-product-detail-page .xmdsite-main {
  gap: 28px;
  padding-top: 26px;
  padding-bottom: 72px;
}

.xhm-product-detail-page .xmdsite-detail-tabs {
  gap: 22px;
}

.xhm-product-detail-page .xmdsite-detail-grid {
  grid-template-columns: minmax(0, 1.35fr) 330px;
  gap: 36px;
}

.xhm-product-detail-page .xmdsite-facts {
  border-radius: 22px;
  background: #f7faff;
}

.xhm-service-detail-page .xmdsite-head-layout {
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(21, 79, 157, .10), rgba(30, 108, 168, .05)),
    #fff;
}

.xhm-service-detail-page .xmdsite-title-block {
  padding: 34px 34px 28px 0;
}

.xhm-service-detail-page .xmdsite-detail-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
}

.xhm-service-detail-page .xmdsite-article {
  border-left: 6px solid var(--xhm-blue);
  padding-left: 28px;
}

.xhm-case-detail-page .detail-wrap {
  background:
    radial-gradient(circle at 12% 8%, rgba(21, 79, 157, .10), transparent 30%),
    #f5f7fb;
}

.xhm-case-detail-page .layout {
  align-items: start;
}

.xhm-case-detail-page .article-card {
  border-radius: 28px;
  border: 1px solid rgba(21, 79, 157, .12);
  box-shadow: var(--xhm-shadow);
}

.xhm-case-detail-page .cover {
  overflow: hidden;
  border-radius: 22px;
}

.xhm-case-detail-page .under-info {
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fbff, #eef4fb);
}

.xhm-news-detail-page .content-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.xhm-news-detail-page .article-card {
  padding: 34px 10px 28px;
  border-radius: 0;
  box-shadow: 0 16px 48px rgba(15, 36, 68, .08);
}

.xhm-news-detail-page .article-title {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.xhm-news-detail-page .article-meta {
  justify-content: center;
}

.xhm-news-detail-page .lead-box {
  border-left: 4px solid var(--xhm-red);
  background: #fff7f7;
}

.xhm-news-detail-page .article-body {
  max-width: 880px;
  margin-inline: auto;
}

/* Generic responsive improvements */
@media (max-width: 1180px) {
  .xhm-case-list-page .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xhm-product-list-page .news-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .xhm-news-list-page .list-row-link {
    grid-template-columns: 210px minmax(0, 1fr) 36px;
  }

  .xhm-detail-page .xmdsite-detail-grid,
  .xhm-product-detail-page .xmdsite-detail-grid,
  .xhm-service-detail-page .xmdsite-detail-grid,
  .xhm-news-detail-page .content-grid {
    grid-template-columns: 1fr;
  }

  .xhm-product-detail-page .xmdsite-head-layout {
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
  }
}

@media (max-width: 1080px) {
  .xhm-product-list-page .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .xhm-header-inner,
  .xhm-footer-container,
  .container,
  .xmdsite-container {
    width: min(100% - 28px, 1180px) !important;
  }

  .xhm-home-page .section-head,
  .xhm-home-page .about-layout,
  .xhm-home-page .news-grid,
  .xhm-home-page .service-showcase {
    grid-template-columns: 1fr !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .xhm-home-page .product-grid,
  .xhm-home-page .quality-grid,
  .xhm-home-page .industry-grid,
  .xhm-product-list-page .news-list,
  .xhm-service-list-page .card-grid,
  .xhm-case-list-page .list-grid {
    grid-template-columns: 1fr !important;
  }

  .xhm-service-list-page .info-card-link,
  .xhm-news-list-page .list-row-link,
  .xhm-product-list-page .news-item {
    grid-template-columns: 1fr !important;
  }

  .xhm-product-list-page .item-media,
  .xhm-product-list-page .item-body,
  .xhm-product-list-page .view-more {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .xhm-product-list-page .item-media {
    width: 100%;
  }

  .xhm-product-list-page .view-more {
    justify-self: start;
  }

  .xhm-news-list-page .list-row-link {
    grid-template-columns: 1fr !important;
    padding: 16px;
    gap: 16px;
  }

  .xhm-news-list-page .list-row.is-active {
    border-radius: 0 18px 0 18px;
  }

  .xhm-news-list-page .list-row.is-active .list-row-link {
    padding: 16px;
  }

  .xhm-news-list-page .list-date-box {
    justify-items: start;
    min-height: 62px;
    border-right: 0 !important;
  }

  .xhm-news-list-page .list-day {
    font-size: 28px;
  }

  .xhm-news-list-page .list-title {
    font-size: 17px;
  }

  .xhm-news-list-page .list-more {
    grid-column: auto;
    justify-self: start;
    margin-top: 6px;
  }

  .xhm-news-list-page .list-arrow {
    display: none;
  }

  .xhm-list-page .category-list,
  .xhm-case-list-page .category-tabs,
  .xhm-news-list-page .category-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .xhm-list-page .category-list > li,
  .xhm-case-list-page .category-tabs > a {
    flex: 0 0 auto;
  }

  .xhm-detail-page .xmdsite-head-layout,
  .xhm-product-detail-page .xmdsite-head-layout,
  .xhm-service-detail-page .xmdsite-head-layout,
  .xhm-case-detail-page .layout,
  .xhm-news-detail-page .content-grid {
    grid-template-columns: 1fr !important;
  }

  .xhm-product-detail-page .xmdsite-head-layout {
    gap: 20px;
    padding: 18px;
    border-radius: 18px;
  }

  .xhm-product-detail-page .xmdsite-title-block {
    padding: 0;
  }

  .xhm-service-detail-page .xmdsite-title-block {
    padding: 10px 18px 22px;
  }

  .xhm-news-detail-page .article-card {
    padding: 24px 10px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .xhm-home-page .hero,
  .xhm-home-page .hero swiper-container,
  .xhm-home-page .hero swiper-slide,
  .xhm-home-page .hero-slide-link,
  .xhm-home-page .hero-media,
  .xhm-home-page .hero-fallback {
    height: 360px;
  }

  .xhm-home-page .hero-title {
    font-size: clamp(30px, 10vw, 44px) !important;
  }

  .xhm-home-page .section-title,
  .xhm-list-page .page-title,
  .xhm-detail-page .page-title,
  .xhm-detail-page .xmdsite-item-title,
  .xhm-detail-page .article-title {
    font-size: clamp(24px, 7vw, 32px) !important;
  }

  .xhm-list-page .main,
  .xhm-list-page .page-shell,
  .xhm-detail-page .xmdsite-main,
  .xhm-detail-page .detail-wrap,
  .xhm-detail-page .page-shell {
    padding-top: 22px !important;
    padding-bottom: 46px !important;
  }

  .xhm-case-list-page .page-shell {
    padding-top: 18px !important;
    padding-bottom: 20px !important;
  }

  .xhm-product-list-page .item-media,
  .xhm-news-list-page .list-media,
  .xhm-case-list-page .news-card-media {
    aspect-ratio: 1.45 / 1;
  }

  .xhm-service-list-page .info-media {
    min-height: 190px;
  }

  .xhm-service-list-page .info-body,
  .xhm-case-list-page .news-card-body,
  .xhm-product-list-page .item-body {
    padding: 18px;
  }

  .xhm-detail-page .article-card,
  .xhm-detail-page .xmdsite-detail-tabs,
  .xhm-detail-page .xmdsite-article-head,
  .xhm-detail-page .latest-card,
  .xhm-detail-page .side-card {
    border-radius: 18px;
  }

  .xhm-footer-main,
  .xhm-footer-left {
    width: 100%;
  }

  .xhm-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px 18px;
  }

  .xhm-footer-link {
    min-height: 36px;
  }
}
