@charset "utf-8";
/**
 * English site mobile-only adaptations
 * Breakpoints: 1024px / 768px
 * Desktop styles are untouched — rules apply only inside these media queries.
 */

/* =========================================================
   Tablet / small laptop：max-width 1024px
   ========================================================= */
@media screen and (max-width: 1024px) {

  html,
  body {
    background-color: #f6f6f4 !important;
  }

  /* ---- Hide desktop header; show mobile sticky bar ---- */
  .w160,
  .wid100 {
    display: none !important;
  }

  .mbfor {
    display: none !important;
  }

  .mbdh {
    display: block !important;
  }

  .m-toubu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10020;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .m-header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }

  .cd-logo {
    padding-left: 14px;
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  .cd-logo img {
    display: block;
    height: 32px;
    width: auto;
    max-width: 160px;
  }

  /* Right-side menu button → turns into X when open */
  .menu_openv1,
  .menu_closev1 {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
  }

  .menu_openv1 {
    background-image: url(../images_en/wap_menu1.png);
  }

  .menu_closev1 {
    background-image: url(../images_en/wap_close1.png) !important;
  }

  .m-toubuge {
    height: 50px;
  }

  /* Drawer from the right */
  #m-menu {
    position: fixed;
    top: 50px;
    left: auto !important;
    right: -280px;
    width: 280px;
    max-width: 85vw;
    height: calc(100vh - 50px);
    background: #fff;
    z-index: 10030;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.35s ease;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
  }

  #m-menu.m-animate {
    left: auto !important;
    right: 0 !important;
  }

  #m-msk {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.35);
    z-index: 10025;
    display: none;
  }

  .m-list {
    background: #fff;
    padding: 8px 0 12px;
  }

  .m-list ul li {
    border-bottom: 1px solid #f2f2f2;
  }

  .m-list ul li > a {
    display: flex !important;
    align-items: center;
    min-height: 48px;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 12px 40px 12px 18px !important;
    font-size: 15px !important;
    color: #222 !important;
    box-sizing: border-box;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }

  .m-list ul li .inactive,
  .m-list ul li .inactives {
    background-image: url(../images_en/shl-down-openv1.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px auto;
  }

  .m-list ul li .inactives {
    background-image: url(../images_en/shl-up-openv1.png);
  }

  .m-list ul li ul {
    display: none;
    background: #f7f7f7;
    padding: 4px 0 8px;
  }

  .m-list ul li ul li {
    border-bottom: none;
    background-image: none;
  }

  .m-list ul li ul li > a {
    padding: 12px 18px 12px 28px !important;
    min-height: 44px;
    font-size: 15px !important;
    color: #555 !important;
    font-weight: normal;
  }

  .m-yuyan {
    height: auto;
    min-height: 48px;
    line-height: 1.4;
    padding: 12px 16px;
    text-align: center;
    background: #f2f3f2;
    font-size: 15px !important;
  }

  .m-yuyan a {
    font-size: 15px !important;
    color: #e40111 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }

  .m-sousuo {
    padding: 16px;
    display: flex;
    background: #fff;
    border-top: 1px solid #eee;
  }

  .m-sousuo .button1 {
    flex: 1;
    min-height: 44px;
    height: 44px;
    font-size: 15px !important;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-right: 0;
    box-sizing: border-box;
  }

  .m-sousuo .button2 {
    width: 48px;
    min-width: 48px;
    min-height: 44px;
    height: 44px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url(../images_en/wap_sea2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
  }

  /* ---- Layout / spacing ---- */
  .section {
    width: 94%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #banner,
  #banner img,
  .focus,
  .focus .bd li img {
    width: 100%;
    max-width: 100%;
  }

  .gaotext {
    padding: 0 12px;
    box-sizing: border-box;
  }

  .gaot1,
  .gaot2 {
    font-size: 18px !important;
    max-width: 100%;
  }

  .gtit,
  .abfont1,
  .sepfont1,
  .hptit,
  .sorttit,
  .sliuch,
  .font34,
  h1, h2, h3 {
    font-size: 22px !important;
    line-height: 1.35;
    max-width: 100%;
  }

  .index_jieshao-top .title-3,
  .title-3 {
    font-size: 22px !important;
    line-height: 1.6 !important;
    padding-top: 6px !important;
    padding-bottom: 16px !important;
    overflow: visible !important;
  }

  .index_jieshao-top .title-3 {
    background-size: 78px 3px !important; /* same as PC underline image */
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }

  .polaris-about,
  .polaris-company-profile,
  .polaris-company-profile .index-content,
  .company-profile-top,
  .index_jieshao,
  .index_jieshao-top {
    overflow: visible !important;
  }

  .gtit1,
  .abfont2,
  .sepfont2,
  .richtext,
  .hnewtit,
  .hnewtit2,
  .pdecon,
  .text-1,
  p, li, td, th, span, a,
  .padbo8,
  .tubpp {
    font-size: 15px !important;
    line-height: 1.6;
  }

  /* Touch targets */
  button,
  .submit,
  input[type="submit"],
  input[type="button"],
  .mores,
  .lx-font2,
  .morenew,
  .pmores,
  a.mores {
    min-height: 44px;
    min-width: 44px;
    font-size: 15px !important;
    padding: 10px 18px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  input.keyword,
  textarea,
  select {
    min-height: 44px;
    font-size: 16px !important; /* avoid iOS zoom */
    padding: 10px 12px;
    box-sizing: border-box;
  }

  /* Home product tabs — 2-line labels, horizontal swipe */
  .pavilion-container {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .pavilion-container .pavilion-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .pavilion-container .pavilion-inner .tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 4px 0;
    margin-bottom: 0;
    width: 100%;
    height: auto !important;
    scrollbar-width: none;
  }	

  .pavilion-container .pavilion-inner .tabs::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .pavilion-container .pavilion-inner .tabs li {
    flex: 0 0 46%;
    width: 46%;
    min-width: 140px;
    max-width: 48%;
    margin-left: 8px !important;
    margin-right: 0;
    margin-top: 0;
    float: none;
    height: auto !important;
    min-height: 58px;
    padding: 10px 8px;
    line-height: 1.25 !important;
    font-size: 15px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fd;
    box-shadow: none;
  }

  .pavilion-container .pavilion-inner .tabs li:first-child {
    margin-left: 0 !important;
  }

  .pavilion-container .pavilion-inner .tabs li.on {
    background: #e40111;
    color: #fff;
  }

  .pavilion-container .pavilion-inner .tabs li.on a {
    color: #fff !important;
  }

  .pavilion-container .pavilion-inner .tabs li a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    white-space: normal !important;
    word-break: break-word;
    font-size: 15px !important;
    line-height: 1.3 !important;
    max-height: 2.6em;
    width: 100%;
  }

  .pavilion-container .tab-content-wrap {
    position: relative;
    height: auto !important;
    margin-top: 28px;
    min-height: 0;
  }

  .pavilion-container .tab-content {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: 0;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
  }

  .pavilion-container .tab-content.show {
    display: block !important;
    height: auto !important;
    opacity: 1;
    z-index: 1;
    overflow: visible;
    width: 100%;
  }

  /* Product pager: 2 per slide */
  .pavilion-container .m-pro-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    clear: both;
    scrollbar-width: none;
  }

  .pavilion-container .m-pro-track::-webkit-scrollbar {
    display: none;
  }

  .pavilion-container .m-pro-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    scroll-snap-align: start;
    padding: 0 2px;
  }

  .pavilion-container .tab-content .col-sm-3,
  .pavilion-container .m-pro-slide .col-sm-3 {
    width: 48% !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
  }

  .pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
    height: auto !important;
    min-height: 0;
    padding: 12px 8px 16px !important;
  }

  .pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
    width: 100% !important;
    height: auto !important;
    max-height: 140px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  .pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
    margin: 8px 0 0 !important;
    padding: 0 4px !important;
    max-height: 4.05em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .pavilion-container .tab-content .col-sm-3:hover .tab-card.tab-card-md h3 {
    position: static !important;
    color: #333 !important;
    top: auto !important;
  }

  .pavilion-container .tab-content .col-sm-3:hover .tab-card:before {
    display: none !important;
  }

  .pavilion-container .tab-content .col-sm-3:hover img {
    transform: none !important;
    margin-top: 0 !important;
  }

  /* Red pagination dots */
  .pavilion-container .m-pro-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100% !important;
    margin: 0 auto;
    gap: 8px;
    padding: 16px 0 8px;
    text-align: center;
    clear: both;
    float: none !important;
  }

  .pavilion-container .m-pro-dots .m-pro-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfcfcf;
    display: inline-block;
    flex: 0 0 auto;
    cursor: pointer;
    transition: background 0.2s;
  }

  .pavilion-container .m-pro-dots .m-pro-dot.on {
    background: #e40111;
  }

  .hbout {
    flex-wrap: wrap;
  }

  .infoleft,
  .inforight {
    width: 100%;
  }

  .youshi ul li {
    width: 47%;
    box-sizing: border-box;
  }

  .timer {
    font-size: 24px !important;
  }

  .p-lists {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .hnewssec {
    width: 100%;
    margin: 0 0 16px;
  }

  /* Inner pages / shared polaris */
  .index-content {
    width: 94% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .polaris-banner img,
  .polaris-banner .img-block {
    width: 160%;
    height: auto;
    display: block;
  }

  .product-detail-page-wrap,
  .polaris-news.product-detail-page-wrap {
    width: 94% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding-top: 0 !important;
  }

  /* Product detail: 40px gaps (banner→content / image→title) */
  .product-detail-page-wrap .polaris-news-content {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }

  .product-detail-page-wrap .pro_nr_js_nr {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
  }

  .product-detail-page-wrap .proda_left,
  .product-detail-page-wrap #outBox,
  .product-detail-page-wrap .leftBox,
  .product-detail-page-wrap .normalBox,
  .product-detail-page-wrap .normalBox.w,
  .product-detail-page-wrap #n {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  .product-detail-page-wrap .proda_left {
    margin: 0 0 40px !important;
  }

  .product-detail-page-wrap .proda_left img,
  .product-detail-page-wrap #n img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .product-detail-page-wrap .product-detail-text {
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-detail-page-wrap .product-detail-text .title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .product-detail-page-wrap .product-detail-text .title h2 {
    margin: 0 0 4px !important;
  }

  .product-detail-page-wrap .product-detail-text .title h3 {
    padding-top: 2px !important;
    margin: 0 !important;
  }

  /* Consult button: wider, single line */
  .product-detail-page-wrap .more-1.pd-detail-btn,
  .product-detail-page-wrap .pd-detail-btn {
    margin-top: 12px !important;
    width: 100% !important;
  }

  .product-detail-page-wrap .pd-detail-btn a,
  .product-detail-page-wrap .more-1.pd-detail-btn a {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .product-detail-page-wrap .pd-detail-btn a span,
  .product-detail-page-wrap .more-1.pd-detail-btn a span {
    font-size: 15px !important;
    white-space: nowrap !important;
    display: inline !important;
    vertical-align: middle;
  }

  .proda_left,
  .product-detail-text,
  .pro_nr_js_nr,
  .pro_nr,
  .ny_con {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box;
  }

  .cpdetail,
  .cpdetailleft,
  .cpdetailright {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  .jqzoom,
  #spec-n5,
  #spec-list {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .sortleft,
  .sortright,
  .contactleft,
  .contactright,
  .psortleft,
  .psortright {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }

  .cdpsec {
    width: 48%;
    box-sizing: border-box;
  }

  .polaris-product-item {
    width: 48% !important;
    margin: 1% !important;
    box-sizing: border-box;
  }

  #footer .copy1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  /* Logo / social: full width */
  #footer .copy1 > .tub1:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    padding: 0 0 16px;
    box-sizing: border-box;
  }

  /* User hide: Navigation + Products columns */
  #footer .copy1 > .tub,
  .tub {
    display: none !important;
  }

  /* Address block */
  #footer .copy1 > .tub1:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    display: block !important;
    padding: 8px 0 0;
    box-sizing: border-box;
  }

  .sep-onlineservice,
  #onlineService {
    display: none !important;
  }

  /* News list mobile/tablet: hide image, keep PC row layout */
  .newsmid_2_1_mid_1,
  .newsmid_2_1 .cssimgp,
  .newsmid_2_1 .news_list {
    display: none !important;
  }

  .newsmid_2_1_mid_2 {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
  }

  .newsmid_2_1_mid_2_1 {
    float: none !important;
    width: 80px !important;
    flex: 0 0 80px !important;
    margin-right: 14px !important;
    white-space: nowrap;
  }

  .newsmid_2_1_mid_2_1 i {
    white-space: nowrap !important;
  }

  .newsmid_2_1_mid_2_2 {
    float: none !important;
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  /* News detail */
  .polaris-news-detail-top .title-1 {
    font-size: 18px !important;
    line-height: 1.45 !important;
    width: 100% !important;
  }

  .polaris-news-detail-main,
  .polaris-news-detail-main p,
  .polaris-news-detail-main span,
  .polaris-news-detail-main div {
    text-align: left !important;
  }

  iframe {
    max-width: 100%;
  }

  /* Job Posting: keep only position + education */
  .ny_job thead tr td:nth-child(2),
  .ny_job thead tr td:nth-child(3),
  .ny_job thead tr td:nth-child(5),
  .ny_job tbody tr td:nth-child(2),
  .ny_job tbody tr td:nth-child(3),
  .ny_job tbody tr td:nth-child(5) {
    display: none !important;
  }

  .ny_job thead tr td,
  .ny_job tbody tr td {
    width: 50% !important;
    padding: 12px 10px !important;
    line-height: 1.4 !important;
    height: auto !important;
    white-space: normal !important;
    word-break: break-word;
  }

  /* Application iframe: fit content fully, 50px gap below */
  .yingyong {
    margin: 0;
    padding: 0 0 50px;
    overflow: visible;
    line-height: 0;
  }

  .yingyong iframe {
    display: block;
    width: 100%;
    min-height: 780px;
    max-height: none;
    height: 780px;
    border: 0;
  }
}

/* =========================================================
   Phone：max-width 768px
   ========================================================= */
@media screen and (max-width: 768px) {

  /* Mobile sticky header (logo left + menu/X right) */
  .w160,
  .wid100 {
    display: none !important;
  }

  .mbfor {
    display: none !important;
  }

  .mbdh {
    display: block !important;
  }

  .m-toubu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10020;
    background: #fff;
  }

  .cd-logo img {
    height: 30px;
    max-width: 140px;
  }

  #m-menu {
    width: 78vw;
    max-width: 300px;
    right: -300px;
  }

  #m-menu.m-animate {
    right: 0 !important;
  }

  /* Spacing */
  .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* Typography caps */
  .gtit,
  .sepfont1,
  .hptit,
  .sorttit,
  .sliuch,
  .lx-font1,
  .picshow-left .pfont1,
  .product-detail-text .title h2,
  .pro_title,
  .news_title,
  h1, h2, h3 {
    font-size: 24px !important;
    line-height: 1.35;
  }

  .index_jieshao-top .title-3,
  .title-3 {
    font-size: 22px !important;
    line-height: 1.6 !important;
    padding-top: 8px !important;
    padding-bottom: 18px !important;
    overflow: visible !important;
  }

  .index_jieshao-top .title-3 {
    background-size: 78px 3px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }

	  .titles-a{ font-size: 18px}
	  .logoss span{ font-size: 18px}
	
	.gtit2{ font-size: 16px}
  .abfont1{ font-size: 20px}
  .gtit1,
  .abfont2,
  .sepfont2,
  .gaot1,
  .gaot2,
  .richtext,
  .hnewtit,
  .hnewtit2,
  .hnewdate,
  .pdecon,
  .text-1,
  .font18,
  .shl-abtit1,
  .cpsorttit,
  .padbo8,
  .tubpp,
  .zzb07tail,
  p, li, td, th,
  .menu_about a,
  .location a,
  .s20 {
    font-size: 15px !important;
    line-height: 1.6;
	}.youshi ul li h3{ font-size: 16px!important}

  .timer {
    font-size: 28px !important;
  }

  .spanf1 {
    font-size: 15px !important;
  }

  /* Buttons / inputs */
  button,
  .submit,
  input[type="submit"],
  input[type="button"],
  .mores,
  .lx-font2,
  .morenew,
  .pmores,
  a.mores {
    min-height: 44px;
    font-size: 15px !important;
    padding: 12px 20px;
  }

  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  input.keyword,
  textarea,
  select {
    min-height: 44px;
    width: 100%;
    max-width: 100%;
    font-size: 16px !important;
  }

  /* Home blocks */
  .gaotext {
    left: 0;
    right: 0;
    padding: 0 15px;
  }

  .gtit {
    padding-top: 28px;
  }

  .hbout {
    padding-top: 20px;
    display: block;
  }

  .infoleft {
    width: 100%;
    height: auto;
  }

  .infoleft img {
    width: 100%;
    height: auto;
    display: block;
  }

  .inforight {
    width: 100%;
  }

  .youshi ul {
    display: flex;
    flex-wrap: wrap;
  }

  .youshi ul li {
    width: 47%;
    margin: 1.5%;
    padding: 16px 10px;
    box-sizing: border-box;
  }

  .sep-width {
    padding: 24px 0;
  }

  .imgs-bgs {
    display: none;
  }

  .sep-boxs,
  .p-boxs {
    width: 100%;
  }

  .p-lists {
    width: 100%;
    margin: 12px 0 0;
  }

  .pavilion-container .pavilion-inner .tabs li {
    flex: 0 0 46%;
    min-width: 130px;
    min-height: 56px;
    font-size: 15px !important;
    line-height: 1.25 !important;
    padding: 8px 6px;
  }

  .pavilion-container .pavilion-inner .tabs li a {
    font-size: 15px !important;
  }

  .pavilion-container .m-pro-slide .col-sm-3,
  .pavilion-container .tab-content .col-sm-3 {
    width: 48% !important;
    float: none !important;
    margin: 0 !important;
  }

  .pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
    font-size: 15px !important;
  }

  .hnewssec {
    width: 100%;
  }

  .lx-width {
    padding: 30px 15px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .yingyong {
    padding-bottom: 50px;
  }

  .lx-font1 {
    font-size: 18px !important;
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }

  .lx-font2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    align-self: center;
  }

  /* Inner page side menu / breadcrumb area */
  .menu_location .location {
    display: block !important;
    font-size: 15px !important;
    margin-bottom: 8px;
  }

  .menu_location .menu ul li a {
    font-size: 15px !important;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  /* Product / news cards */
  .polaris-product-item {
    width: 100% !important;
    margin: 0 0 16px !important;
    float: none !important;
  }

  .product-zh-page.polaris-news,
  .polaris-news.product-zh-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background-color: #f6f6f4 !important;
    background-image: none !important;
  }

  .product-zh-page .index_jieshao {
    padding: 10px 12px 4px !important;
  }

  .product-zh-page .index_jieshao-top .title-3 {
    padding-top: 2px !important;
    padding-bottom: 10px !important;
  }

  .product-zh-page .index-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-zh-page .polaris-product-list {
    padding: 0 12px;
  }

  .product-zh-page .polaris-product-item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px !important;
    min-height: 0 !important;
  }

  .cdpsec {
    width: 100%;
    margin: 12px 0;
  }

  .product-detail-page-wrap,
  .polaris-news.product-detail-page-wrap {
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
  }

  .product-detail-page-wrap .polaris-news-content {
    padding-top: 40px !important;
  }

  .product-detail-page-wrap .pro_nr_js_nr {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .product-detail-page-wrap .proda_left {
    margin-bottom: 40px !important;
  }

  .product-detail-page-wrap .product-detail-text .title h2 {
    font-size: 22px !important;
    margin: 0 0 4px !important;
  }

  .product-detail-page-wrap .pd-detail-btn a,
  .product-detail-page-wrap .more-1.pd-detail-btn a {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-detail-page-wrap .pd-detail-btn a span {
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .product-detail-text .title h2 {
    font-size: 24px !important;
  }

  .proda_left #n img,
  .leftBox img {
    width: 100%;
    height: auto;
  }

  /* Product detail prev/next nav — mobile stack, red BACK */
  .fanhui {
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 20px !important;
    padding: 24px 15px 0 !important;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
  }

  .fanhui ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .fanhui ul li,
  .fanhui ul li:nth-child(1),
  .fanhui ul li:nth-child(2),
  .fanhui ul li:nth-child(3) {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    box-sizing: border-box;
  }

  .fanhui ul li:nth-child(2),
  .fanhui .fanhui-back,
  .fanhui .fback {
    display: none !important;
  }

  .fanhui .up,
  .fanhui .down {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    word-break: break-word;
  }

  .fanhui .up a,
  .fanhui .down a {
    font-size: 15px !important;
    color: #333 !important;
  }

  /* News list: same as PC — date | title+summary, no image */
  .newsmid_2_1_mid_1,
  .newsmid_2_1 .cssimgp,
  .newsmid_2_1 .news_list,
  .newsmid_2_1_mid_1 img {
    display: none !important;
  }

  .newsmid_2_1 ul li {
    width: 100% !important;
    margin: 0 !important;
  }

  .newsmid_2_1_mid {
    padding: 16px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box;
  }

  .newsmid_2_1_mid_2 {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
  }

  .newsmid_2_1_mid_2_1 {
    float: none !important;
    width: 70px !important;
    flex: 0 0 70px !important;
    margin: 0 12px 0 0 !important;
    padding: 0 10px 0 0 !important;
    border-right: 1px solid #ccc !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .newsmid_2_1_mid_2_1 b {
    font-size: 32px !important;
    line-height: 1.15 !important;
    display: block !important;
  }

  .newsmid_2_1_mid_2_1 i {
    font-size: 12px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    display: block !important;
  }

  .newsmid_2_1_mid_2_2 {
    float: none !important;
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  .newsmid_2_1_mid_2_2 h3 {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    max-height: none !important;
    height: auto !important;
  }

  .newsmid_2_1_mid_2_2 p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-height: none !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
  }

  .polaris-news .index_jieshao-top .title-3,
  .polaris-news .title-3 {
    margin-bottom: 8px !important;
  }

  /* News detail: title 18px, content left-aligned */
  .polaris-news-detail .polaris-news-detail-top .title-1,
  .polaris-news-detail-top .title-1.font32,
  .polaris-news-detail-top .title-1.flh40 {
    font-size: 18px !important;
    line-height: 1.45 !important;
    width: 100% !important;
  }

  .polaris-news-detail .polaris-news-detail-main,
  .polaris-news-detail .polaris-news-detail-main p,
  .polaris-news-detail .polaris-news-detail-main span,
  .polaris-news-detail .polaris-news-detail-main div,
  .polaris-news-detail .polaris-news-detail-main * {
    text-align: left !important;
  }

  /* Job Posting: keep only position + education */
  .ny_job thead tr td:nth-child(2),
  .ny_job thead tr td:nth-child(3),
  .ny_job thead tr td:nth-child(5),
  .ny_job tbody tr td:nth-child(2),
  .ny_job tbody tr td:nth-child(3),
  .ny_job tbody tr td:nth-child(5) {
    display: none !important;
  }

  .ny_job thead tr td,
  .ny_job tbody tr td {
    width: 50% !important;
    padding: 12px 10px !important;
    line-height: 1.4 !important;
    height: auto !important;
    white-space: normal !important;
    word-break: break-word;
  }

  /* Footer */
  #footer {
    padding: 20px 0 8px;
    margin-top: 16px;
  }

  #footer .copy1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #footer .copy1 > .tub1:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    padding-bottom: 12px;
  }

  /* User hide: Navigation + Products */
  #footer .copy1 > .tub,
  .tub {
    display: none !important;
  }

  #footer .copy1 > .tub1:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    display: block !important;
    padding-top: 4px;
    padding-bottom: 0 !important;
  }

  .logoss {
    justify-content: flex-start;
  }

  .copyright {
    padding: 10px 15px !important;
    line-height: 1.5 !important;
    box-sizing: border-box;
  }

  .copyright .nflex {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }

  .mbfor,
  .tbottom {
    display: none !important;
    height: 0 !important;
  }

  /* Reduce fixed desktop leftovers */
  .polaris-product-detail {
    padding-top: 1.5rem;
  }

  .polaris-product-detail::before {
    height: 1.5rem;
  }

  /* About page: title was clipped by overflow + tight line-height */
  .polaris-about,
  .polaris-company-profile,
  .polaris-company-profile .index-content,
  .company-profile-top,
  .index_jieshao,
  .index_jieshao-top {
    overflow: visible !important;
  }

  .index_jieshao {
    padding: 24px 15px 16px !important;
    box-sizing: border-box;
  }

  .index_jieshao-top .title-3,
  .title-3.font18 {
    font-size: 22px !important;
    line-height: 1.6 !important;
    padding-top: 8px !important;
    padding-bottom: 18px !important;
    overflow: visible !important;
    background-size: 78px 3px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }

  /* Product list page: title spacing, 1 per row, full-bleed gray */
  .product-zh-page.polaris-news,
  .polaris-news.product-zh-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #f6f6f4 !important;
    background-image: none !important;
    box-sizing: border-box;
  }

  .product-zh-page .index_jieshao {
    display: block !important;
    visibility: visible !important;
    padding: 12px 12px 6px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .product-zh-page .index_jieshao-top {
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-zh-page .index_jieshao-top .title-3 {
    display: block !important;
    visibility: visible !important;
    margin: 0 auto !important;
    padding-top: 4px !important;
    padding-bottom: 12px !important;
    line-height: 1.5 !important;
  }

  .product-zh-page .index-content,
  .product-zh-page .polaris-news-content,
  .product-zh-page .polaris-product,
  .product-zh-page .polaris-product-series,
  .product-zh-page .polaris-product-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .product-zh-page .polaris-product-series {
    padding-top: 0 !important;
    padding-bottom: 16px !important;
  }

  .product-zh-page .polaris-product-list {
    padding: 0 12px;
    box-sizing: border-box;
  }

  .product-zh-page .polaris-product-item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 12px !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }

  .product-zh-page .polaris-product-item .img,
  .product-zh-page .polaris-product-item .product,
  .product-zh-page .polaris-product-item .img-center {
    width: 100% !important;
    max-width: 100% !important;
  }#footer {
        padding: 50px 0 40px;
        margin-top: 16px;
	}.leftBox{ margin: 40px 0!important}
}
