/*手机端适配*/
@media (max-width:1290px) {
  .center-box {padding-left: 15px;padding-right: 15px;width: 100%;}
}
@media (max-width:11410px) {
  .center-box1 {padding-left: 15px;padding-right: 15px;width: 100%;}
}

@media (max-width:992px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  .main-box,
  .center-box,
  .center-box1 {
    width: 100%;
    min-width: 0;
  }

  body * {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  p,
  dd,
  .section-desc,
  .desc-box,
  .banner-list-desc,
  .banner-list-desc1,
  .product-ul-desc,
  .product-inner-right-desc,
  .about-show,
  .contact-link {
    overflow-wrap: anywhere;
  }

  .menu {display: block;}
  .head .center-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .head-left {
    flex: 0 1 auto;
    min-width: 0;
  }

  .head-right {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .menu i {
    background-color: #fff!important;
  }

  .hide-pc {display: block;}
  .hide-web {display: none;}
  
  .nav-ul>li::after {display: none;}

  .nav-ul>li {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
  }

  .nav-ul>li>a,
  .nav-ul>li .drop-tab>a {
    display: flex;
    min-height: 42px;
    padding: 0 14px;
  }

  .nav-ul>li>a::before,
  .nav-ul>li .drop-tab>a::before,
  .nav-ul>li>a::after,
  .nav-ul>li .drop-tab>a::after {
    display: none;
  }

  .nav-ul>li.on>a,
  .nav-ul>li.on .drop-tab>a {
    border-left: 3px solid var(--zdxr-accent);
    background-color: rgba(47,111,143,.18);
    color: #fff;
  }

  .nav-ul-box {
    width: 100%;
    height: 100dvh;
    min-height: 100vh;
    background-color: transparent;
    overflow: hidden;
    left: -100%;
    top: 0px;
    bottom: 0;
    position: fixed;
    z-index: 999;
    transition: left 0.3s ease;
  }

  .menu {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1001;
    width: 36px;
    height: 30px;
    padding: 2px 0;
  }

  .head-nav-ul {
    width: min(78%, 320px);
    display: flex;
    flex-direction: column;
    padding: 15% 10px 0;
    justify-content: flex-start;
    background-color: rgba(16,37,54,.94);
    height: 100dvh;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav-ul>li,
  .nav-ul>li .drop-tab,
  .nav-ul>li .drop-tab>a {
    width: 100%;
  }

  .pages {
    padding: 20px 0;
  }


  .banner-word,.banner-list-word {
    padding-top: 25px;
  }

  .banner-desc,.banner-list-desc {
    display: block!important;
    width: calc(100vw - 30px)!important;
    max-width: calc(100vw - 30px)!important;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.56em;
    white-space: normal!important;
    word-break: break-all!important;
    overflow-wrap: anywhere!important;
  }

  .banner-kicker {
    padding: 5px 9px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .banner-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .banner-btn {
    min-width: 86px;
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .banner-tags {
    gap: 6px;
    margin-top: 10px;
  }

  .banner-tags span {
    padding: 4px 7px;
    font-size: 12px;
  }

  .normal-pd {
    padding: 25px 0;
  }

  .qualification-feature-layout {
    display: block;
  }

  .qualification-feature-title {
    font-size: 22px;
    line-height: 1.45;
  }

  .qualification-feature-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.85;
  }

  .qualification-feature-media {
    margin-top: 18px;
    padding: 8px;
  }

  .qualification-list-section {
    padding-top: 25px;
  }

  .about-credential {
    margin-top: 10px;
    padding: 18px 14px;
  }

  .service-tit {
    margin-top: 0;
    font-size: 20px;
  }

  .service-desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .section-head {
    display: block;
    margin-bottom: 18px;
  }

  .section-eyebrow {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .section-desc {
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .section-more {
    height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .carrier-section {
    padding: 34px 0;
  }

  .carrier-home-intro {
    padding-top: 32px;
  }

  .carrier-kicker {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .carrier-title {
    max-width: none;
    font-size: 22px;
    line-height: 1.45;
  }

  .carrier-title,
  .carrier-desc,
  .carrier-card h3,
  .carrier-card p,
  .carrier-card li,
  .carrier-flow li,
  .carrier-note,
  .carrier-cta h3,
  .carrier-cta p {
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .carrier-desc {
    max-width: none;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.85;
  }

  .carrier-grid,
  .carrier-grid.three {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .carrier-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .carrier-card h3 {
    font-size: 19px;
  }

  .carrier-card p,
  .carrier-card li {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.75;
  }

  .carrier-flow {
    gap: 12px;
    margin-top: 22px;
  }

  .carrier-flow li {
    gap: 12px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.75;
  }

  .carrier-flow li::before {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 28px;
  }

  .carrier-note {
    margin-top: 18px;
    padding: 10px 0 10px 14px;
    font-size: 14px;
    line-height: 1.75;
  }

  .carrier-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px;
    padding: 22px 18px;
  }

  .carrier-cta h3 {
    font-size: 21px;
  }

  .carrier-cta p {
    font-size: 14px;
    line-height: 1.75;
  }

  .carrier-button {
    width: 100%;
    min-width: 0;
    padding: 10px 16px;
    font-size: 14px;
  }

  .growth-path>li {
    width: 100%;
    min-height: auto;
    padding: 18px 16px;
  }

  .growth-path>li::after {
    display: none;
  }

  .growth-path span {
    margin-bottom: 10px;
  }

  .growth-path strong {
    font-size: 18px;
  }

  .growth-path p {
    margin-top: 8px;
    font-size: 13px;
  }

  .home-policy-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-policy-list a {
    min-height: auto;
    padding: 18px 16px;
  }

  .home-policy-list strong {
    min-height: auto;
    font-size: 17px;
  }

  .home-policy-list p {
    margin-top: 10px;
    font-size: 13px;
  }

  .service-right {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .enterprise-fit-grid {
    display: block;
    margin-top: 18px;
  }

  .enterprise-fit-grid>li {
    min-height: auto;
    margin-top: 10px;
    padding: 18px 16px 18px 58px;
    position: relative;
  }

  .enterprise-fit-index {
    position: absolute;
    left: 16px;
    top: 18px;
    width: 30px;
    height: 30px;
    margin: 0;
    font-size: 12px;
  }

  .enterprise-fit-grid strong {
    min-height: auto;
    font-size: 17px;
    line-height: 1.45;
  }

  .enterprise-fit-grid small {
    font-size: 13px;
  }

  .enterprise-fit-grid p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  .banner-tit,.banner-list-tit {
    font-size: 20px;
  }

  .head {
    padding: 10px 0;
  }

  .banner-img {
    min-height: 240px;
    object-fit: cover;
  }

  .banner-list-img {
    height: 260px;
    min-height: 0;
    object-fit: cover;
  }

  .home-hero,
  .home-hero .swiper,
  .home-hero .swiper-wrapper,
  .home-hero .swiper-slide,
  .home-hero .swiper-slide>a {
    width: 100%;
    height: 300px;
  }

  .home-hero .banner-img {
    width: 100%;
    height: 300px;
    min-height: 0;
    object-fit: cover;
  }

  .logo-img, .footer-logo{
    max-width: 180px;
  }

  .series-panel {
    margin-top: 24px;
    padding: 20px 16px;
  }

  .series-title {
    font-size: 22px;
  }

  .series-desc {
    max-width: none;
    font-size: 14px;
  }

  .series-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .series-list li a {
    min-height: 50px;
    padding: 10px 12px;
  }

  .banner-list-desc1 br {
    display: none;
  }

  .p-img-desc {
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
  }

  .TJ-ul>li {
    width: 84px;
    flex-direction: column-reverse!important;
    align-items: center!important;
  }

  .TJ-ul>li:nth-of-type(1) {
    transform: translate(calc(-100% + 20px), -50%);
  }

  .TJ-ul>li:nth-of-type(2) {
    transform: translate(calc(-100% + 20px), calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(3) {
    transform: translate(-50%, calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(4) {
    transform: translate(calc(-50% + 20px), calc(-50% - 10px));
  }

  .TJ-ul>li:nth-of-type(5) {
    transform: translate(calc(-50% + 20px), -50%);
  }

  

  .p-img {
    width: 30px;
  }

  .service-ul-bottom {
    padding: 20px 15px;
  }

  .service-ul-bottom-tit {
    font-size: 18px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .service-ul-bottom-desc {
    font-size: 14px;
    max-height: 25px;
  }

  .swiper-service .swiper-slide {
    padding-bottom: 150px;
  }

  .service-ul-bottom-icon {
    width: 40px;
    right: 15px;
  }

  .p-img-box {
    margin: 0;
  }

  .footer-top-ul {
    flex-direction: column;
    gap: 0;
  }

  .footer-top-ul>li {
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .footer-top {
    padding: 32px 0 16px;
  }

  .footer-top-left {
    text-align: left;
  }

  .footer-top-right {
    max-width: 100%;
    width: 100%;
  }

  .footer-top-tab {
    padding: 14px 0;
    font-size: 15px;
  }

  .footer-top-tab::after {
    display: none;
  }

  .footer-bott {
    padding: 16px 0 22px;
    font-size: 12px;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    font-size: 12px;
  }

  .footer-records {
    justify-content: flex-start;
    gap: 5px 12px;
  }

  .footer-record {
    white-space: normal;
  }

  .footer-links {
    display: none;
  }

  .icon-plus {
    display: block;
  }

  .about-tab-ul {
    justify-content: flex-start;
    gap: 10px;
  }

  .about-tab-ul>li a {
    height: 38px;
    min-width: 0;
    padding: 0 10px;
    font-size: 14px;
  }

  .mask-inner-tit {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .mask-close .iconfont {
    font-size: 20px;
  }

  .mask-inner-desc {
    font-size: 14px;
  }

  .mask-inner {
    padding: 20px;
  }

  .about-tab-ul>li {
    margin-top: 10px;
  }

  .about-tab-ul>li + li {
    margin-left: 0;
  }

  .about-tit {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .about-show {
    font-size: 14px;
    line-height: 1.65em;
    padding: 20px 0;
  }

 

  .normal-pb {
    padding-bottom: 25px;
  }

  .about-culture-ul>li {
    padding: 20px;
  }

  .about-culture-left-tit {
    font-size: 18px;
  }

  .about-culture-left-desc {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.65em;
  }

  .ability-box {
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    font-size: 15px;
    line-height: 1.6em;
    position: static;
    background-color: transparent;
    color: #333;
  }

  .product-inner-right {
    padding: 15px 15px 25px;
  }

  .product-inner-right-dl dt {
    font-size: 18px;
  }

  .product-inner-right-dl dd {
    font-size: 14px;
  }

  .product-ul-btn {
    height: 40px;
    width: calc(120 / 50 * 40px);
    font-size: 14px;
  }

  .product-ul-tit {
    font-size: 20px;
    line-height: 1.45;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .product-ul-desc {
    font-size: 14px;
  }

  .product-ul>li {
    margin-top: 20px;
    border-radius: 10px;
  }

  .product-inner-right-dl + .product-inner-right-dl {
    margin-top: 20px;
  }

  .desc-box {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.6em;
  }

  .nav-position-pd {
    padding: 15px 0;
  }

  .banner-list-desc1 {
    font-size: 12px;
    line-height: 1.5em;
  }

  .product-inner-right-desc {
    font-size: 16px;
    line-height: 1.6em;
  }

  .product-system-architecture {
    margin-top: 18px;
    padding: 18px 14px;
  }

  .product-system-architecture .section-head,
  .product-system-architecture .section-head > div {
    width: 100%;
    min-width: 0;
  }

  .product-system-architecture .service-tit {
    display: block;
    width: calc(100vw - 58px);
    max-width: 100%;
    font-size: 19px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .product-system-architecture .section-desc {
    width: 100%;
    min-width: 0;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .product-process {
    display: block;
    border: 0;
  }

  .product-process li {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #dfe6ee;
  }

  .product-process span {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .product-process strong {
    font-size: 17px;
  }

  .product-process p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .br20 {
    border-radius: 10px;
  }

  .data-ability-box-left {
    padding: 15px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .data-ability-box-left-desc,
  .data-ability-box-left-desc * {
    max-width: 100%;
    white-space: normal!important;
    word-break: break-all!important;
    overflow-wrap: anywhere!important;
  }

  .mt40 {
    margin-top: 20px;
  }

  .knowledge-ul-right::after {
    width: 100%;
  }

  .knowledge-ul-left-img {
    transform: none;
  }

  .knowledge-ul-right::after {
    border-radius: 10px;
  }

  .knowledge-ul-right {
    padding: 25px 20px 20px;
    margin-top: -10px;
  }

  .knowledge-ul>li {
    margin-top: 20px;
  }

  .knowledge-ul {
    margin-top: -10px;
  }

  .industry-ul>li {
    padding: 20px 0;
  }

  .industry-ul-left-tit {
    font-size: 16px;
  }

  .industry-ul-left-desc {
    font-size: 14px;
    line-height: 1.6em;
  }

  .mt30 {
    margin-top: 15px;
  }
  .web-tc {
    text-align: center;
  }

  .industry-detail-tit {
    font-size: 18px;
    line-height: 1.5;
  }

  .industry-detail-info>span {
    margin-right: 5px;
  }

  .industry-detail-box {
    padding: 15px;
  }
  .industry-detail-content {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.9;
  }

  .industry-detail-content p {
    margin-bottom: 22px;
  }

  .industry-detail-content h2 {
    margin: 34px 0 16px;
    font-size: 20px;
    line-height: 1.45;
  }

  .industry-detail-content h3 {
    margin: 28px 0 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .industry-detail-content ul,
  .industry-detail-content ol {
    margin-bottom: 22px;
    padding-left: 1.2em;
  }

  .industry-detail-content li {
    margin-bottom: 8px;
    line-height: 1.8;
  }

  .article-service-cta {
    display: block;
    margin-bottom: 28px;
    padding: 20px 16px;
  }

  .article-service-title {
    font-size: 19px;
  }

  .article-service-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .article-service-btn {
    width: 112px;
    height: 36px;
    margin-top: 16px;
    font-size: 14px;
  }

  .prev-next-box {
    display: block!important;
    padding: 12px;
  }

  .prev-next {
    width: 100%;
    padding: 12px;
    background-color: #fff;
  }

  .prev-next + .prev-next {
    margin-top: 10px;
  }

  .prev-next span {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .prev-next em {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.65;
  }

  .contact-ul-top-img {
    width: 54px;
    height: 54px;
  }
  .contact-ul-bott-tel {
    font-size: 15px;
    display: block;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .contact-ul-bott-tit {
    font-size: 13px;
    margin-top: 12px;
  }
  .fix-web {display: flex;flex-direction: column;}
  .fix-web:after {display: none;}
  .fix-web>[class*=left],.fix-web>[class*=right] {width: 100%;}
  .flex-web {flex-direction: column!important;}
  .flex-web>[class*=left],.flex-web>[class*=right] {width: 100%;max-width: 100%;}
  .flex-web-reverse {flex-direction: column-reverse!important;display: flex;}
  .flex-web-reverse>[class*=left],.flex-web-reverse>[class*=right] {width: 100%;}
  .fix-web>.right-mt25 {margin-top: 25px;}
  .fix-web>.right-mt20 {margin-top: 20px;}
  .flex-web>.right-mt5 {margin-top: 5px;}
  .fix-web>.right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt15 {margin-top: 15px;}
  .flex-web> .right-mt10 {margin-top: 10px;}
  .flex-web> .right-mt20 {margin-top: 20px;}
  .flex-web> .right-mt25 {margin-top: 25px;}
  .flex-web-reverse>.right-mt15 {margin-top: 15px;}
  ._web_col_1 {display: flex;flex-wrap: wrap;margin-top: 0;}
  ._web_col_3 {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row;margin-top: 0;}
  ._web_col_2 {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: row;margin-top: 0;}
  ._web_col_1>li {width: 100%;margin: 0!important;}
  ._web_col_2>li {width: calc(calc(100% - 10px) / 2);margin: 0!important;}
  ._web_col_3>li {
    width: calc(calc(100% - 20px) / 3);
    margin: 0!important;
  }

  ._web-mt15 {margin-top: 15px;}
  ._web-mt20 {margin-top: 20px;}
  ._web-mt25 {margin-top: 25px;}
  ._web-fs12 {font-size: 12px;}
  ._web-fs14 {font-size: 14px;}
  ._web-fs16 {font-size: 16px;}
  ._web-fs18 {font-size: 18px;}
  ._web-fs20 {font-size: 20px;}
  ._web-fs22 {font-size: 22px;}
  ._web-fs24 {font-size: 24px;}
  ._web-pd40 {padding: 40px 0;}
  ._web-pd15 {padding: 15px 0;}
  ._web-pd20 {padding: 20px 0;}
  ._web-pd25 {padding: 25px 0;}

  .normal-mt {
    margin-top: 25px;
  }


  .map-iframe {
    height: 200px;
  }

  .customer-inner {
    margin-top: 20px;
  }
}

@media (max-width:750px) {
  .flex-phone {flex-direction: column;}
  .flex-phone>[class*=left],.flex-phone>[class*=right] {width: 100%;}
  .flex-phone> .right-mt5 {margin-top: 5px;}
  .flex-phone> .right-mt15 {margin-top: 15px;}
  .flex-phone> .right-mt20 {margin-top: 20px;}
  .flex-phone> .right-mt25 {margin-top: 25px;}
}

@media (max-width:640px)  {
  html,
  body,
  .main-box {
    max-width: 100%;
    overflow-x: hidden;
  }

  .product-system-architecture .service-tit,
  .product-system-architecture .section-desc {
    max-width: 320px;
  }

  .product-process strong,
  .product-process p {
    max-width: 300px;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .banner-desc,
  .banner-list-desc {
    width: 320px!important;
    max-width: 320px!important;
  }

  .head {
    background-color: var(--zdxr-ink);
  }

  .banner-word {
    top: 55%;
    padding-top: 0;
  }

  .banner-list-word {
    top: 54%;
    padding-top: 28px;
  }

  .banner-list-img {
    height: 240px;
  }

  .home-hero,
  .home-hero .swiper,
  .home-hero .swiper-wrapper,
  .home-hero .swiper-slide,
  .home-hero .swiper-slide>a,
  .home-hero .banner-img {
    height: 300px;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(16,37,54,.74) 0%, rgba(16,37,54,.48) 70px, rgba(16,37,54,.1) 130px, rgba(16,37,54,0) 210px),
      linear-gradient(90deg, rgba(16,37,54,.9) 0%, rgba(24,50,71,.64) 68%, rgba(16,37,54,.2) 100%);
  }

  .home-hero::after {
    display: none;
  }

  .banner-kicker {
    margin-bottom: 10px;
    background-color: rgba(16,37,54,.5);
  }

  .banner-tit {
    max-width: 92%;
    font-size: 25px;
    line-height: 1.35;
  }

  .banner-desc {
    width: 92%;
    max-width: 335px;
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .banner-actions {
    margin-top: 14px;
  }

  .banner-tags {
    display: none;
  }

  .growth-box .section-head,
  .home-policy .section-head {
    margin-bottom: 18px;
  }

  .growth-box .service-tit,
  .home-policy .service-tit {
    font-size: 22px;
    line-height: 1.45;
  }

  .growth-path {
    display: block!important;
    border: 0;
  }

  .growth-path>li {
    width: 100%!important;
    margin-bottom: 10px;
    padding: 16px 16px 16px 54px;
    border: 1px solid #dfe6ee;
    background-color: #fff;
  }

  .growth-path span {
    position: absolute;
    left: 16px;
    top: 18px;
    margin: 0;
    font-size: 13px;
  }

  .growth-path strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .growth-path p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }

  .home-policy-list {
    display: block!important;
  }

  .home-policy-list>li {
    margin-bottom: 12px;
    border: 1px solid #dfe6ee;
    background-color: #fff;
  }

  .home-policy-list a {
    padding: 16px;
  }

  .home-policy-list span {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .home-policy-list strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
  }

  .home-policy-list p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-service-grid {
    display: block;
  }

  .home-service-card {
    min-height: auto;
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .home-service-no {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .home-service-title {
    font-size: 19px;
  }

  .home-service-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-service-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .home-service-tags span {
    padding: 5px 8px;
    font-size: 12px;
  }

  .series-panel {
    padding: 18px 14px;
    max-width: 100%;
    overflow: hidden;
  }

  .series-panel * {
    max-width: 100%;
  }

  .series-head {
    display: block!important;
  }

  .series-title {
    font-size: 20px;
  }

  .series-list li a {
    display: block!important;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .series-list,
  .series-list li {
    width: 100%;
    min-width: 0;
  }

  .series-index {
    display: inline-block;
    margin: 0 0 8px;
  }

  .series-item-title {
    display: block;
    width: 100%;
    max-width: 285px;
    line-height: 1.6;
    white-space: normal!important;
    word-break: break-all!important;
    overflow-wrap: anywhere!important;
  }

  .series-item-title,
  .series-desc,
  .banner-list-desc1,
  .industry-ul-left-tit,
  .industry-ul-left-desc {
    min-width: 0;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .series-desc {
    width: 100%;
  }

  .industry-ul>li {
    margin-top: 14px;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(31,58,95,.07);
    overflow: hidden;
  }

  .industry-ul>li>a {
    display: block!important;
  }

  .industry-ul-right {
    width: 100%;
    border-radius: 0;
  }

  .industry-ul-left {
    width: 100%;
    padding: 15px 14px 16px;
  }

  .industry-ul-left-time {
    font-size: 12px;
  }

  .industry-ul-left-tit {
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.55;
  }

  .industry-ul-left-desc {
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .industry-ul-right-img {
    aspect-ratio: 16 / 9;
  }

  .check-more-btn {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--zdxr-teal);
    font-size: 14px;
    font-weight: 600;
  }

  .why-us {
    background-image: none!important;
    background-color: var(--zdxr-mist);
  }

  .customer-inner {
    padding-top: 0;
    margin: 18px 0 0;
  }

  .customer-circle1,
  .customer-circle3 {
    display: none;
  }

  .customer-circle2 {
    position: static;
    width: 100%;
    padding-top: 0;
    transform: none;
    border-radius: 0;
    background: transparent;
  }

  .TJ-ul {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    transform: none;
  }

  .TJ-ul>li,
  .TJ-ul>li:nth-of-type(1),
  .TJ-ul>li:nth-of-type(2),
  .TJ-ul>li:nth-of-type(3),
  .TJ-ul>li:nth-of-type(4),
  .TJ-ul>li:nth-of-type(5) {
    position: static;
    width: 100%;
    min-height: 62px;
    padding: 12px 14px;
    transform: none;
    flex-direction: row!important;
    justify-content: flex-start;
    background-color: #fff;
    border: 1px solid var(--zdxr-line);
  }

  .p-img-box {
    flex: 0 0 34px;
    margin: 0 12px 0 0;
  }

  .p-img {
    width: 34px;
  }

  .p-img-desc {
    flex: 1;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
    color: #233e62;
  }

  .service-logic-grid,
  .service-process {
    display: block;
  }

  .service-logic-card {
    min-height: auto;
    margin-bottom: 12px;
    padding: 18px 16px;
  }

  .service-logic-card span {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .service-logic-card strong {
    font-size: 18px;
  }

  .service-logic-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .service-process {
    margin-top: 14px;
    border: 0;
  }

  .service-process li {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px;
    border: 1px solid #dfe6ee;
  }

  .service-process span {
    font-size: 17px;
  }

  .service-process p {
    margin-top: 8px;
    font-size: 13px;
  }

  .service-deliverables {
    gap: 8px;
    margin-top: 16px;
  }

  .service-deliverables span {
    padding: 6px 9px;
    font-size: 13px;
  }

  .contact-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .contact-ul>li {
    width: 100%;
    overflow: hidden;
    min-height: auto;
    padding: 22px 18px;
    box-shadow: 0 10px 24px rgba(31,58,95,.06);
  }

  .contact-card-link {
    display: block;
    width: 100%;
  }

  .contact-ul-bott,
  .contact-ul-bott-tel {
    width: 100%;
    max-width: 100%;
    white-space: normal!important;
    word-break: break-all!important;
    overflow-wrap: anywhere!important;
  }

  .contact-ul .contact-link {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-address-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .contact-action {
    min-width: 86px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .map-choice-panel {
    padding: 20px 16px 24px;
  }

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

  .map-choice-list a {
    min-height: 48px;
  }

  .head-diagnosis-btn {
    display: none;
  }

  .home-hero-redesign,
  .home-hero-redesign .banner-img {
    height: 470px;
  }

  .home-hero-redesign .banner-word {
    top: 52%;
  }

  .home-hero-redesign .banner-tit {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    font-size: 24px;
    line-height: 1.35;
  }

  .home-hero-redesign .banner-desc {
    width: calc(100vw - 30px)!important;
    max-width: calc(100vw - 30px)!important;
    font-size: 14px;
    line-height: 1.65;
  }

  .home-hero-note {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.65;
  }

  .problem-grid,
  .fit-grid,
  .case-preview-grid,
  .article-card-grid,
  .insight-list,
  .insight-category-grid,
  .agent-module-grid,
  .agent-principle,
  .ability-grid,
  .principle-grid,
  .service-module-grid,
  .case-study-grid,
  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .problem-card,
  .fit-card,
  .case-preview-card,
  .ability-grid>div,
  .principle-grid>div,
  .insight-category-grid>div,
  .agent-module-card,
  .service-module-card,
  .case-study-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .problem-card span,
  .fit-card span,
  .ability-grid span,
  .insight-category-grid span,
  .agent-module-card span,
  .case-study-head span,
  .case-preview-card span {
    min-width: 32px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .problem-card h3,
  .fit-card h3,
  .case-preview-card h3,
  .ability-grid h3,
  .insight-category-grid strong,
  .agent-module-card h2,
  .case-study-head h2,
  .principle-grid strong {
    font-size: 18px;
    line-height: 1.45;
  }

  .problem-card p,
  .fit-card p,
  .case-preview-card p,
  .ability-grid p,
  .principle-grid p,
  .insight-category-grid p,
  .agent-module-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-flow,
  .agent-flow {
    display: block;
    margin-top: 20px;
    border: 0;
  }

  .home-flow li,
  .agent-flow li {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px 16px 16px 56px;
    border: 1px solid var(--zdxr-line);
    font-size: 15px;
  }

  .home-flow li::before,
  .agent-flow li::before {
    left: 16px;
    top: 16px;
  }

  .article-card-grid a,
  .insight-list a {
    min-height: auto;
    padding: 18px 16px;
  }

  .article-card-grid strong,
  .insight-list h3 {
    min-height: auto;
    margin-top: 12px;
    font-size: 18px;
  }

  .article-card-grid p,
  .insight-list p {
    font-size: 14px;
    line-height: 1.7;
  }

  .agent-chip-grid,
  .cooperation-list {
    gap: 8px;
    margin-top: 18px;
  }

  .agent-chip-grid span,
  .cooperation-list span {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .final-cta {
    padding: 34px 0;
  }

  .final-cta h2 {
    font-size: 22px;
  }

  .final-cta p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
  }

  .final-cta a {
    width: 100%;
    height: 40px;
    margin-top: 18px;
    font-size: 14px;
  }

  .service-module-head {
    display: block;
    padding-bottom: 16px;
  }

  .service-module-head span {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .service-module-head h2 {
    font-size: 21px;
  }

  .service-module-head p {
    font-size: 14px;
    line-height: 1.7;
  }

  .service-module-grid dl,
  .case-study-grid dl {
    min-height: auto;
    padding: 16px;
  }

  .service-module-grid dt,
  .case-study-grid dt {
    font-size: 16px;
  }

  .service-module-grid dd,
  .case-study-grid dd {
    font-size: 14px;
    line-height: 1.7;
  }

  .insight-intro {
    display: block;
    padding: 20px 0 18px;
  }

  .insight-intro h2 {
    font-size: 22px;
  }

  .insight-intro p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
  }

  .insight-list-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-summary {
    font-size: 14px;
    line-height: 1.7;
  }

  .case-study-card + .case-study-card {
    margin-top: 14px;
  }

  .agent-module-card.wide,
  .ability-grid>div:last-child {
    grid-column: auto;
  }

  .about-belief {
    margin-top: 20px;
    padding: 18px 16px;
  }

  .about-belief p {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-belief p + p {
    font-size: 14px;
  }

  .consult-form {
    padding: 18px 16px;
  }

  .consult-form label.wide {
    grid-column: auto;
  }

  .consult-form input,
  .consult-form select {
    height: 42px;
    font-size: 14px;
  }

  .consult-form textarea {
    font-size: 14px;
  }

  .consult-form button {
    width: 100%;
    height: 42px;
    font-size: 14px;
  }
}
@media (max-width:575px) {

}
@media (max-width:414px) {
  
}

@media (max-width:375px) {

}

/* ZDXR 2026 premium mobile refinement */
@media (max-width: 992px) {
  body {
    font-size: 14px;
    line-height: 1.72;
  }

  .head {
    padding: 15px 0;
  }

  .logo-img {
    width: 178px;
    max-width: 178px;
  }

  .head-diagnosis-btn {
    display: none;
  }

  .menu {
    top: 13px;
  }

  .home-hero-redesign,
  .home-hero-redesign .banner-img {
    height: 560px;
  }

  .home-hero-redesign .banner-img {
    object-position: left center;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(9, 22, 32, .34) 0%, rgba(9, 22, 32, .18) 155px, rgba(9, 22, 32, .04) 100%),
      linear-gradient(0deg, rgba(9, 22, 32, .18) 0%, rgba(9, 22, 32, 0) 50%);
  }

  .home-hero-redesign .banner-word {
    top: 51%;
    padding-top: 26px;
  }

  .banner-word .center-box::before,
  .banner-list-word .center-box::before {
    left: 15px;
    top: -22px;
    width: calc(100vw - 30px);
    height: calc(100% + 44px);
    background:
      linear-gradient(90deg, rgba(8, 20, 31, .66) 0%, rgba(8, 20, 31, .5) 76%, rgba(8, 20, 31, .16) 100%);
  }

  .banner-list-word .center-box::before {
    left: 15px;
    top: -18px;
    width: calc(100vw - 30px);
    height: calc(100% + 36px);
    background:
      linear-gradient(90deg, rgba(8, 20, 31, .58) 0%, rgba(8, 20, 31, .42) 76%, rgba(8, 20, 31, .12) 100%);
  }

  .home-hero-redesign .banner-tit {
    max-width: 360px;
    font-size: 29px;
    line-height: 1.22;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .home-hero-redesign .banner-desc {
    width: calc(100vw - 60px)!important;
    max-width: calc(100vw - 60px)!important;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.68;
    overflow-wrap: anywhere!important;
    word-break: break-all!important;
    white-space: normal!important;
  }

  .banner-mobile-br {
    display: block;
  }

  .home-hero-note {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    margin-top: 14px;
    padding-top: 12px;
    font-size: 13px;
    line-height: 1.65;
  }

  .banner-actions {
    margin-top: 18px;
  }

  .banner-btn {
    height: 38px;
    border-radius: 8px;
  }

  .banner-tags {
    margin-top: 14px;
  }

  .home-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    margin-top: 18px;
  }

  .home-hero-proof span {
    min-height: 54px;
    padding: 10px 11px;
    font-size: 12px;
  }

  .home-hero-proof strong {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .banner-list-img {
    height: 320px;
  }

  .banner-list-word {
    padding-top: 34px;
  }

  .banner-list-tit {
    font-size: 29px;
    line-height: 1.22;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .banner-list-desc,
  .banner-list-desc1 {
    font-size: 15px;
    line-height: 1.72;
  }

  .home-visual-section,
  .visual-brief-section {
    padding: 46px 0;
  }

  .home-visual-grid,
  .visual-brief-card {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    min-width: 0;
  }

  .visual-brief-media,
  .visual-brief-copy {
    width: 100%;
    min-width: 0;
  }

  .visual-brief-card.reverse .visual-brief-media,
  .visual-brief-card.reverse .visual-brief-copy {
    order: initial;
  }

  .visual-brief-media::after {
    right: -8px;
    bottom: -8px;
    width: 40%;
    height: 40%;
  }

  .visual-brief-media img {
    border-radius: 8px;
  }

  .visual-brief-copy h2 {
    font-size: 24px;
    line-height: 1.3;
    max-width: 100%;
    white-space: normal!important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .visual-brief-copy p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.72;
  }

  .visual-brief-list {
    gap: 10px;
    margin-top: 18px;
  }

  .visual-brief-list li {
    font-size: 14px;
  }

  .article-visual-image {
    margin: 24px 0 28px;
  }

  .article-visual-image img {
    aspect-ratio: 16 / 10;
  }

  .normal-pd,
  .carrier-section {
    padding: 48px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-eyebrow,
  .carrier-kicker,
  .series-eyebrow,
  .article-service-eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .service-tit,
  .carrier-title {
    font-size: 24px;
    line-height: 1.3;
    max-width: 100%;
    white-space: normal!important;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .section-desc,
  .carrier-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.82;
  }

  .problem-grid,
  .fit-grid,
  .case-preview-grid,
  .article-card-grid,
  .insight-list,
  .home-service-grid {
    gap: 12px;
  }

  .problem-card,
  .fit-card,
  .case-preview-card,
  .ability-grid>div,
  .principle-grid>div,
  .insight-category-grid>div,
  .agent-module-card,
  .service-module-card,
  .case-study-card,
  .home-service-card {
    padding: 20px 18px;
  }

  .home-service-title,
  .problem-card h3,
  .fit-card h3,
  .case-preview-card h3,
  .article-card-grid strong,
  .insight-list h3 {
    font-size: 19px;
    line-height: 1.4;
    white-space: normal!important;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .home-service-desc,
  .problem-card p,
  .fit-card p,
  .case-preview-card p,
  .article-card-grid p,
  .insight-list p {
    font-size: 14px;
    line-height: 1.78;
  }

  .article-card-grid a,
  .insight-list a {
    min-height: auto;
    padding: 20px 18px;
  }

  .case-preview-card {
    min-height: auto;
  }

  .agent-chip-grid span,
  .cooperation-list span {
    width: 100%;
    border-radius: 8px;
  }

  .industry-detail-box {
    padding: 22px 16px;
  }

  .industry-detail-content {
    max-width: none;
    padding: 28px 0 16px;
    font-size: 15px;
    line-height: 1.9;
  }

  .industry-detail-content p {
    margin-bottom: 18px;
  }

  .industry-detail-content h2 {
    margin: 34px 0 14px;
    font-size: 23px;
  }

  .industry-detail-content h3 {
    margin: 26px 0 12px;
    font-size: 19px;
  }

  .industry-detail-tit {
    font-size: 26px;
  }

  .consult-form {
    padding: 22px 16px;
  }
}

@media (max-width: 480px) {
  html {
    scroll-padding-top: 78px;
  }

  #service-modules,
  .service-module-card,
  .case-study-card,
  #contact-info,
  #consult-form,
  #contact-map {
    scroll-margin-top: 78px;
  }

  .home-hero-redesign,
  .home-hero-redesign .banner-img {
    height: 660px;
  }

  .banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .banner-btn {
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    font-size: 13px;
  }

  .banner-tags span {
    font-size: 12px;
  }

  .service-tit,
  .carrier-title {
    font-size: 21px;
    line-height: 1.36;
  }
}

/* ZDXR 2026 mobile QA pass */
@media (max-width: 992px) {
  .head {
    min-height: 58px;
    padding: 10px 0;
  }

  .logo-img {
    width: 162px;
    max-width: 50vw;
  }

  .menu {
    top: 11px;
    width: 32px;
    height: 30px;
  }

  .menu i {
    height: 3px;
    margin-bottom: 6px;
  }

  .head-nav-ul {
    width: min(82vw, 300px);
    padding: 78px 12px 20px;
    background-color: #102536;
    box-shadow: 18px 0 44px rgba(0,0,0,.26);
    height: 100dvh;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-ul-box.showmenu {
    background-color: rgba(8,20,31,.72);
    backdrop-filter: blur(8px);
  }

  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .nav-ul>li>a,
  .nav-ul>li .drop-tab>a {
    min-height: 46px;
    align-items: center;
    line-height: 1.35;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 650;
  }

  .nav-ul>li {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .banner-word .center-box::before,
  .banner-list-word .center-box::before {
    display: none;
  }

  .home-hero-redesign,
  .home-hero-redesign .banner-img {
    height: 560px;
  }

  .home-hero-redesign .banner-img {
    object-position: 42% center;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(9, 22, 32, .78) 0%, rgba(9, 22, 32, .46) 110px, rgba(9, 22, 32, .1) 230px, rgba(9, 22, 32, 0) 100%),
      linear-gradient(90deg, rgba(8, 20, 31, .82) 0%, rgba(8, 20, 31, .58) 54%, rgba(8, 20, 31, .2) 100%);
  }

  .home-hero-redesign .banner-word {
    top: 54%;
    padding-top: 0;
  }

  .banner-kicker {
    max-width: calc(100vw - 30px);
    margin-bottom: 9px;
    background-color: rgba(8, 20, 31, .38);
  }

  .home-hero-redesign .banner-tit {
    width: calc(100vw - 30px);
    max-width: 340px;
    font-size: 26px;
    line-height: 1.28;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .home-hero-redesign .banner-desc {
    width: calc(100vw - 30px)!important;
    max-width: 340px!important;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.66;
    word-break: normal!important;
    overflow-wrap: anywhere!important;
  }

  .home-hero-note {
    width: calc(100vw - 30px);
    max-width: 340px;
    margin-top: 12px;
    padding: 11px 0 0;
    border-top: 1px solid rgba(255,255,255,.32);
    background: transparent;
    font-size: 13px;
    line-height: 1.62;
  }

  .banner-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .banner-btn {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }

  .banner-list-img {
    height: 270px;
  }

  .banner-list-word {
    top: 56%;
    padding-top: 0;
  }

  .banner-list-word::before {
    background:
      linear-gradient(180deg, rgba(9, 22, 32, .68) 0%, rgba(9, 22, 32, .32) 120px, rgba(9, 22, 32, .04) 100%),
      linear-gradient(90deg, rgba(8, 20, 31, .68) 0%, rgba(8, 20, 31, .44) 56%, rgba(8, 20, 31, .12) 100%);
  }

  .banner-list-tit {
    max-width: calc(100vw - 30px);
    font-size: 26px;
    line-height: 1.26;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .banner-list-desc,
  .banner-list-desc1 {
    width: calc(100vw - 30px)!important;
    max-width: calc(100vw - 30px)!important;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
    word-break: normal!important;
    overflow-wrap: anywhere!important;
  }

  .nav-position-pd {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .nav-position .center-box {
    overflow-wrap: anywhere;
  }

  .home-visual-section,
  .visual-brief-section {
    padding: 32px 0;
  }

  .home-visual-grid,
  .visual-brief-card {
    gap: 18px;
  }

  .visual-brief-media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
  }

  .visual-brief-copy h2 {
    font-size: 21px;
    line-height: 1.38;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .visual-brief-copy p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.74;
  }

  .visual-brief-list {
    margin-top: 14px;
  }

  .normal-pd,
  .carrier-section {
    padding: 36px 0;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .service-tit,
  .carrier-title {
    font-size: 22px;
    line-height: 1.38;
    word-break: normal!important;
    overflow-wrap: anywhere;
  }

  .section-desc,
  .carrier-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.72;
  }

  .problem-card,
  .fit-card,
  .case-preview-card,
  .ability-grid>div,
  .principle-grid>div,
  .insight-category-grid>div,
  .agent-module-card,
  .service-module-card,
  .case-study-card,
  .home-service-card {
    padding: 18px 16px;
  }

  .home-service-title,
  .problem-card h3,
  .fit-card h3,
  .case-preview-card h3,
  .article-card-grid strong,
  .insight-list h3 {
    font-size: 18px;
    line-height: 1.42;
    word-break: normal!important;
    overflow-wrap: anywhere;
  }

  .home-service-desc,
  .problem-card p,
  .fit-card p,
  .case-preview-card p,
  .article-card-grid p,
  .insight-list p {
    font-size: 14px;
    line-height: 1.72;
  }

  .footer-top {
    padding: 26px 0 12px;
  }

  .footer-top-tab {
    min-height: 44px;
    padding: 0;
  }

  .footer-top-tab a {
    display: flex;
    flex: 1;
    align-items: center;
    min-height: 44px;
  }

  .icon-plus {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 44px;
    height: 44px;
  }

  .icon-plus::before,
  .icon-plus::after {
    width: 18px;
  }

  .footer-link {
    min-height: 34px;
    line-height: 1.55;
  }

  .footer-records {
    gap: 8px 10px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .logo-img {
    width: 158px;
    max-width: 52vw;
  }

  .home-hero-redesign,
  .home-hero-redesign .banner-img {
    height: 575px;
  }

  .home-hero-redesign .banner-word {
    top: 53%;
  }

  .home-hero-redesign .banner-tit {
    max-width: calc(100vw - 30px);
    font-size: 25px;
    line-height: 1.3;
  }

  .banner-list-img {
    height: 255px;
  }

  .banner-list-tit {
    font-size: 25px;
    max-width: 100%;
  }

  .banner-list-word .center-box {
    width: 100%;
    max-width: 100%;
  }

  .banner-list-desc,
  .banner-list-desc1 {
    width: auto!important;
    max-width: 100%!important;
    font-size: 13px;
    line-height: 1.58;
    white-space: normal!important;
    word-break: break-word!important;
    overflow-wrap: anywhere!important;
  }

  .home-visual-section,
  .visual-brief-section,
  .normal-pd,
  .carrier-section {
    padding: 30px 0;
  }

  .service-tit,
  .carrier-title {
    font-size: 21px;
    line-height: 1.38;
  }

  .visual-brief-copy h2 {
    font-size: 20px;
    line-height: 1.38;
  }
}

@media (max-width: 360px) {
  .banner-actions {
    grid-template-columns: 1fr;
  }
}

/* ZDXR research insight mobile restructure */
@media (max-width: 992px) {
  .insight-content-head h2 {
    font-size: 22px;
    line-height: 1.38;
  }

  .insight-content-section {
    padding-top: 30px;
  }

  .insight-category-nav {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    overflow-x: auto;
  }

  .insight-category-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
  }

  .insight-content-head {
    display: block;
    margin-bottom: 18px;
  }

  .insight-content-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .insight-overview-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .insight-overview-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .insight-overview-card h3 {
    font-size: 24px;
  }

  .insight-overview-topic {
    margin-top: 14px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .insight-overview-list {
    margin-top: 18px;
  }

  .insight-overview-list strong {
    font-size: 15px;
    line-height: 1.62;
  }

  .insight-overview-link {
    margin-top: 18px;
  }

  .insight-topic-block+.insight-topic-block {
    margin-top: 24px;
  }

  .insight-topic-head {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .insight-topic-head span {
    font-size: 14px;
  }

  .insight-topic-head h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.36;
  }

  .insight-main-list {
    order: 1;
  }

  .insight-side-panel {
    order: 2;
  }

  .insight-side-sticky {
    position: static;
    padding: 20px 16px;
  }

  .insight-side-sticky h3 {
    font-size: 20px;
  }

  .insight-side-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .insight-side-nav {
    margin-top: 14px;
  }

  .insight-side-nav a {
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
  }

  .insight-side-divider {
    margin: 20px 0;
  }

  .insight-list.insight-list-wide {
    gap: 12px;
  }

  .insight-list.insight-list-wide a {
    padding: 20px 16px 20px 20px;
  }

  .insight-list.insight-list-wide h3 {
    margin-top: 14px;
    font-size: 19px;
    line-height: 1.48;
  }

  .insight-list.insight-list-wide p {
    font-size: 14px;
    line-height: 1.76;
  }

  .article-detail .industry-detail-box {
    margin-top: 16px;
    padding: 24px 18px;
  }

  .article-detail .industry-detail-tit {
    font-size: 25px;
    line-height: 1.36;
  }

  .article-detail .industry-detail-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
  }

  .article-detail .industry-detail-info>span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 0 !important;
  }

  .article-detail .article-summary {
    font-size: 15px;
    line-height: 1.86;
  }

  .article-detail .industry-detail-content {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.95;
  }

  .article-detail .industry-detail-content p {
    margin-bottom: 24px;
  }

  .industry-detail-content .article-source-note {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.75;
  }

  .article-prev-next {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .article-prev-next .prev-next {
    min-height: auto;
    padding: 18px 16px;
  }

  .article-prev-next .prev-next em {
    font-size: 15px;
    line-height: 1.68;
  }

  .home-confidential-note,
  .confidentiality-brief {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px;
  }

  .home-confidential-note {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .home-confidential-note strong {
    font-size: 16px;
  }

  .home-confidential-note a,
  .confidentiality-brief>a {
    width: 100%;
    min-width: 0;
  }

  .confidentiality-brief-section {
    padding: 30px 0;
  }

  .confidentiality-brief h2 {
    font-size: 21px;
    line-height: 1.38;
  }

  .confidentiality-brief p {
    font-size: 14px;
    line-height: 1.72;
  }

  .confidentiality-grid,
  .boundary-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .confidentiality-grid>div,
  .boundary-list>div {
    min-height: auto;
    padding: 18px 16px;
  }

  .confidentiality-grid span {
    min-width: 32px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .confidentiality-grid h3,
  .boundary-list strong {
    font-size: 18px;
  }

  .confidentiality-grid p,
  .boundary-list p {
    font-size: 14px;
    line-height: 1.72;
  }

  .case-study-head {
    display: block;
    padding-bottom: 18px;
  }

  .case-study-head .case-study-index {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    width: auto;
    min-width: 0;
    height: 34px;
    margin-bottom: 12px;
    padding: 0 11px;
    border: 1px solid rgba(79, 122, 102, .22);
    border-radius: 6px;
    background: #fff;
  }

  .case-study-head .case-study-index::after {
    display: none;
  }

  .case-study-index em,
  .case-preview-index em {
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .case-study-index b {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
  }

  .case-preview-card .case-preview-index {
    gap: 7px;
    height: 28px;
    margin-bottom: 12px;
    padding: 0 10px;
  }

  .case-preview-index b {
    font-size: 15px;
  }

  .growth-agent {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .growth-agent-toggle {
    width: auto;
    min-width: 0;
    margin-left: auto;
    padding: 11px 14px;
  }

  .growth-agent-toggle span {
    font-size: 15px;
  }

  .growth-agent-panel {
    right: 0;
    bottom: 68px;
    width: 100%;
    max-height: calc(100vh - 98px);
  }

  .growth-agent-head {
    padding: 18px 18px 15px;
  }

  .growth-agent-head h3 {
    font-size: 19px;
  }

  .growth-agent-body {
    max-height: calc(100vh - 200px);
    padding: 16px 16px 18px;
  }

  .growth-agent-question {
    font-size: 17px;
  }

  .growth-agent-links {
    grid-template-columns: 1fr;
  }
}
