.mobile_navbar,
.menus {
  display: none;
}

@media (max-width: 1000px) {
  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    display: none;
    padding-top: 1rem;
  }
  .header {
    z-index: 1011;
  }
  .mobile_navbar .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: auto;
    height: 100%;
    background: #1A1A1A;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .mobile_navbar .box ul {
    overflow: hidden;
    padding: 0 0.3rem;
  }
  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: 0.9rem;
    font-size: 0.28rem;
    color: #fff;
    opacity: 0.8;
    justify-content: space-between;
  }
  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg);
  }
  .mobile_navbar .box ul li > a img {
    transition: all 0.2s;
  }
  .childer {
    overflow: hidden;
    padding-left: 0.3rem;
    display: none;
  }
  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    height: 100%;
    height: 0.9rem;
    padding-left: 0.5rem;
    font-size: 0.26rem;
    color: #333;
  }
  .childer a:last-child {
    border: none;
  }
  .mobile_navbar .box > img {
    width: 0.4rem;
    margin: 0.3rem;
    float: right;
  }
  .mobile_navbar .box ul li div {
    display: none;
  }
  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: 1rem;
    padding-left: 0.6rem;
    color: #9D9EA5;
    font-size: 0.28rem;
  }
  .mobile-lang-bar {
    display: flex;
    justify-content: flex-end;
    padding: 0.3rem;
  }
  .mobile-lang-bar .lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.04rem;
    padding: 0.04rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
  }
  .mobile-lang-bar .lang-switch .lang-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 0.6rem;
    min-width: 1rem;
    padding: 0 0.24rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.65);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .mobile-lang-bar .lang-switch .lang-option.active {
    color: #fff;
    background: linear-gradient(to right, #01B5DC, #055BA2);
    box-shadow: 0 0.04rem 0.1rem rgba(0, 184, 219, 0.35);
  }
  .menus {
    width: 0.56rem;
    height: 0.56rem;
    background-image: url(../images/menu.png);
    transition: all 0.3s;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% 100%;
    display: block;
  }
  .menus.on {
    background-image: url(../images/closew.png);
  }
  .header .link {
    display: none;
  }
  header {
    padding: 0 0.3rem;
  }
  .header {
    padding: 0 0.3rem;
  }
  .header .logo a img {
    width: 0.88rem;
  }
  .header .logo a div p {
    font-size: 0.24rem;
  }
  .header .logo a div span {
    font-size: 0.16rem;
  }
  .hero-banner .hero-title-group h1 {
    font-size: 0.6rem;
  }
  .hero-banner .hero-title-group h2 {
    font-size: 0.6rem;
  }
  .hero-banner .hero-slogan {
    font-size: 0.28rem;
  }
  .hero-banner .hero-pill-list {
    padding: 0 0.3rem;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.06rem;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-banner .hero-pill {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0.06rem 0.08rem;
    font-size: 11px;
    white-space: nowrap;
    gap: 0.04rem;
  }
  .hero-banner .hero-pill img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.04rem;
  }
  .hero-banner .hero-pill-material {
    margin-top: 0;
  }
  .hero-banner .hero-pill-cert,
  .hero-banner .hero-pill-delivery {
    width: auto;
  }
  .hero-actions a {
    height: 0.66rem;
    font-size: 0.16rem;
    padding: 0 0.3rem;
  }
  .pcb-side {
    display: none;
  }
  .core-business {
    padding: 0.8rem 0.3rem;
  }
  .core-business .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .core-business .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .section-head h1 {
    font-size: 0.36rem;
  }
  .section-head p {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .business-cards {
    width: 100%;
    display: block;
  }
  div {
    max-width: 100% !important;
  }
  .business-card {
    width: 100%;
    height: 6.2rem;
    margin-bottom: 0.3rem;
  }
  .card-board-pcba {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .card-board-pcb {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .card-board-smt {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .card-btn {
    left: 50%;
    transform: translateX(-50%);
    width: 3.4rem;
    height: 0.6rem;
    font-size: 0.26rem;
    top: 5rem;
    line-height: 0.6rem;
  }
  .badge {
    font-size: 0.2rem;
    height: 0.3rem;
  }
  .business-card li {
    font-size: 0.2rem;
    height: 0.3rem;
  }
  .business-card h3 {
    font-size: 0.24rem;
  }
  .business-card ul {
    width: 6.08rem;
  }
  .product-list {
    gap: 0.2rem;
    margin-top: 0.6rem;
  }
  .product-item {
    margin: 0;
    flex: 0 0 3rem;
  }
  .product-icon {
    width: 0.68rem;
    height: 0.68rem;
  }
  .product-icon {
    overflow: hidden;
  }
  .product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-icon img[src*="icon28.png"] {
    transform: scaleX(3.6) scaleY(2.2) !important;
  }
  .product-icon img[src*="zza.png"] {
    transform: scaleX(1.35) scaleY(1.55) !important;
  }
  .product-icon img[src*="icon23.png"] {
    transform: scaleX(1.05) scaleY(1.15) !important;
  }
  .product-icon img[src*="icon27.png"] {
    transform: scaleX(1.0) scaleY(1.0) !important;
  }
  .product-item strong {
    font-size: 0.16rem;
  }
  .product-item span {
    margin-top: 0.1rem;
    font-size: 0.18rem !important;
  }
  .more-products {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .classic-case {
    padding: 0.8rem 0.3rem;
  }
  .classic-case .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .classic-case .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .case-stage {
    padding: 0;
    margin: 0;
    margin-top: 0.3rem;
  }
  .case-slider {
    display: block;
  }
  .case-main-img {
    display: none;
  }
  .case-side-img {
    display: none;
  }
  .case-card {
    width: 100%;
    display: block;
    height: auto;
  }
  .case-copy {
    width: 100%;
  }
  .case-actions a {
    height: 0.66rem;
    font-size: 0.18rem;
  }
  .solution-list li {
    font-size: 0.2rem;
  }
  .case-block p {
    width: 100%;
    font-size: 0.2rem;
  }
  .case-block h3 {
    font-size: 0.24rem;
    height: auto;
  }
  .result-panel {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .result-panel h3 {
    height: auto;
    font-size: 0.26rem;
  }
  .result-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.14rem;
    width: 100%;
    height: auto;
  }
  .result-item {
    width: 100%;
    height: auto;
  }
  .result-item span {
    height: auto;
    font-size: 0.2rem;
  }
  .result-item p {
    width: auto;
    font-size: 0.20rem;
    margin-top: 0.1rem;
  }
  .case-tabs {
    flex-wrap: wrap;
    height: auto;
  }
  .case-tabs a {
    width: 30%;
    flex: 0 0 2.2rem;
    font-size: 0.2rem;
  }
  .hero-banner .hero-arrow-right {
    right: 0.3rem;
  }
  .hero-banner .hero-arrow-left {
    left: 0.3rem;
  }
  .why-choose {
    padding: 0.8rem 0.3rem;
  }
  .why-choose .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .why-choose .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .why-grid .swiper-pagination {
    position: static;
    margin-top: 0.3rem;
  }
  .why-grid .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem;
    padding: 0;
    flex-shrink: 0;
  }
  .why-grid .swiper-pagination-bullet-active {
    background: #0d6efd;
    border-color: #0d6efd;
  }
  .why-grid {
    display: block;
    overflow: hidden;
  }
  .why-grid .swiper-wrapper {
    display: flex;
  }
  .why-card {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  .why-card p {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .why-metric em {
    font-size: 0.2rem;
  }
  .why-metric {
    margin-top: 0.3rem;
    padding-top: 0.26rem;
  }
  .why-stats span {
    font-size: 0.18rem;
  }
  .why-cta {
    height: auto;
    width: 100%;
    padding: 0.3rem;
  }
  .why-cta h2 {
    width: 100%;
    font-size: 0.24rem;
  }
  .why-cta p {
    font-size: 0.22rem;
    line-height: 1.46;
    margin-top: 0.2rem;
  }
  .walk-into {
    padding: 0.8rem 0.3rem;
    padding-bottom: 1.6rem;
  }
  .walk-into .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .walk-into .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .walk-into .walk-video img, .walk-into .walk-video video {
    height: 5rem;
  }
  .walk-into .walk-play {
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    transform: translate(-50%, -50%);
  }
  .info-support {
    display: none !important;
    padding: 0.8rem 0.3rem;
  }
  .info-support .info-support-layout {
    display: block;
    height: auto;
  }
  .info-support .info-support-left {
    display: block;
    height: auto;
  }
  .info-support .news-row {
    display: block;
    height: auto;
  }
  .info-support .news-card, .info-support .notice-card {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .info-support .support-more {
    width: 1.2rem;
    justify-content: flex-end;
    font-size: 0.22rem;
  }
  .info-support .support-card-head h2 {
    font-size: 0.26rem;
  }
  .info-support .support-cover {
    width: 100%;
    height: auto;
  }
  .info-support .news-card-copy {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }
  .info-support .news-card-copy h3 {
    font-size: 0.24rem;
  }
  .info-support .news-card-copy p {
    height: auto;
    width: 100%;
    font-size: 0.22rem;
    line-height: 1.46;
  }
  .info-support .news-card-copy time {
    font-size: 0.2rem;
    width: auto;
  }
  .info-support .notice-list {
    width: 100%;
    height: auto;
  }
  .info-support .notice-list span {
    font-size: 0.22rem;
  }
  .info-support .faq-card {
    height: auto;
    margin-top: 0.2rem;
    width: 100%;
  }
  .info-support .faq-grid {
    display: block;
    height: auto;
  }
  .info-support .faq-item {
    width: 100%;
  }
  .info-support .faq-item span {
    font-size: 0.24rem;
  }
  .info-support .info-support-right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .info-support .support-list-card {
    width: 100%;
    height: auto;
  }
  .info-support .support-news-list {
    width: 100%;
  }
  .info-support .support-news-list span {
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .info-support .support-news-list time {
    font-size: 0.22rem;
    width: auto;
    flex: 0 0 1rem;
  }
  .info-support .support-more {
    padding-right: 0;
  }
  .business-card li {
    height: auto;
    line-height: 1.4;
  }
  .card-btn {
    top: 5.2rem;
  }
  .hero-banner .hero-pill-cert {
    white-space: nowrap;
  }
  .hero-banner .hero-company-tag {
    white-space: nowrap;
  }
  .quote-section {
    position: relative;
    padding: 0.8rem 0.3rem;
    height: auto;
    overflow: visible;
  }
  .quote-section .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .quote-section .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .quote-swiper-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    clip-path: inset(0 0.04rem 0 0.04rem);
  }
  .quote-section .quote-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0.35rem auto 0;
    justify-content: flex-start !important;
  }
  .quote-section .quote-cards::-webkit-scrollbar {
    display: none;
  }
  .quote-section .quote-card {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    border: none !important;
    box-shadow: none !important;
    background-clip: padding-box;
    scroll-snap-align: start;
    margin: 0 !important;
    overflow: hidden;
    transform: translateZ(0);
  }
  .quote-section .quote-card-pcba {
    order: 1;
  }
  .quote-section .quote-card-pcb {
    order: 2;
  }
  .quote-section .quote-message {
    order: 3;
  }
  .quote-swiper-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.16rem;
    margin-top: 0.3rem;
  }
  .quote-dot {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0, 184, 219, 0.5);
    display: inline-block;
    flex-shrink: 0;
    transition: background 0.3s, border-color 0.3s;
  }
  .quote-dot.active {
    background: #00b8db;
    border-color: #00b8db;
  }
  .quote-swiper-arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .quote-swiper-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.62rem;
    height: 0.62rem;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    cursor: pointer;
    font-size: 0.2rem;
    transition: all 0.2s;
    pointer-events: auto;
    outline: none;
    box-shadow: none;
    transform: translateY(-50%);
  }
  .quote-swiper-prev {
    left: 0.08rem;
  }
  .quote-swiper-next {
    right: 0.08rem;
  }
  .quote-swiper-arrow svg {
    width: 0.34rem;
    height: 0.34rem;
  }
  .quote-swiper-arrow:active,
  .quote-swiper-arrow:focus {
    background: rgba(255,255,255,0.18);
    outline: none;
    box-shadow: none;
  }
  .quote-section .quote-field-row {
    width: 100%;
    height: auto;
  }
  .quote-section .quote-field {
    width: 48%;
    height: auto;
  }
  .quote-section .quote-desc {
    width: 100%;
    font-size: 0.2rem;
  }
  .quote-section .quote-drop {
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    margin-top: 0.2rem;
  }
  .quote-section .quote-format {
    width: 100%;
  }
  .quote-section .quote-format p, .quote-section .quote-format strong {
    font-size: 0.2rem;
    height: auto;
    line-height: 1.4;
  }
  .quote-section .quote-submit {
    width: 100%;
    height: 0.66rem;
    font-size: 0.26rem;
  }
  .quote-section .quote-card {
    height: auto;
  }
  .quote-section .quote-chip-grid {
    width: 100%;
    grid-template-columns: repeat(3, 1.337rem);
  }
  .quote-section .quote-privacy {
    width: 100%;
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .quote-section .quote-message {
    padding-bottom: 0.24rem;
  }
  .quote-section .quote-form-message,
  .quote-card-upload .quote-form-message {
    width: 100%;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .quote-dialog {
    padding: 0.3rem;
  }
  .quote-dialog .quote-dialog-panel {
    width: 86vw;
    padding: 0.46rem 0.34rem 0.34rem;
    border-radius: 0.16rem;
  }
  .quote-dialog h3 {
    font-size: 0.28rem;
    line-height: 1.35;
  }
  .quote-dialog p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .quote-dialog .quote-dialog-confirm {
    height: 0.68rem;
    font-size: 0.24rem;
  }
  .quote-section input, .quote-section textarea {
    font-size: 0.22rem;
  }
  .quote-section .quote-message-title span {
    font-size: 0.22rem;
  }
  .quote-section .quote-message-form {
    width: 100%;
  }
  .quote-section .quote-field-full {
    width: 100%;
  }
  .quote-section .quote-drop strong {
    font-size: 0.22rem;
    height: auto;
    line-height: 1.6;
  }
  .quote-section .quote-field span {
    font-size: 0.22rem;
    height: auto;
    line-height: 1.4;
  }
  .quote-section input, .quote-section textarea {
    height: 0.6rem;
  }
  .bottom-value .bottom-value-bg {
    height: 6rem;
  }
  .bottom-value .bottom-value-title h2 {
    font-size: 0.46rem;
  }
  .bottom-value .bottom-value-title p {
    font-size: 0.38rem;
  }
  .bottom-value .bottom-value-tags {
    padding: 0 0.3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .bottom-value .bottom-value-material {
    width: 46%;
  }
  .bottom-value .bottom-value-tags > div {
    width: 48%;
    justify-content: center;
    margin-top: 0.2rem;
	font-size:0.18rem
  }
  .quote-section .quote-title-icon img {
    width: 100%;
    height: 100%;
  }
  .site-footer .footer-inner {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
  }
  .site-footer .footer-main {
    display: block;
    height: auto;
  }
  .site-footer .footer-brand {
    width: 100%;
    height: auto;
  }
  .site-footer .footer-brand-top {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .site-footer .footer-brand-name h3 {
    font-size: 0.22rem;
  }
  .site-footer .footer-brand-name p {
    font-size: 0.18rem;
  }
  .site-footer .footer-intro {
    width: 100%;
    font-size: 0.22rem;
    line-height: 1.4;
    height: auto;
  }
  .site-footer .footer-column {
    display: none;
  }
  .site-footer .footer-contact {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 0.3rem;
    background: #001528;
    border: 1px solid rgba(0, 184, 219, 0.2);
    border-radius: 0.16rem;
    padding: 0.3rem 0.3rem;
  }
  .site-footer .footer-contact h4 {
    height: auto;
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.16rem;
  }
  .site-footer .footer-contact li {
    height: auto;
    padding: 0.16rem 0;
  }
  .site-footer .footer-contact span, .site-footer .footer-contact strong {
    font-size: 0.2rem;
    height: auto;
    line-height: 1.4;
  }
  .bgbl-hero {
    height: auto;
    overflow: visible;
  }
  .bgbl-hero-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 0.3rem;
  }
  .bgbl-quote-card {
    margin: -0.3rem auto 0.4rem;
    width: 94%;
    height: auto;
    padding: 0.24rem;
    box-sizing: border-box;
  }
  .bgbl-quote-card .bgbl-quote-fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .bgbl-quote-card label input {
    width: 100%;
    height: 0.55rem;
  }
  .bgbl-quote-desc {
    width: 100%;
    box-sizing: border-box;
  }
  .bgbl-upload-box {
    width: 100%;
    box-sizing: border-box;
    height: 1.6rem;
  }
  .bgbl-quote-card .bgbl-gradient-btn {
    margin-top: 0.36rem;
  }
  .bgbl-file-format {
    width: 100%;
    box-sizing: border-box;
	margin-top:0.1rem;
  }
  .bgbl-quote-card h2 {
    font-size: 0.2rem;
  }
  .bgbl-quote-card label span {
    font-size: 0.16rem !important;
  }
  .bgbl-quote-card label input {
    font-size: 0.18rem;
  }
  .bgbl-quote-desc {
    font-size: 0.2rem;
	line-height:0.2rem
  }
  .bgbl-upload-box strong {
    font-size: 0.18rem;
  }
  .bgbl-upload-box span {
    font-size: 0.22rem;
  }
  .bgbl-file-format p,
  .bgbl-file-format strong {
    font-size: 0.2rem;
  }
  .bgbl-file-format span {
    font-size: 0.2rem;
  }
  .bgbl-quote-card .bgbl-gradient-btn {
    font-size: 0.26rem;
  }
  .bgbl-privacy {
    font-size: 0.2rem;
  }
  .bgbl-hero-title h1 {
    font-size: 0.36rem;
    width: 100%;
    text-align: center;
  }
  .bgbl-hero-title .b .bgbl-year strong {
    font-size: 0.46rem;
  }
  .bgbl-hero-title .b .bgbl-year span {
    font-size: 0.3rem;
  }
  .bgbl-hero-title p {
    font-size: 0.2rem;
  }
  .bgbl-hero-title .b .bgbl-year {
    min-width: auto;
    width: auto;
    height: auto;
  }
  .bgbl-hero-title-row {
    height: auto;
  }
  .bgbl-hero-title {
    position: relative;
  }
  .bgbl-hero-title .b {
    margin: 0;
  }
  .bgbl-advantage-list div {
    width: 25%;
  }
  .bgbl-advantage-list {
    gap: 0;
    margin: 0;
    padding: 0.3rem 0;
  }
  .bgbl-services {
    padding: 0.8rem 0.3rem;
  }
  .bgbl-services .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .bgbl-services .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .bgbl-service-board {
    display: block;
  }
  .bgbl-service-card {
    width: 100%;
    height: auto;
    min-height: 7.5rem;
    overflow: visible;
    margin-top: 0.3rem;
  }
  .bgbl-service-board::before {
    display: none;
  }
  .bgbl-service-card .bgbl-service-icon {
    width: 1rem;
    margin-top: 0.2rem;
    height: 1rem;
  }
  .bgbl-service-card em {
    font-size: 0.22rem;
    height: 0.32rem;
  }
  .bgbl-service-card p {
    font-size: 0.26rem;
  }
  .bgbl-service-card li {
    font-size: 0.22rem;
    line-height: 1.6;
    height: auto;
  }
  .bgbl-service-card a {
    width: 100%;
    position: relative;
    height: 0.68rem;
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .bgbl-service-board .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .bgbl-service-swiper .bgbl-service-card {
    margin-top: 0;
  }
  .bgbl-service-board .swiper-pagination {
    position: static;
    margin-top: 0.3rem;
  }
  .bgbl-service-board .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem;
    padding: 0;
    flex-shrink: 0;
  }
  .bgbl-service-board .swiper-pagination-bullet-active {
    background: #0d6efd;
    border-color: #0d6efd;
  }
  .bgbl-equipment {
    padding: 0.8rem 0.3rem;
  }
  .bgbl-equipment .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .bgbl-equipment .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  /* 移动端隐藏旧网格和图片层，改用 Swiper 左右滑动 */
  .bgbl-equipment-stage {
    height: auto;
    margin-top: 0.3rem;
  }
  .bgbl-equipment-stage::after {
    display: none;
  }
  .bgbl-equipment-grid {
    display: none;
  }
  .bgbl_pics {
    display: none;
  }
  /* Swiper 设备卡片 */
  .bgbl-equipment-swiper {
    overflow: hidden;
  }
  .bgbl-equipment-slide {
    display: flex;
    flex-direction: column;
    background: rgba(0, 21, 40, 0.6);
    border: 1px solid rgba(0, 211, 243, 0.15);
    border-radius: 0.12rem;
    overflow: hidden;
  }
  .bgbl-equipment-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bgbl-equipment-slide .bgbl-equipment-info {
    padding: 0.2rem 0.24rem;
  }
  .bgbl-equipment-slide h3 {
    font-size: 0.28rem;
    font-weight: 700;
    color: #00d3f3;
    margin-bottom: 0.1rem;
  }
  .bgbl-equipment-slide p {
    font-size: 0.22rem;
    color: #d1d5dc;
    line-height: 1.5;
    margin: 0;
  }
  .bgbl-equipment-swiper .swiper-pagination {
    position: static;
    margin-top: 0.2rem;
  }
  .bgbl-equipment-swiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem;
  }
  .bgbl-equipment-swiper .swiper-pagination-bullet-active {
    background: #0d6efd;
    border-color: #0d6efd;
  }
  .bgbl-advantage-list div {
    width: 25%;
    padding: 0.1rem 0;
  }
  .bgbl-advantage-list p {
    font-size: 0.16rem;
  }
  .bgbl-cert-wall {
    padding: 0 0.3rem;
  }
  .bgbl-quality {
    padding: 0.8rem 0.3rem;
  }
  .bgbl-quality .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .bgbl-quality-card {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .bgbl-quality .fade .mySwiper1 {
    overflow: hidden;
  }
  .bgbl-quality-copy {
    width: 100%;
  }
  .bgbl-quality-card img {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .bgbl-quality-copy li {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .bgbl-quality-copy strong {
    font-size: 0.24rem;
  }
  .bgbl-quality-nav {
    height: auto;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bgbl-quality-nav::-webkit-scrollbar {
    display: none;
  }
  .bgbl-quality-nav div {
    width: 1.56rem;
    flex-shrink: 0;
  }
  .bgbl-advantage-list {
    flex-wrap: wrap;
  }
  .bgbl-feature-cases {
    padding: 0.8rem 0.3rem;
  }
  .bgbl-feature-cases .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .bgbl-feature-cases .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .bgbl-feature-case-grid {
    display: block;
    width: 100%;
  }
  .bgbl-feature-case {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .bgbl-feature-copy h3 {
    font-size: 11px;
    line-height: 1.4;
  }
  .bgbl-feature-copy h4 {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0.14rem;
  }
  .bgbl-feature-copy p {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0.08rem;
  }
  .bgbl-feature-copy ul {
    gap: 0.06rem;
    margin-top: 0.08rem;
  }
  .bgbl-feature-copy li {
    font-size: 11px;
    line-height: 1.4;
  }
  .bgbl-feature-copy a {
    width: 100%;
  }
  .bgbl-feature-images {
    width: 3.6rem;
    height: auto;
  }
  .bgbl-feature-images .big {
    width: 100%;
    height: auto;
  }
  .bgbl-case-center {
    padding: 0.8rem 0.3rem;
  }
  .bgbl-case-center .section-head {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .bgbl-case-center .section-head p {
    margin: 0 auto;
    text-align: center;
  }
  .bgbl-case-tabs {
    position: static;
    height: auto;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .bgbl-advantage-list span {
    height: 0.6rem;
    width: 0.6rem;
  }
  .bgbl-case-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .bgbl-case-card-grid.pcb-product-grid-pane { display: none; }
  .bgbl-case-card-grid.pcb-product-grid-pane.active-pane { display: grid; }
  .bgbl-case-card {
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .bgbl-case-info {
    padding: 0.26rem;
  }
  .bgbl-case-actions a {
    height: 0.68rem;
    font-size: 0.24rem;
  }
  .bgbl-case-gallery {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
  }
  .bgbl-process {
    display: none;
  }
  .bgbl-process-line {
    flex-wrap: wrap;
  }
  .bgbl-process-line div {
    margin-bottom: 0.6rem;
  }
  .bgbl-bom-flow {
    height: auto;
    padding: 0.8rem 0.3rem;
  }
  .bgbl-bom-steps {
    flex-wrap: wrap;
  }
  .bgbl-bom-steps div {
    margin-top: 0.2rem;
  }
  .bgbl-bom-steps div:not(:last-child)::after {
    width: 0.36rem;
    height: 0.36rem;
    right: -0.44rem;
  }
  .bgbl-bom-steps div:nth-child(3n)::after {
    display: none;
  }
  .bgbl-consult-box {
    height: auto;
    padding: 0.3rem;
  }
  .bgbl-consult-box h3 {
    font-size: 0.22rem;
  }
  .bgbl-consult-box p {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .bgbl-case-gallery img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .bgbl-case-gallery .cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
  }
  .bgbl-case-info p {
    font-size: 0.22rem;
    line-height: 1.4;
  }
  .bgbl-case-info h4 {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .bgbl-case-info h3 {
    font-size: 0.26rem;
  }
  .bgbl-case-info li {
    font-size: 0.22rem;
    height: auto;
    line-height: 1.6;
  }
  .bgbl-case-tabs a {
    width: 2rem;
	font-size:0.20rem;
  }
  .pcb-hero .pcb-hero-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 0.3rem;
  }
  .pcb-quote-card {
    margin: 0 auto 0.4rem;
    width: 94%;
    padding: 0.24rem;
    height: auto;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-quote-fields {
    margin-left: 0;
    gap: 0.2rem;
  }
  .pcb-quote-card .pcb-quote-fields label {
    width: 50%;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-quote-fields input {
    width: 100%;
    height: 0.55rem;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-quote-tip {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-upload-box {
    width: 100%;
    box-sizing: border-box;
    height: 1.2rem;
	margin-top:0.4rem;
  }
  .pcb-quote-card .pcb-formats {
    width: 100%;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-formats div {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    box-sizing: border-box;
	margin-top:0.2rem
  }
  .pcb-quote-card .pcb-formats span {
    width: 100%;
    box-sizing: border-box;
  }
  .pcb-quote-card button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.36rem;
  }
  .pcb-quote-card small {
    width: 100%;
    box-sizing: border-box;
  }
  .pcb-quote-card .pcb-quote-title h2 {
    font-size: 0.2rem;
  }
  .pcb-quote-card .pcb-quote-fields span {
    font-size: 0.2rem;
  }
  .pcb-quote-card .pcb-quote-fields input {
    font-size: 0.18rem;
  }
  .pcb-quote-card .pcb-quote-tip {
    font-size: 0.2rem;
	line-height:0.22rem;
	margin-top:0.3rem;
  }
  .pcb-quote-card .pcb-upload-box strong {
    font-size: 0.22rem;
  }
  .pcb-quote-card .pcb-upload-box span {
    font-size: 0.2rem;
	margin-top:0.1rem;
  }
  .pcb-quote-card .pcb-formats p,
  .pcb-quote-card .pcb-formats strong {
    font-size: 0.2rem;
  }
  .pcb-quote-card .pcb-formats span {
    font-size: 0.2rem;
  }
  .pcb-quote-card button {
    font-size: 0.26rem;
  }
  .pcb-quote-card small {
    font-size: 0.2rem;
  }
  .pcb-hero {
    height: auto;
    overflow: visible;
  }
  .pcb-hero-copy h1 {
    font-size: 0.36rem;
    margin-top: 0.2rem;
    line-height: 1.6;
  }
  .pcb-hero-copy {
    margin-bottom: 0.3rem;
  }
  .pcb-service .section-head,
  .pcb-craft .section-head,
  .pcb-equipment .section-head,
  .pcb-products .section-head {
    padding-left: 0;
    padding-right: 0;
  }
  .pcb-service .section-head p,
  .pcb-craft .section-head p,
  .pcb-equipment .section-head p,
  .pcb-products .section-head p {
    width: 100%;
  }
  .pcb-service {
    padding: 0.8rem 0.3rem;
  }
  .pcb-service .pcb-service-grid {
    display: block;
    margin-top: 0.3rem;
  }
  .pcb-service-large {
    width: 100%;
    margin-bottom: 0.2rem;
    height: auto;
    min-height: 6rem;
    padding: 0.8rem 0.3rem;
  }
  .pcb-service-card {
    width: 100%;
    height: auto;
    min-height: 4.6rem;
    padding: 0.8rem 0.3rem;
    margin-bottom: 0.2rem;
  }
  .pcb-service-large img {
    width: 100%;
  }
  .pcb-service-card img {
    width: 100%;
  }
  .pcb-service-card p {
    font-size: 0.24rem;
  }
  .pcb-service-badge {
    font-size: 0.2rem;
    height: 0.32rem;
    line-height: 0.32rem;
  }
  .pcb-service-card li {
    font-size: 0.22rem;
    height: auto;
    line-height: 1.4;
  }
  .pcb-service-large a {
    width: 100%;
    height: 0.68rem;
    font-size: 0.26rem;
  }
  .pcb-hero-copy h2 {
    font-size: 0.36rem;
    margin: 0;
  }
  .pcb-hero-copy .pcb-hero-tags {
    flex-wrap: nowrap;
    width: 100%;
    gap: 0.04rem;
    margin-top: 0.3rem;
    height: auto;
  }
  .pcb-hero-copy .pcb-hero-tags span {
    font-size: 0.16rem;
    padding: 0.06rem 0.1rem;
    white-space: nowrap;
  }
  .pcb-hero-copy .pcb-hero-tags img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .pcb-craft {
    padding: 0.8rem 0.3rem;
  }
  .pcb-craft-grid {
    grid-template-columns: repeat(3, auto);
  }
  .pcb-craft-grid > div {
    width: auto;
  }
  .pcb-guarantee {
    padding: 0.8rem 0.3rem;
  }
  .pcb-guarantee .pcb-guarantee-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.5rem;
  }
  .pcb-guarantee .swiper-wrapper {
    gap: 0;
    width: 100%;
    margin: 0;
  }
  .pcb-guarantee article {
    height: auto;
    padding: 0.2rem;
    width: 100%;
  }
  .pcb-guarantee article p {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .pcb-guarantee .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .pcb-guarantee .swiper-pagination-bullet {
    background: #6B7280;
    opacity: 0.5;
  }
  .pcb-guarantee .swiper-pagination-bullet-active {
    background: #00B8DB;
    opacity: 1;
  }
  .pcb-equipment-swiper {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0;
    overflow: hidden;
    padding: 0 3% 0.2rem;
    box-sizing: border-box;
  }
  .pcb-equipment-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    gap: 0;
    transform: none;
  }
  .pcb-equipment-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    border: 0.01rem solid rgba(0,184,219,0.2);
    background: #001a33;
    overflow: visible;
    border-radius: 0.1rem;
  }
  .pcb-equipment-swiper .swiper-slide img {
    width: 100%;
    height: 3.6rem;
    object-fit: cover;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .pcb-equipment-swiper .swiper-slide div {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0.24rem 0.24rem 0.3rem;
    background: #001a33;
    border-radius: 0 0 0.1rem 0.1rem;
  }
  .pcb-equipment-swiper .swiper-slide strong {
    flex: none;
    width: 100%;
    color: #fff;
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .pcb-equipment-swiper .swiper-slide p {
    width: 100%;
    margin-left: 0;
    margin-top: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.55;
    color: #b0bec5;
    opacity: 1;
  }
  .pcb-equipment-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin-top: 0.36rem;
  }
  .pcb-equipment-swiper .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: rgba(255,255,255,0.3);
    opacity: 1;
    margin: 0 0.06rem;
  }
  .pcb-equipment-swiper .swiper-pagination-bullet-active {
    background: #00B8DB;
  }
  .pcb-products {
    padding: 0.8rem 0.3rem;
  }
  .pcb-product-tabs {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .pcb-product-tabs a {
    width: 2rem;
  }
  .pcb-product-tabs {
    margin-top: 0.3rem;
  }
  .pcb-product-intro p {
    font-size: 0.22rem;
    line-height: 1.4;
  }
  .pcb-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pcb-page .pcb-product-grid article {
    width: auto;
    height: auto;
  }
  .pcb-product-grid article > img {
    width: 100%;
    object-fit: cover;
  }
  .pcb-product-grid article p {
    display: block;
  }
  .pcb-product-grid article p span {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .pcb-product-grid article > div {
    padding: 0.2rem;
    height: auto;
  }
  .pcb-product-actions a:last-child {
    width: 2.2rem;
    height: 0.68rem;
    font-size: 0.24rem;
  }
  .pcb-product-actions a:first-child {
    width: 2.2rem;
    height: 0.68rem;
    font-size: 0.24rem;
  }
  .product1-banner-copy h1 {
    height: auto;
    flex-wrap: wrap;
  }
  .product1-banner-copy span {
    font-size: 0.8rem;
	font-weight:700;
  }
  .product1-banner-copy em {
    font-size: 0.21rem;
  }
  .product1-banner-copy strong {
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 0.3rem;
	line-height:0.3rem;
  }
  .product1-banner-copy p {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .product1-banner-copy {
    padding: 1rem 0.3rem;
    padding-top: 1.4rem;
  }
  .product1-banner-actions {
    margin-top: 0.4rem;
  }
  .product1-banner-actions a {
    height: auto;
    width: auto;
    padding: 0.14rem 0.24rem;
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .product1-banner-actions a:first-child,
  .product1-banner-actions a:last-child {
    width: auto;
  }
  .about-hero {
    height: auto;
    padding: 1.3rem 0.3rem;
  }
  .about-hero-certs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .about-hero-copy h1 {
    font-size: 0.5rem;
	font-weight:700;
  }
  .about-hero-copy h2 {
    line-height: 1.4;
    font-size: 0.24rem;
  }
  .about-hero-copy p {
    font-size: 11px;
    line-height: 1.4;
  }
  .about-hero-tags {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.06rem;
    width: 100%;
    margin-top: 0.3rem;
    box-sizing: border-box;
  }
  .about-hero-tags span {
    flex: 0 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0.06rem 0.08rem;
    font-size: 0.18rem;
    white-space: nowrap;
  }
  .about-hero-tags img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.04rem;
  }
  .about-stats {
    position: relative;
    margin: 0 auto;
    width: 6.9rem;
    height: auto;
    flex-wrap: wrap;
    gap: 0;
  }
  .about-stats div {
    height: auto;
    width: 50%;
    padding: 0.3rem 0;
  }
  .about-company {
    width: 100%;
    padding: 0.8rem 0.3rem;
  }
  .about-office {
    width: 100%;
    height: auto;
  }
  .about-office img {
    height: auto;
    width: 100%;
  }
  .about-company-intro {
    display: block;
  }
  .about-intro-copy p {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .about-intro-text {
    width: 100%;
    height: auto;
  }
  .about-company {
    height: auto;
  }
  .about-advantages {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
  }
  .about-advantage {
    display: block;
    padding: 0.1rem 0;
    height: auto;
  }
  .about-advantage img {
    margin: 0 auto;
    display: block;
  }
  .about-advantage div {
    width: 100%;
    margin: 0;
    margin-top: 0.2rem;
  }
  .about-advantage h3 {
    text-align: center;
  }
  .about-advantage p {
    text-align: center;
    font-size: 0.24rem;
  }
  .about-manifesto p {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .about-qualification {
    padding: 0.8rem 0.3rem;
  }
  .about-qualification::before {
    display: none;
  }
  .about-cert-logo-wall {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0;
    justify-content: center;
    gap: 0.2rem;
    flex-wrap: wrap;
  }
  .about-cert-logo-wall img {
    width: 0.55rem;
    height: 0.55rem;
    object-fit: contain;
    opacity: 0.85;
  }
  .about-cert-logo-wall img:nth-child(3) {
    width: 0.52rem;
    height: 0.52rem;
  }
  .about-certificate-grid {
    grid-template-columns: repeat(2, auto);
    gap: 0.3rem;
  }
  .about-certificate-card {
    width: auto;
    height: auto;
  }
  .about-certificate-card > span {
    width: 100%;
    height: auto;
  }
  .about-certificate-card i {
    width: 100%;
    height: auto;
  }
  .about-certificate-card img {
    width: 100%;
    height: auto;
  }
  .about-certificate-card em {
    width: 100%;
    height: auto;
  }
  .about-partners {
    height: auto;
  }
  .about-partner-invite {
    display: block;
    margin: 0;
    height: auto;
    padding: 0.3rem 0.3rem 0.6rem 0.3rem;
  }
  .about-partner-title h2 {
    font-size: 0.4rem;
    white-space: nowrap;
  }
  .about-partner-form {
    margin-top: 0.3rem;
  }
  .product-info-summary h1 {
    font-size: 0.38rem;
    line-height: 1.4;
  }
  .product-info-summary p {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-info-summary ul {
    height: auto;
    margin-top: 0.3rem;
  }
  .product-info-summary ul li {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-info-summary ul li img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    flex-shrink: 0;
  }
  .product-info-order {
    width: auto;
    height: auto;
    padding: 0.16rem 0.3rem;
    font-size: 0.24rem;
    margin-top: 0.4rem;
  }
  .product-info-order span {
    font-size: 0.24rem;
  }
  .product-info-article p {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-news-card a {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-topic-item em {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-service-card li {
    font-size: 0.22rem;
    line-height: 1.6;
    min-height: 0.5rem;
  }
  .product-consult-card p {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .product-consult-card a {
    width: auto;
    height: auto;
    padding: 0.12rem 0.24rem;
    font-size: 0.24rem;
  }
  .product-consult-card a img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .about-partner-title h2 {
    font-size: 0.36rem;
    white-space: normal;
    line-height: 1.4;
  }
  .about-partner-title p {
    font-size: 0.24rem;
    line-height: 1.4;
    margin-top: 0.1rem;
  }
  .about-partner-form input {
    font-size: 0.18rem;
  }
  .about-partner-form input::placeholder {
    font-size: 0.18rem;
  }
  .about-partner-form button {
    font-size: 0.24rem;
  }
  .about-partner-form button img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .about-partner-logos-top,
  .about-partner-logos-bottom {
    height: auto;
    margin-top: 0.25rem;
    padding: 0 0.3rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  .about-partner-logos-top .about-partner-logo-group,
  .about-partner-logos-bottom .about-partner-logo-group {
    padding-right: 2rem;
  }
  .about-partner-logos-top img,
  .about-partner-logos-bottom img {
    width: 0.85rem;
    max-height: 0.48rem;
  }
  .about-partner-logos-top {
    --partner-logo-gap: 0.4rem;
  }
  .about-partner-logos-bottom {
    --partner-logo-gap: 0.3rem;
  }
  .about-partner-swiper-mobile {
    width: 100%;
    overflow: hidden;
    margin-top: 0.25rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .about-partner-swiper-mobile .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .about-partner-swiper-mobile .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.12rem;
  }
  .about-partner-swiper-mobile .swiper-slide img {
    width: 1.6rem;
    max-height: 0.9rem;
    object-fit: contain;
  }
  .partner-swiper-top {
    margin-top: 0.6rem;
  }
  .partner-swiper-bottom {
    margin-bottom: 0.6rem;
  }
  .news-hero-copy {
    padding: 1.6rem 0.3rem 0.6rem 0.3rem;
  }
  .news-hero-copy p {
    width: 100%;
    font-size: 0.22rem;
  }
  .news-hero-stats span {
    font-size: 0.2rem;
  }
  .news-main {
    padding: 0.8rem 0.3rem;
  }
  .news-tabs {
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .news-tabs a {
    min-width: auto;
    height: auto;
    padding: 0.1rem 0.16rem;
    font-size: 0.2rem;
    line-height: 1.4;
    white-space: nowrap;
  }
  .news-layout {
    display: block;
  }
  .news-feature {
    display: block;
  }
  .news-feature-img {
    width: 100%;
    height: auto;
    height: 3rem;
  }
  .news-feature-copy {
    padding: 0.3rem 0;
  }
  .news-meta span {
    font-size: 0.24rem;
    height: 0.36rem;
  }
  .news-meta {
    font-size: 0.22rem;
  }
  .news-feature-copy p {
    font-size: 0.22rem;
    line-height: 1.46;
  }
  .news-read-more {
    width: 100%;
    height: 0.68rem;
    font-size: 0.26rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-item {
    display: block;
  }
  .news-thumb {
    width: 100%;
    height: auto;
    height: 3rem;
  }
  .news-item-copy {
    padding: 0.3rem 0;
  }
  .news-item-copy p {
    font-size: 0.22rem;
    line-height: 1.46;
  }
  .news-item-copy h3 {
    font-size: 0.28rem;
    line-height: 1.46;
  }
  .news-sidebar {
    margin-top: 0.3rem;
  }
  .news-side-title a {
    font-size: 0.22rem;
  }
  .news-side-title h2 {
    font-size: 0.26rem;
  }
  .news-rank-list span {
    font-size: 0.26rem;
  }
  .news-rank-list em {
    font-size: 0.24rem;
	line-height:0.24rem;
  }
  .news-topic p {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .news-topic span {
    font-size: 0.22rem;
    line-height: 1.4;
  }
  .news-consult p {
    font-size: 0.22rem;
  }
  .news-topic img {
    width: 1.6rem;
    height: 1rem;
  }
  .news-topic {
    grid-template-columns: 1.6rem 1fr;
  }
  .news-hero-mask {
    height: 100%;
  }
  .news-hero-copy {
    position: relative;
    z-index: 99;
  }
  .news-breadcrumb {
    font-size: 0.24rem;
  }
  .news-detail-article {
    padding: 0.3rem;
  }
  .news-detail-head p {
    font-size: 0.22rem;
    line-height: 1.46;
  }
  .news-detail-summary strong {
    font-size: 0.24rem;
  }
  .news-detail-summary p {
    font-size: 0.22rem;
  }
  .news-detail-body p {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .news-detail-nav strong {
    font-size: 0.22rem;
  }
  .news-detail-nav span {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .news-detail-card li span {
    font-size: 0.24rem;
  }
  .news-detail-card li {
    font-size: 0.22rem;
  }
  .news-detail-head h1 {
    font-size: 0.3rem;
  }
  .header {
    height: 1rem;
  }
}

/* ============================================================
   移动端底部导航栏 – LOGO 色系
   激活态：#00b8d8  非激活态：#94a3b8
   ============================================================ */
.mobile-tabbar {
   display: none;
}
@media (max-width: 768px) {
   .mobile-tabbar {
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      height: 56px;
      background: #fff;
      border-top: 1px solid rgba(0,0,0,0.06);
      box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
      align-items: center;
      justify-content: space-around;
      -webkit-tap-highlight-color: transparent;
   }
   .tabbar-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2px;
      flex: 1;
      height: 100%;
      text-decoration: none;
      color: #94a3b8;
      font-size: 10px;
      font-weight: 500;
      transition: color 0.2s ease;
      position: relative;
   }
   .tabbar-item svg {
      width: 22px;
      height: 22px;
      transition: color 0.2s ease;
   }
   .tabbar-item.active {
      color: #00b8d8;
   }
   .tabbar-item.active::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 50%;
      transform: translateX(-50%);
      width: 28px;
      height: 3px;
      background: #00b8d8;
      border-radius: 0 0 4px 4px;
   }
   /* 底部留出导航栏高度，避免内容被遮挡 */
   .site-footer {
      height: auto;
      padding-bottom: 56px;
   }
   .site-footer .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: auto;
      margin-top: 0.2rem;
      padding-top: 0.2rem;
   }
   .site-footer .footer-record {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: auto;
   }
   .site-footer .footer-record p {
      height: auto;
      line-height: 1.4;
      white-space: nowrap;
      font-size: 0.2rem;
   }
   .site-footer .footer-record p + p {
      margin-top: 0;
   }
   .site-footer .footer-certs {
      width: 100%;
      height: auto;
      margin-top: 0.12rem;
      flex-wrap: wrap;
      gap: 0.08rem;
   }
   .site-footer .footer-certs span,
   .site-footer .footer-certs .cert-iso13485,
   .site-footer .footer-certs .cert-iso9001,
   .site-footer .footer-certs .cert-ul,
   .site-footer .footer-certs .cert-rohs,
   .site-footer .footer-certs .cert-hightech {
      width: auto;
      min-width: 0;
      height: auto;
      padding: 0.06rem 0.1rem;
      font-size: 0.16rem;
      line-height: 1.4;
      white-space: nowrap;
   }

   /* ============================================================
      询价面板 — 近全屏，Tab 内切换 PCB/PCBA 表单
      ============================================================ */
   .quote-select-overlay {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 56px; /* 不遮挡 tabbar */
      z-index: 99997;
      display: flex;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
   }
   .quote-select-overlay.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
   }
   .quote-select-mask {
      position: absolute;
      inset: 0;
      background: rgba(0, 10, 26, 0.78);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
   }
   .quote-select-panel {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 30px;
      bottom: 10px;
      background: linear-gradient(180deg, #001a33 0%, #002244 100%);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.2);
      transform: translateY(100%);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
   }
   .quote-select-overlay.is-open .quote-select-panel {
      transform: translateY(0);
   }
   /* 隐藏 PCBA 弹窗内的标题区域（tab bar 已有标题，避免重复） */
   .quote-select-overlay .pcb-quote-title,
   .quote-select-overlay .pcb-quote-header {
      display: none;
   }
   .quote-select-topbar {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 50px 6px;
      flex-shrink: 0;
      position: relative;
   }
   .quote-select-topbar h3 {
      font-size: 17px;
      font-weight: 700;
      color: #fff;
      margin: 0;
   }
   .quote-select-close {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      border: none;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
   }
   .quote-select-close svg {
      width: 16px;
      height: 16px;
      color: #94a3b8;
   }
   .quote-select-tabs {
      display: flex;
      gap: 0;
      margin: 8px 14px 0;
      background: rgba(255,255,255,0.06);
      border-radius: 10px;
      padding: 3px;
      flex-shrink: 0;
   }
   .qs-tab {
      flex: 1;
      padding: 10px 0;
      border: none;
      background: transparent;
      font-size: 13px;
      font-weight: 600;
      color: #94a3b8;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.2s;
      text-align: center;
   }
   .qs-tab.active {
      background: #00b8d8;
      color: #fff;
      box-shadow: 0 2px 8px rgba(0,184,216,0.35);
   }
   .quote-select-body {
      flex: 1;
      overflow-y: auto;
      padding: 0px 14px 14px;
      -webkit-overflow-scrolling: touch;
   }
   .qs-form-slot {
      height: 100%;
   }
   /* 表单宽度与顶部 tab 同宽（填满面板内容区） */
   .quote-select-panel .pcb-quote-card {
      width: 100% !important;
      flex: none !important;
      margin: 0 !important;
      max-width: none !important;
      height: auto !important;
      box-sizing: border-box;
   }
   .quote-select-panel .pcb-quote-card .pcb-quote-fields {
      flex-direction: row !important;
      gap: 10px !important;
      margin-left: 0 !important;
   }
   .quote-select-panel .pcb-quote-card .pcb-quote-fields label {
      width: 50% !important;
      max-width: 50% !important;
      box-sizing: border-box;
   }
   .quote-select-panel .pcb-quote-card .pcb-quote-fields input,
   .quote-select-panel .pcb-quote-card .pcb-quote-fields textarea {
      width: 100% !important;
      max-width: none !important;
      box-sizing: border-box;
   }
   .quote-select-panel .pcb-quote-card .pcb-upload-box,
   .quote-select-panel .pcb-quote-card .pcb-formats,
   .quote-select-panel .pcb-quote-card .pcb-formats div,
   .quote-select-panel .pcb-quote-card .pcb-formats span,
   .quote-select-panel .pcb-quote-card button,
   .quote-select-panel .pcb-quote-card small,
   .quote-select-panel .pcb-quote-card .pcb-quote-tip {
      width: 100% !important;
      max-width: none !important;
      box-sizing: border-box;
   }
   .quote-select-panel .pcb-quote-card .pcb-formats div {
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 8px !important;
   }
   /* 隐藏从PC端弹窗移入的关闭按钮，避免重复 */
   .quote-select-panel .pcb-quote-modal-close {
      display: none !important;
   }
   /* ===== 移动端询价表单字体放大、输入框加高 ===== */
   .quote-select-panel .pcb-quote-card {
      padding: 16px 12px 12px !important;
   }
   .quote-select-panel .pcb-quote-card.quote-card-upload.quote-card-pcba,
   .quote-select-panel .pcb-quote-card.quote-card-upload.quote-card-pcb {
      padding-top: 0 !important;
   }
   .quote-select-panel .pcb-quote-title {
      height: auto !important;
      margin-left: 0 !important;
   }
   .quote-select-panel .pcb-quote-title span {
      width: 32px !important;
      height: 32px !important;
      border-radius: 8px !important;
   }
   .quote-select-panel .pcb-quote-title img {
      width: 18px !important;
      height: 18px !important;
   }
   .quote-select-panel .pcb-quote-title h2 {
      font-size: 18px !important;
      line-height: 26px !important;
      margin-left: 8px !important;
   }
   .quote-select-panel .pcb-quote-fields {
      display: flex !important;
      flex-direction: row !important;
      gap: 10px !important;
      margin: 14px 0 0 0 !important;
   }
   .quote-select-panel .pcb-quote-fields label {
      display: flex !important;
      flex-direction: column !important;
      gap: 6px !important;
      width: 50% !important;
      flex: 1 1 0 !important;
      max-width: 50% !important;
      margin: 0 !important;
   }
   .quote-select-panel .pcb-quote-fields span {
      font-size: 15px !important;
      line-height: 22px !important;
   }
   .quote-select-panel .pcb-quote-fields input,
   .quote-select-panel .pcb-quote-fields textarea {
      width: 100% !important;
      height: 34px !important;
      padding: 10px 14px !important;
      border-radius: 8px !important;
      font-size: 13px !important;
      line-height: 22px !important;
      box-sizing: border-box !important;
   }
   .quote-select-panel .pcb-quote-fields textarea {
      height: 56px !important;
      resize: none;
      margin-bottom: 10px !important;
   }
   /* 需求描述独占一行（通过内联样式 style="flex-direction:column" 识别） */
   .quote-select-panel .pcb-quote-fields[style*="column"] {
      flex-direction: column !important;
   }
   .quote-select-panel .pcb-quote-fields[style*="column"] label {
      width: 100% !important;
      max-width: 100% !important;
   }
   .quote-select-panel .pcb-quote-tip {
      display: none !important;
   }
   .quote-select-panel .pcb-upload-box {
      width: 100% !important;
      height: auto !important;
      padding: 14px 0 !important;
      border-radius: 8px !important;
   }
   .quote-select-panel .pcb-upload-box img {
      width: 28px !important;
      height: 28px !important;
   }
   .quote-select-panel .pcb-upload-box strong {
      font-size: 13px !important;
      line-height: 20px !important;
      margin-top: 8px !important;
   }
   .quote-select-panel .pcb-upload-box span {
      font-size: 11px !important;
      line-height: 16px !important;
      margin-top: 4px !important;
   }
   .quote-select-panel .pcb-formats {
      width: 100% !important;
      margin-top: 16px !important;
   }
   .quote-select-panel .pcb-formats p,
   .quote-select-panel .pcb-formats strong {
      font-size: 14px !important;
      line-height: 20px !important;
   }
   .quote-select-panel .pcb-formats strong {
      height: auto !important;
      margin-top: 6px !important;
   }
   .quote-select-panel .pcb-formats div {
      width: 100% !important;
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 8px !important;
   }
   .quote-select-panel .pcb-formats span {
      width: auto !important;
      height: 28px !important;
      font-size: 14px !important;
      line-height: 20px !important;
      padding-left: 8px !important;
      border-radius: 4px !important;
   }
   .quote-select-panel .pcb-formats img {
      width: 14px !important;
      height: 14px !important;
   }
   .quote-select-panel .pcb-quote-card button {
      width: 100% !important;
      height: 48px !important;
      margin-top: 14px !important;
      border-radius: 8px !important;
      font-size: 16px !important;
      line-height: 24px !important;
   }
   .quote-select-panel .pcb-quote-card button img {
      width: 18px !important;
      height: 18px !important;
   }
   .quote-select-panel .pcb-quote-card small {
      width: 100% !important;
      font-size: 12px !important;
      line-height: 18px !important;
      margin-top: 8px !important;
   }
}

/* 移动端弹窗提交成功提示：底部辅助文案字号放大 */
@media (max-width: 768px) {
   .main_form_stauts .box > em {
      font-size: 11px !important;
   }
   .main_form_stauts .box > span {
      font-size: 11px !important;
   }
}

/* 桌面端隐藏询价面板 */
@media (min-width: 769px) {
   .quote-select-overlay { display: none !important; }
}

/*# sourceMappingURL=mobile.css.map */
