/*
 * 南京千弘达全站响应式与移动端视觉层
 * 该文件位于站点根目录并在旧版 CSS 之后加载，用于统一桌面与移动模板。
 */
:root {
  --qhd-mobile-blue: #0878e6;
  --qhd-mobile-deep: #071d35;
  --qhd-mobile-text: #26384d;
  --qhd-mobile-muted: #687c91;
  --qhd-mobile-line: #dfe9f4;
  --qhd-mobile-bg: #f3f7fb;
  --qhd-mobile-card: #fff;
  --qhd-mobile-shadow: 0 16px 42px rgba(16, 51, 88, .1);
}

html {
  scroll-behavior: smooth;
}

body,
body * {
  box-sizing: border-box;
}

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

#qhdHeader .qhdHeader__logo img {
  width: 330px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

#qhdHeader .qhdHeader__menuButton,
#qhdHeader .qhdHeader__mobileSearch,
#qhdHeader .qhdHeader__mobileActions {
  display: none;
}

#qhdHeader .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(8, 120, 230, .38);
  outline-offset: 3px;
}

/* 品牌系列卡片不再承载站外跳转，官方入口统一放在正文底部。 */
.qhdSeriesCard__source {
  display: none !important;
}

.qhdOfficialSources {
  margin-top: 34px;
}

/* 高清品牌中心 Banner */
html body .nybanner.qhdBrandCenterBanner,
html body .nybanner.qhdBrandDetailBanner,
html body .nybanner.qhdContactBanner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #061a33;
  background-repeat: no-repeat;
  background-size: cover;
}

html body .nybanner.qhdBrandCenterBanner {
  height: 420px;
  background-position: center center;
}

html body .nybanner.qhdBrandCenterBanner::after,
html body .nybanner.qhdContactBanner::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 13, 29, .66) 0%, rgba(2, 16, 34, .24) 48%, rgba(2, 16, 34, .04) 76%);
}

.qhdBrandCenterBanner__content,
.qhdContactBanner__content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 44px;
  color: #fff;
}

.qhdBrandCenterBanner__content span,
.qhdBrandCenterBanner__content strong,
.qhdContactBanner__content span,
.qhdContactBanner__content strong {
  display: block;
}

.qhdBrandCenterBanner__content span,
.qhdContactBanner__content span {
  margin-bottom: 12px;
  color: #67d3ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
}

.qhdBrandCenterBanner__content strong,
.qhdContactBanner__content strong {
  font-size: 46px;
  line-height: 1.24;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .3);
}

.qhdBrandCenterBanner__content p,
.qhdContactBanner__content p {
  max-width: 570px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.8;
}

html body .nybanner.qhdBrandDetailBanner {
  height: 260px;
  background-position: center 55%;
}

html body .nybanner.qhdContactBanner {
  height: 420px;
  background-image: url('/skin/images/page-banner/contact-banner-v2.jpg');
  background-position: center center;
}

/* 旧服务页引用的图片未发布，使用稳定背景兜底。 */
.qhd-service-page .qsp-hero {
  background: linear-gradient(110deg, rgba(3, 23, 49, .98), rgba(7, 62, 119, .94)) !important;
}

@media (max-width: 1100px) {
  #qhdHeader .qhdHeader__inner {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
    color: var(--qhd-mobile-text);
    background: var(--qhd-mobile-bg);
    -webkit-text-size-adjust: 100%;
  }

  body.qhdMobileNavOpen {
    overflow: hidden;
  }

  main,
  section,
  article,
  aside,
  header,
  footer,
  nav,
  div,
  ul,
  li,
  a {
    min-width: 0;
  }

  /* ---------------- 移动端页头与导航 ---------------- */
  html body #qhdHeader {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10020;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    background: linear-gradient(180deg, rgba(3, 17, 34, .78), rgba(3, 17, 34, .34));
    box-shadow: none;
    backdrop-filter: blur(8px);
  }

  html body #qhdHeader.qhdHeader--white,
  html body #qhdHeader.qhdHeader--open,
  html body #qhdHeader.qhdHeader--mobileOpen {
    border-bottom-color: rgba(7, 29, 53, .08);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 28px rgba(7, 29, 53, .1);
  }

  #qhdHeader .qhdHeader__inner {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 64px;
    padding: 0 14px;
  }

  #qhdHeader .qhdHeader__logo {
    position: relative;
    flex: 0 1 210px;
    width: min(56vw, 210px);
    height: 64px;
    padding: 0;
    overflow: visible;
  }

  #qhdHeader .qhdHeader__logo img {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: min(56vw, 206px) !important;
    max-width: 206px !important;
    height: auto !important;
    max-height: 40px !important;
    aspect-ratio: 330 / 64;
    object-fit: contain;
    object-position: left center;
    transform: translateY(-50%);
  }

  #qhdHeader .qhdHeader__right {
    position: fixed;
    top: 64px;
    right: 10px;
    left: 10px;
    display: block;
    width: auto;
    min-width: 0;
    height: auto;
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(8, 75, 141, .12);
    border-radius: 0 0 20px 20px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(7, 29, 53, .2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(.98);
    transform-origin: top center;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    contain: layout paint;
  }

  #qhdHeader.qhdHeader--mobileOpen .qhdHeader__right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  #qhdHeader .qhdHeader__menuButton {
    position: relative;
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 13px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
  }

  #qhdHeader.qhdHeader--white .qhdHeader__menuButton,
  #qhdHeader.qhdHeader--open .qhdHeader__menuButton,
  #qhdHeader.qhdHeader--mobileOpen .qhdHeader__menuButton {
    border-color: #d8e3ef;
    background: #f5f9fd;
    color: #102a43;
  }

  #qhdHeader .qhdHeader__menuButton span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
  }

  #qhdHeader.qhdHeader--mobileOpen .qhdHeader__menuButton span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  #qhdHeader.qhdHeader--mobileOpen .qhdHeader__menuButton span:nth-child(2) {
    opacity: 0;
  }

  #qhdHeader.qhdHeader--mobileOpen .qhdHeader__menuButton span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #qhdHeader .qhdHeader__nav,
  #qhdHeader .qhdHeader__navList {
    position: relative;
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: #fff;
    white-space: normal;
  }

  #qhdHeader #nav .qhdHeader__navList > li {
    position: relative;
    float: none !important;
    display: block !important;
    width: 100%;
    height: auto;
    margin: 0 0 6px;
    padding: 0;
    border: 0;
    background: #fff;
    line-height: normal;
    text-align: left;
    list-style: none;
    isolation: isolate;
  }

  #qhdHeader #nav .qhdHeader__navList > li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 42px 0 14px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #17283a;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-indent: 0;
    white-space: nowrap;
    background: #fff;
    box-shadow: none;
    transform: none;
  }

  #qhdHeader #nav .qhdHeader__navList > li > a::before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #8ca0b5;
    border-right: 2px solid #8ca0b5;
    transform: translateY(-50%) rotate(45deg);
  }

  #qhdHeader #nav .qhdHeader__navList > li > a::after {
    display: none;
  }

  #qhdHeader #nav .qhdHeader__navList > li.hover > a {
    border-color: #cfe4fb;
    background: linear-gradient(90deg, #edf6ff, #f8fbff);
    color: #0755b5;
  }

  #qhdHeader #nav .qhdHeader__navList > li:hover > a {
    border-color: transparent;
    background: #fff;
    color: #17283a;
  }

  #qhdHeader #nav .qhdHeader__navList > li.hover:hover > a {
    border-color: #cfe4fb;
    background: linear-gradient(90deg, #edf6ff, #f8fbff);
    color: #0755b5;
  }

  /* 隔离桌面端下拉菜单与旧版 nav 后代选择器，避免手机抽屉出现蓝色残片。 */
  #qhdHeader #nav .qhdHeader__navList > li > :not(a) {
    display: none !important;
  }

  #qhdHeader #nav .qhdHeader__navList a:focus-visible,
  #qhdHeader .qhdHeader__mobileSearch input:focus-visible,
  #qhdHeader .qhdHeader__mobileSearch button:focus-visible,
  #qhdHeader .qhdHeader__menuButton:focus-visible {
    outline: 3px solid rgba(8, 120, 230, .32);
    outline-offset: 2px;
  }

  #qhdHeader .qhdHeader__searchWrap,
  #qhdHeader .qhdHeader__phone,
  #qhdHeader .qhdMega {
    display: none !important;
  }

  #qhdHeader .qhdHeader__mobileSearch {
    display: flex;
    width: 100%;
    margin: 0 0 14px;
    padding: 3px;
    border: 1px solid #d9e6f2;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f9fd;
  }

  #qhdHeader .qhdHeader__mobileSearch input[type="search"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: #17283a;
    font-size: 14px;
    outline: 0;
  }

  #qhdHeader .qhdHeader__mobileSearch button {
    flex: 0 0 64px;
    height: 42px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #0878e6, #0755b5);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
  }

  #qhdHeader .qhdHeader__mobileActions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 13px;
  }

  #qhdHeader .qhdHeader__mobileActions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #eef6ff;
    color: #0755b5;
    font-size: 13px;
    font-weight: 800;
  }

  #qhdHeader .qhdHeader__mobileActions a:first-child {
    background: linear-gradient(135deg, #0878e6, #0755b5);
    color: #fff;
  }

  /* ---------------- 移动端固定客服/联系栏 ---------------- */
  html body .qh-service-bar {
    position: fixed !important;
    top: auto !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    z-index: 10010 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: auto !important;
    height: 62px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 17px;
    background: rgba(5, 35, 67, .96);
    box-shadow: 0 14px 34px rgba(4, 28, 56, .3);
    transform: none !important;
    transform-origin: center !important;
    backdrop-filter: blur(12px);
  }

  html body .qh-service-item {
    width: auto !important;
    height: 62px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .13);
  }

  html body .qh-service-item:last-child {
    border-right: 0;
  }

  html body .qh-service-btn,
  html body .qh-service-online-item .qh-service-btn,
  html body .qh-service-top-item .qh-service-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 62px !important;
    height: 62px;
    padding: 7px 3px 6px;
    border-radius: 0 !important;
    color: #fff;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body .qh-service-online-item .qh-service-btn {
    border-radius: 16px 0 0 16px !important;
    background: linear-gradient(145deg, #1292ee, #0871d4) !important;
  }

  html body .qh-service-icon {
    position: relative;
    display: block;
    flex: 0 0 28px;
    width: 28px !important;
    height: 28px !important;
    margin: 0 auto 2px !important;
    border-radius: 0;
    background: none !important;
    transform: none !important;
    transform-origin: center;
  }

  html body .qh-service-bar .qh-icon-chat::before {
    top: 3px;
    left: 2px;
    width: 24px;
    height: 17px;
    border-radius: 10px;
    background: #fff;
  }

  html body .qh-service-bar .qh-icon-chat::after {
    top: 16px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #fff;
    transform: rotate(35deg);
  }

  html body .qh-service-bar .qh-icon-scan {
    background:
      linear-gradient(#d8efff, #d8efff) 19px 3px / 2px 7px no-repeat,
      linear-gradient(#d8efff, #d8efff) 3px 19px / 7px 2px no-repeat,
      linear-gradient(#d8efff, #d8efff) 11px 11px / 5px 5px no-repeat,
      linear-gradient(#d8efff, #d8efff) 19px 18px / 4px 4px no-repeat,
      linear-gradient(#d8efff, #d8efff) 8px 8px / 3px 3px no-repeat !important;
  }

  html body .qh-service-bar .qh-icon-scan::before,
  html body .qh-service-bar .qh-icon-scan::after {
    width: 9px;
    height: 9px;
    border-color: #d8efff;
  }

  html body .qh-service-bar .qh-icon-scan::before {
    top: 2px;
    left: 2px;
  }

  html body .qh-service-bar .qh-icon-scan::after {
    right: 2px;
    bottom: 2px;
  }

  html body .qh-service-bar .qh-icon-phone::before {
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    color: #d8efff;
    font: 25px/28px Arial, sans-serif;
    text-align: center;
  }

  html body .qh-service-bar .qh-icon-top::before {
    top: 8px;
    left: 7px;
    width: 13px;
    height: 13px;
    border-color: #d8efff;
  }

  html body .qh-service-bar .qh-icon-top::after {
    top: 11px;
    left: 13px;
    width: 3px;
    height: 14px;
    background: #d8efff;
  }

  html body .qh-service-text {
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 16px;
    white-space: nowrap;
  }

  html body .qh-service-panel {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 10030;
    width: auto;
    max-height: calc(100dvh - 170px);
    padding: 18px;
    overflow: auto;
    border: 1px solid #d9e6f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(4, 28, 56, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
  }

  html body .qh-service-item:hover .qh-service-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
  }

  html body .qh-service-item.is-open .qh-service-panel,
  html body .qh-service-item.is-open:hover .qh-service-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  html body .qh-panel-arrow {
    display: none;
  }

  html body .qh-service-qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html body .qh-service-qr-grid figure {
    margin: 0;
    text-align: center;
  }

  html body .qh-service-qr-grid img {
    display: block;
    width: min(100%, 150px);
    height: auto;
    margin: 0 auto 7px;
  }

  html body .qh-service-tel-panel {
    display: none;
  }

  /* ---------------- 通用内页宽度、面包屑与 Banner ---------------- */
  html body .w1200,
  html body .con.w1200,
  html body .content.w1200,
  html body .location .w1200,
  html body .qhdNewsWrap,
  html body .qhdBrandWrap,
  html body .qsp-container,
  html body .contact-main-inner {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .location {
    height: auto;
    min-height: 48px;
    overflow: hidden;
    background: #fff;
    line-height: 1.5;
  }

  html body .location .w1200 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 0;
  }

  html body .location .sitepath {
    float: none;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: #718096;
    font-size: 12px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html body .location .menu {
    float: none;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    line-height: 38px;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html body .location .menu::-webkit-scrollbar {
    display: none;
  }

  html body .location .menu ul {
    display: inline-flex;
    min-width: max-content;
  }

  html body .location .menu li {
    height: 38px;
    margin: 0 20px 0 0;
    line-height: 38px;
  }

  html body .nybanner.qhdBrandCenterBanner,
  html body .nybanner.qhdContactBanner {
    height: 300px;
    background-position: 57% center;
  }

  .qhdBrandCenterBanner__content,
  .qhdContactBanner__content {
    width: calc(100% - 32px);
    padding-top: 54px;
  }

  .qhdBrandCenterBanner__content span,
  .qhdContactBanner__content span {
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .qhdBrandCenterBanner__content strong,
  .qhdContactBanner__content strong {
    max-width: 78%;
    font-size: 31px;
    line-height: 1.28;
  }

  .qhdBrandCenterBanner__content p,
  .qhdContactBanner__content p {
    max-width: 74%;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  html body .nybanner.qhdBrandDetailBanner {
    height: 176px;
    background-position: 62% center;
  }

  html body .nybanner.qhdNewsBanner,
  html body .nybanner.qhdNewsChannelBanner {
    height: 285px;
    min-height: 0;
    background-position: 58% center;
  }

  .qhdNewsBanner__content,
  .qhdNewsChannelBanner__content {
    width: calc(100% - 32px) !important;
    padding-top: 52px !important;
  }

  .qhdNewsBanner__content span,
  .qhdNewsChannelBanner__content span {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .qhdNewsBanner__content strong,
  .qhdNewsChannelBanner__content strong {
    font-size: 31px !important;
  }

  .qhdNewsBanner__content p,
  .qhdNewsChannelBanner__content p {
    max-width: 86%;
    margin-top: 10px;
    font-size: 13px !important;
    line-height: 1.7;
  }

  /* ---------------- 首页 ---------------- */
  .qhdHome {
    min-width: 0;
  }

  .qhdHomeContainer {
    width: calc(100% - 28px) !important;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .qhdHomeHero {
    min-height: 700px;
    height: auto;
  }

  .qhdHomeHero__slide,
  .qhdHomeHero__media,
  .qhdHomeHero__shade {
    min-height: 700px;
  }

  .qhdHomeHero__slide:not(.is-active) .qhdHomeHero__content {
    opacity: 0;
    visibility: hidden;
  }

  .qhdHomeHero__media {
    background-position: 58% center;
  }

  .qhdHomeHero__content {
    width: calc(100% - 34px) !important;
    max-width: none;
    padding-top: 118px;
    padding-bottom: 110px;
  }

  .qhdHomeHero__eyebrow {
    font-size: 12px;
    letter-spacing: .8px;
  }

  .qhdHomeHero h1,
  .qhdHomeHero h2 {
    max-width: 100%;
    margin-top: 19px;
    font-size: clamp(34px, 9vw, 43px);
    line-height: 1.25;
    letter-spacing: -.6px;
  }

  .qhdHomeHero__lead {
    max-width: 100%;
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.85;
  }

  .qhdHomeHero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .qhdHomeButton {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 10px;
    font-size: 14px;
  }

  .qhdHomeHero__tags {
    gap: 8px 14px;
    margin-top: 25px;
  }

  .qhdHomeHero__tags li {
    font-size: 12px;
  }

  .qhdHomeHero__controls {
    right: 16px;
    bottom: 25px;
    left: 16px;
    width: auto;
  }

  .qhdHomeSection {
    padding: 62px 0;
  }

  .qhdHomeHeading,
  .qhdHomeHeading--split {
    display: block;
    margin-bottom: 29px;
  }

  .qhdHomeHeading h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .qhdHomeHeading p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .qhdHomeMore {
    display: inline-flex;
    margin-top: 14px;
  }

  .qhdHomeMetrics__grid,
  .qhdHomeBrandGrid,
  .qhdHomeSolutionGrid,
  .qhdHomeIndustryGrid,
  .qhdHomeNewsGrid {
    gap: 12px;
  }

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

  .qhdHomeBrandCard {
    min-height: 142px;
    padding: 18px 10px;
    border-radius: 15px;
  }

  .qhdHomeBrandCard__logo {
    height: 62px;
  }

  .qhdHomeSolutionGrid,
  .qhdHomeNewsGrid,
  .qhdHomeAbout__grid,
  .qhdHomeIndustries__layout,
  .qhdHomeFaq__layout,
  .qhdHomeCta__content {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .qhdHomeStageList {
    grid-template-columns: minmax(0, 1fr);
  }

  .qhdHomeNewsCard,
  .qhdHomeAbout__visual,
  .qhdHomeFaq__list {
    border-radius: 17px;
  }

  /* ---------------- 品牌中心 ---------------- */
  html body .qhdBrandPage {
    padding-top: 34px;
    padding-bottom: 58px;
    overflow: hidden;
  }

  .qhdHero {
    padding: 34px 22px !important;
    border-radius: 18px !important;
  }

  .qhdHeroInner,
  .qhdPanels,
  .qhdServiceGrid,
  .qhdInfoList {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhdHero h1 {
    font-size: 31px !important;
    line-height: 1.32 !important;
  }

  .qhdHeroDesc {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .qhdHeroActions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px !important;
  }

  .qhdHeroActions a {
    width: 100%;
    min-width: 0;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center;
  }

  .qhdTrust {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--qhd-mobile-line);
    border-radius: 16px;
    background: #fff;
  }

  .qhdTrustItem {
    min-height: 110px;
    padding: 20px 12px !important;
    border: 0 !important;
    border-right: 1px solid var(--qhd-mobile-line) !important;
    border-bottom: 1px solid var(--qhd-mobile-line) !important;
  }

  .qhdBrandGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .qhdBrandCard {
    display: flex !important;
    min-height: 220px;
    padding: 15px !important;
    flex-direction: column;
    border-radius: 16px !important;
  }

  .qhdBrandLogo {
    position: relative;
    height: 92px !important;
    min-height: 92px;
    overflow: hidden;
    border: 1px solid #dfeaf5;
    border-radius: 12px !important;
    background: #fff !important;
  }

  .qhdBrandLogo::before {
    display: none !important;
  }

  .qhdBrandLogo img {
    position: relative;
    inset: auto;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center;
    filter: none !important;
    transform: none !important;
  }

  .qhdBrandInfo {
    display: flex !important;
    padding: 14px 2px 0 !important;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .qhdBrandText h3 {
    font-size: 16px !important;
    overflow-wrap: anywhere;
  }

  .qhdBrandText p {
    display: -webkit-box;
    font-size: 12px !important;
    line-height: 1.55 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .qhdBrandBtn {
    margin-top: auto;
    padding-top: 10px;
    font-size: 12px !important;
  }

  .qhdPanel,
  .qhdServiceItem,
  .qhdFaqItem,
  .qhdCta {
    border-radius: 16px !important;
  }

  /* ---------------- 品牌详情 ---------------- */
  html body .qhdBrandDetail {
    padding: 30px 0 50px;
    overflow: hidden;
  }

  .qhdBrandDetail__layout,
  .qhdBrandHero,
  .qhdBrandBenefits,
  .qhdSeriesGrid,
  .qhdCatalogFacts,
  .qhdCatalogColumns,
  .qhdBrandPurchase__grid,
  .qhdBrandNewsGrid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhdBrandDetail__layout {
    width: calc(100% - 28px) !important;
    gap: 22px !important;
  }

  .qhdBrandHero {
    padding: 25px 20px !important;
    gap: 24px !important;
    border-radius: 18px !important;
  }

  .qhdBrandHero__eyebrow,
  .qhdCatalogKicker,
  .qhdCatalogBlock__head > span {
    font-size: 10px !important;
    letter-spacing: 1.4px !important;
  }

  .qhdBrandHero h1 {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  .qhdBrandHero h1 small {
    margin-top: 9px;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .qhdBrandHero__copy > p {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  .qhdBrandHero__tags {
    gap: 7px !important;
  }

  .qhdBrandHero__tags li {
    padding: 7px 10px !important;
    font-size: 11px !important;
  }

  .qhdBrandHero__media,
  .qhdBrandHero__image {
    min-height: 0 !important;
    border-radius: 14px !important;
  }

  .qhdBrandHero__image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: contain !important;
  }

  .qhdBrandBenefits {
    gap: 10px !important;
  }

  .qhdBrandBenefits li,
  .qhdCatalogIntro,
  .qhdCatalogBlock,
  .qhdCatalogFaq,
  .qhdCatalogSources,
  .qhdBrandPurchase,
  .qhdBrandCta {
    padding: 23px 19px !important;
    border-radius: 16px !important;
  }

  .qhdBrandContent h2,
  .qhdCatalogIntro h2,
  .qhdCatalogBlock__head h2,
  .qhdCatalogFaq h2,
  .qhdCatalogSources h2,
  .qhdBrandPurchase h2,
  .qhdBrandCta h2 {
    font-size: 23px !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere;
  }

  .qhdBrandContent h3,
  .qhdSeriesCard h3 {
    font-size: 19px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
  }

  .qhdBrandContent p,
  .qhdBrandContent li,
  .qhdSeriesCard p,
  .qhdCatalogBlock__head p {
    font-size: 14px !important;
    line-height: 1.82 !important;
    overflow-wrap: anywhere;
  }

  .qhdSeriesGrid {
    gap: 11px !important;
  }

  .qhdSeriesCard {
    min-height: 0 !important;
    padding: 20px 17px !important;
    border-radius: 14px !important;
  }

  .qhdSeriesCard__meta {
    gap: 8px;
    align-items: flex-start !important;
  }

  .qhdSeriesCard__meta span,
  .qhdSeriesCard__meta em {
    font-size: 10px !important;
  }

  .qhdCatalogSources ul {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhdCatalogSources a {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    padding: 11px 13px !important;
    font-size: 13px !important;
    overflow-wrap: anywhere;
  }

  .qhdArticleBrands__sticky,
  .qhdBrandRail.is-fixed .qhdBrandRail__panel,
  .qhdBrandRail.is-bottom .qhdBrandRail__panel {
    position: static !important;
    width: auto !important;
    max-height: none !important;
    padding: 21px 17px !important;
    overflow: visible !important;
    border-radius: 16px !important;
  }

  .qhdArticleBrands__list {
    display: grid !important;
    grid-auto-columns: minmax(235px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    gap: 9px !important;
    padding: 2px 1px 9px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .qhdArticleBrands__list::-webkit-scrollbar {
    display: none;
  }

  .qhdArticleBrandLink {
    min-height: 66px !important;
    scroll-snap-align: start;
  }

  .qhdArticleBrands__contact {
    min-height: 46px;
    margin-top: 10px !important;
  }

  /* ---------------- 资讯中心、栏目和文章 ---------------- */
  html body .qhdNewsPage {
    padding: 32px 0 54px;
    overflow: hidden;
  }

  html body .qhdNewsHero {
    display: block;
    min-height: 0;
    border-radius: 17px;
  }

  html body .qhdNewsIntro,
  html body .qhdNewsCats,
  html body .qhdNewsLatest {
    padding-right: 19px;
    padding-left: 19px;
  }

  html body .qhdNewsIntro {
    padding-top: 28px;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid #dfe7f0;
  }

  html body .qhdNewsIntro h1 {
    margin-bottom: 12px;
    font-size: 31px;
  }

  html body .qhdNewsKicker {
    margin-bottom: 15px;
    font-size: 11px;
  }

  html body .qhdNewsIntro p {
    font-size: 14px;
    line-height: 1.8;
  }

  html body .qhdNewsCats {
    padding-top: 25px;
    padding-bottom: 27px;
  }

  html body .qhdNewsCatGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  html body .qhdNewsCatCard {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 86px;
    overflow: hidden;
    border: 1px solid #e0e9f3;
    border-radius: 13px;
    background: #fff;
  }

  html body .qhdNewsCatImg {
    height: 100%;
    min-height: 86px;
    border-radius: 0;
  }

  html body .qhdNewsCatMeta {
    min-height: 86px;
    padding: 18px 38px 14px 15px;
  }

  html body .qhdNewsLatest {
    margin-top: 18px;
    padding-top: 27px;
    padding-bottom: 10px;
    overflow: hidden;
    border-radius: 17px;
  }

  html body .qhdNewsSectionHead {
    margin-bottom: 2px;
    padding-bottom: 15px;
  }

  html body .qhdNewsSectionHead h2 {
    font-size: 25px;
  }

  html body .qhdNewsList,
  html body .qhdNewsList li,
  html body .qhdNewsList a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  html body .qhdNewsList li {
    min-height: 0;
    padding: 17px 5px 38px 18px;
    overflow: hidden;
  }

  html body .qhdNewsList li::before {
    top: 25px;
    left: 2px;
  }

  html body .qhdNewsList a {
    display: -webkit-box;
    color: #20374f;
    font-size: 14px;
    line-height: 1.65;
    white-space: normal !important;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html body .qhdNewsList time {
    top: auto;
    right: 5px;
    bottom: 12px;
    font-size: 11px;
  }

  html body .wrapper {
    min-width: 0;
  }

  html body .newsPage {
    padding-top: 30px;
    padding-bottom: 46px;
  }

  .qhdArchiveHeader {
    margin-bottom: 18px;
    padding: 0 2px 17px;
  }

  .qhdArchiveHeader h1 {
    font-size: 28px;
  }

  .qhdArchiveHeader p {
    font-size: 13px;
    line-height: 1.75;
  }

  html body .newsPage .list {
    width: 100%;
    padding-bottom: 15px;
  }

  html body .newsPage .item {
    width: 100%;
    min-height: 0;
    margin-bottom: 13px;
    overflow: hidden;
    border: 1px solid #e1eaf3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 51, 88, .06);
  }

  html body .newsPage .item:hover {
    transform: none;
  }

  html body .newsPage .item > a {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 122px;
    padding: 12px;
    column-gap: 13px;
  }

  html body .newsPage .item img {
    grid-row: 1 / span 3;
    width: 104px;
    height: 98px;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
  }

  html body .newsPage .item h2,
  html body .newsPage .item h3 {
    display: -webkit-box;
    margin: 0;
    padding: 2px 0 4px;
    color: #102a43;
    font-size: 15px;
    line-height: 1.55;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html body .newsPage .item .txt {
    display: -webkit-box;
    width: auto;
    max-width: 100%;
    height: auto;
    color: #718096;
    font-size: 12px;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  html body .newsPage .item .time {
    grid-column: 2;
    grid-row: 3;
    width: auto;
    margin-top: 4px;
    padding: 0;
    border: 0;
    color: #8a9aaf;
    font-size: 10px;
    text-align: left;
  }

  html body .newsPage .item .time .day,
  html body .newsPage .item .time .year {
    display: inline;
    font-size: 10px;
    line-height: 1.4;
  }

  .qhdArchivePagination,
  .qhdArchivePagination .pglist {
    max-width: 100%;
    overflow-x: auto;
  }

  .qhdArchivePagination .pglist {
    display: flex;
    justify-content: flex-start;
    padding: 4px 1px 8px;
    scrollbar-width: none;
  }

  /* 文章详情 */
  .qhdArticlePage {
    padding: 28px 0 48px;
    overflow: hidden;
  }

  body .showNews.qhdArticleShell {
    width: calc(100% - 24px) !important;
  }

  .qhdArticleGrid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px;
  }

  .qhdArticleMain {
    padding: 25px 18px 22px;
    border-radius: 15px;
  }

  .qhdArticleMain .qhdArticleHeader .title {
    font-size: 24px;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .qhdArticleMain .qhdArticleHeader .mark {
    gap: 7px 14px;
    margin-top: 12px;
    font-size: 12px;
  }

  .qhdArticleMain .qhdArticleBody {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  .qhdArticleMain .qhdArticleBody h2 {
    font-size: 21px;
    line-height: 1.5;
  }

  .qhdArticleMain .qhdArticleBody h3 {
    font-size: 18px;
  }

  .qhdArticleMain .qhdArticleBody table {
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    font-size: 12px;
  }

  .qhdArticlePrevNext {
    margin-top: 25px;
    padding-top: 18px !important;
  }

  .qhdArticlePrevNext .prevLink,
  .qhdArticlePrevNext .nextLink {
    padding: 13px 14px;
    font-size: 13px;
  }

  /* ---------------- 服务、关于与联系页面 ---------------- */
  .qhd-service-page,
  .qhd-about,
  .qhd-contact-page {
    overflow: hidden;
  }

  .qhd-service-page .qsp-hero {
    min-height: 0 !important;
    padding: 112px 0 58px !important;
  }

  .qsp-hero-inner,
  .qsp-entry-grid,
  .qsp-stage-grid,
  .qsp-info-grid,
  .qsp-special-grid,
  .qsp-after-grid,
  .qsp-cta-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qsp-title,
  .qsp-hero h1 {
    font-size: 30px !important;
    line-height: 1.35 !important;
  }

  .qsp-lead,
  .qsp-heading p,
  .qsp-card p {
    font-size: 14px !important;
    line-height: 1.82 !important;
  }

  .qsp-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px !important;
  }

  .qsp-btn {
    width: 100%;
    min-width: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 13px !important;
  }

  .qsp-section {
    padding: 56px 0 !important;
  }

  .qsp-card,
  .qsp-stage,
  .qsp-entry,
  .qsp-faq-item,
  .qsp-cta {
    border-radius: 16px !important;
  }

  .qsp-matrix {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 14px !important;
  }

  .qsp-matrix-head,
  .qsp-matrix-row {
    min-width: 650px;
  }

  .qhd-about-hero {
    min-height: 0 !important;
    padding: 112px 0 58px !important;
  }

  .qhd-about-hero .qhd-hero-inner,
  .qhd-about .qhd-container {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }

  .qhd-about-hero h1 {
    font-size: 31px !important;
    line-height: 1.35 !important;
  }

  .qhd-about .qhd-section {
    padding: 56px 0 !important;
  }

  .qhd-about .qhd-intro,
  .qhd-about .qhd-capabilities,
  .qhd-about .qhd-industries,
  .qhd-about .qhd-dual,
  .qhd-about .qhd-steps {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhd-about .qhd-title {
    font-size: 28px !important;
  }

  .qhd-about .qhd-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .qhd-about .qhd-card,
  .qhd-about .qhd-intro-panel,
  .qhd-about .qhd-stats {
    border-radius: 16px !important;
  }

  .contact-main {
    padding-bottom: 54px !important;
  }

  .qhd-contact-page .qcp-hero {
    margin-bottom: 18px !important;
    padding: 30px 21px !important;
    border-radius: 16px !important;
  }

  .qhd-contact-page h1 {
    font-size: 28px !important;
  }

  .qhd-contact-page .qcp-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .qhd-contact-page .qcp-card,
  .qhd-contact-page .qcp-response {
    border-radius: 16px !important;
  }

  .qhd-contact-page .qcp-info,
  .qhd-contact-page .qcp-guide {
    padding: 23px 19px !important;
  }

  .qhd-contact-page .qcp-section-title h2 {
    font-size: 23px !important;
  }

  .qhd-contact-page .qcp-contact-item {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .qhd-contact-page .qcp-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .qhd-contact-page .qcp-response {
    display: block !important;
    margin-top: 15px !important;
    padding: 24px 20px !important;
  }

  /* ---------------- 页脚 ---------------- */
  .qhdFooter {
    padding-bottom: 10px;
  }

  .qhdFooter__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 32px) !important;
    gap: 26px !important;
    padding-top: 45px !important;
    padding-bottom: 35px !important;
  }

  .qhdFooter__brand,
  .qhdFooter__logo,
  .qhdFooter__nav,
  .qhdFooter__contact,
  .qhdFooter__qr {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .qhdFooter__logo img {
    width: min(100%, 282px) !important;
    height: auto !important;
    object-fit: contain;
  }

  .qhdFooter__brandLinks,
  .qhdFooter__brands {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .qhdFooter__bottomInner,
  .qhdFooter__friendsInner {
    width: calc(100% - 32px) !important;
    min-width: 0 !important;
  }

  .qhdFooter__bottomInner {
    display: block !important;
    padding: 17px 0;
    text-align: center;
  }

  .qhdFooter__bottomInner p,
  .qhdFooter__bottomInner a {
    display: block;
    margin: 3px 0;
    font-size: 11px;
    line-height: 1.6;
  }

  /* 旧列表模板兜底 */
  html body .n-project .con {
    overflow: visible;
  }

  html body .n-project .txtlistbox li,
  html body .n-project .txtlistbox li:nth-child(2n) {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #qhdHeader .qhdHeader__logo {
    flex-basis: 184px;
    width: min(56vw, 184px);
  }

  #qhdHeader .qhdHeader__logo img {
    width: min(56vw, 184px) !important;
  }

  .qhdHomeHero__actions,
  .qhdHeroActions,
  .qsp-hero-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhdHomeHero {
    min-height: 735px;
  }

  .qhdHomeHero__slide,
  .qhdHomeHero__media,
  .qhdHomeHero__shade {
    min-height: 735px;
  }

  .qhdBrandGrid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qhdHomeBrandGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .qhdHomeBrandCard {
    min-height: 174px;
    height: auto;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dce8f3;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    box-shadow: 0 10px 25px rgba(13, 64, 108, .08);
  }

  .qhdHomeBrandCard a {
    display: grid;
    grid-template-rows: 112px auto;
    align-content: start;
    height: 100%;
    padding: 8px 8px 12px;
  }

  .qhdHomeBrandCard__logo {
    width: 100%;
    height: 112px;
    overflow: hidden;
    border: 1px solid #edf3f8;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
  }

  .qhdHomeBrandCard__logo img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    transform: scale(1.28);
  }

  .qhdHomeBrandCard:nth-child(1) .qhdHomeBrandCard__logo img,
  .qhdHomeBrandCard:nth-child(3) .qhdHomeBrandCard__logo img {
    transform: scale(1.42);
  }

  .qhdHomeBrandCard:nth-child(2) .qhdHomeBrandCard__logo img {
    transform: scale(1.18);
  }

  .qhdHomeBrandCard:nth-child(4) .qhdHomeBrandCard__logo img,
  .qhdHomeBrandCard:nth-child(6) .qhdHomeBrandCard__logo img {
    transform: scale(1.12);
  }

  .qhdHomeBrandCard strong {
    margin-top: 11px;
    padding: 0 3px;
    font-size: 15px;
    line-height: 21px;
  }

  .qhdHomeBrandCard em {
    display: none;
  }

  .qhdBrandCard {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 132px;
    padding: 10px !important;
    align-items: center;
    gap: 0;
  }

  .qhdBrandLogo {
    width: 132px;
    height: 104px !important;
    min-height: 104px;
  }

  .qhdBrandInfo {
    min-height: 104px;
    padding: 4px 2px 2px 14px !important;
  }

  .qhdBrandText p {
    -webkit-line-clamp: 3;
  }

  html body .newsPage .item > a {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  html body .newsPage .item img {
    width: 88px;
    height: 88px;
  }

  .qhdArticleBrands__list {
    grid-auto-columns: minmax(230px, 84vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  #qhdHeader .qhdHeader__right,
  #qhdHeader .qhdHeader__menuButton span,
  .qh-service-panel {
    transition: none !important;
  }
}
