@charset "UTF-8";

/*
Theme Name: LEI - CXMCNC
Description: a company theme
Author: Lei jiang
Version: 1.6 Modified the blog section.
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: arial, helvetica, microsoft yahei, open sans, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #1f2328;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a:hover {
  color: #f60;
}

.yumincho {
  font-family: arial, helvetica, microsoft yahei, open sans, sans-serif;
}

img,
video {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*elements reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
hgroup,
menu,
nav,
section,
time,
audio,
video,
select,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

ol,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

article,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

hr {
  outline: 0;
  margin: 0;
  border: 0;
}

/* form elements */
input,
textarea,
select,
button {
  font-size: 1em;
  vertical-align: top;
}

input:disabled,
textarea:disabled {
  opacity: 1;
}


/* iOS样式 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.c-btn a.common_btn {
  font-size: 20px;
  font-weight: bold;
  background: #f2a016;
  width: 365px;
}

/* 移动端补全*/
.index-about p {
  line-height: 1.3rem;
}

/* 新5 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.picture {
  display: block;
  text-align: center;
  width: 100%;
}

.picture img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

/* PC端导航滚动样式 */
@media screen and (min-width: 768px) {
  .nav__block.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

@media (min-width: 1200px) {
  .picture img {
    width: 1600px;
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .picture img {
    width: 100%;
    aspect-ratio: 1600 / 450;
    height: auto;
  }
}

@media (max-width: 767px) {
  .picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 450;
  }
}

@media (min-width: 750px) {
  .index-ab {
    background: #f5f7fb;
  }
}

.picture1 {
  display: block;
  text-align: center;
  width: 100%;
}

.picture1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.temp .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.temp .box .pic {
  width: 40%;
}

.temp .box .pic img {
  width: 100%;
}

.temp .box .right {
  width: 57%;
}

.temp .box .right section {
  margin-bottom: 30px;
}

.equipment .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.equipment .box .pic {
  width: 30%;
}

.equipment .box .pic img {
  width: 100%;
}

.equipment .box .right {
  width: 67%;
}

.equipment .box .right section {
  margin-bottom: 30px;
}

/*新增样式 */
/*分页的样式 */
.pagination {
  margin: 0 10px 10px 15px;
  line-height: 33px;
  text-align: center;
}

.pagination span,
.pagination a {
  font-size: 16px;
  margin: 2px 6px 2px 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #787878;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}

.pagination a:hover {
  background: #8cb900;
  border: 1px solid #436206;
  color: #fff;
  font-size: 16px;
  padding: 2px 5px 2px 5px;
}

.pagination .current {
  background: #8cb900;
  border: 1px solid #436206;
  color: #fff;
  font-size: 16px;
  padding: 2px 5px 2px 5px;
}

/* ==== 新优化产品列表页 ==== */
main {
  background-color: #f9f9f9;
  padding-bottom: 60px;
}

.container-width {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

h1.ttl {
  text-align: center;
  font-size: 32px;
  margin: 45px 0 30px;
  color: #1a1a1a;
  font-weight: 700;
  position: relative;
}

h1.ttl::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #cc0000;
  margin: 15px auto 0;
}


.product-grid-wrap {
  margin: 0;
}

.materials-products-heading {
  color: #0c2a4d;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #cc0000;
}

.product-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.img-box {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .img-box img {
  transform: scale(1.05);
}

.product-title {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.product-card:hover .product-title {
  color: #cc0000;
}

.seo-section {
  background: #ffffff;
  margin-bottom: 35px;
  padding: 35px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  line-height: 1.8;
  color: #444;
}

.seo-section h2 {
  font-size: 22px;
  color: #0c2a4d;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.seo-section h3 {
  font-size: 18px;
  color: #333;
  margin: 25px 0 15px 0;
  font-weight: 600;
}

.seo-section p {
  margin-bottom: 15px;
  text-align: justify;
}

.seo-section ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.seo-section ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.intro-section {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  border-radius: 0;
}

.technical-section {
  border-left: 4px solid #0c2a4d;
}

.application-section {
  border-left: 4px solid #28a745;
}

.faq-section {
  border-left: 4px solid #ff9800;
}

.faq-section strong {
  color: #0c2a4d;
}

.cta-section {
  margin-top: 24px;
  padding: 20px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0c2a4d 0%, #153860 100%);
  color: #fff;
  position: relative;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #cc0000;
}

.cta-section h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  border: none;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 25px auto;
}

.cta-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #cc0000;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn:hover {
  background: #e60000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* 翻页导航居中 */
.pagenav {
  text-align: center;
  margin: 40px 0;
}

/* ===== 手机端 === */
@media (max-width: 768px) {
  .seo-section p {
    text-align: left !important;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0;
  }

  h1.ttl {
    font-size: 22px;
    margin: 25px 0 20px;
  }

  .seo-section h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .img-box {
    padding: 8px;
  }

  .product-title {
    font-size: 13px;
    padding: 8px;
    line-height: 1.3;
  }

  .materials-products-heading {
    line-height: 1.35;
    margin-top: 18px;
  }

  .seo-section {
    padding: 20px 15px;
    margin-bottom: 25px;
  }

  .intro-section {
    padding: 0 5px 15px 5px;
  }

  .cta-section {
    padding: 40px 20px;
    margin-top: 24px;
  }

  .cta-section h2 {
    font-size: 20px;
  }
}

/* ==== 新优化产品列表页 END==== */
/* ==== products 分类页 === */
.top__content__wrap {
  background-color: #f9f9f9;
  padding-bottom: 10px;
}

main {
  width: 100%;
}

.container-1100 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

h2.ttl {
  text-align: center;
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 50px 0 30px;
  position: relative;
  font-family: "Times New Roman", Times, serif;
}

h2.ttl::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #cc0000;
  margin: 15px auto 0;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #cc0000;
}

.grid-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.img-wrap {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
}

.img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.grid-card:hover .img-wrap img {
  transform: scale(1.05);
}

.pro-box {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub_ttl,
.product-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
  line-height: 1.4;
}

.grid-card:hover .sub_ttl,
.grid-card:hover .product-title {
  color: #cc0000;
}

.btn-more {
  display: inline-block;
  padding: 8px 30px;
  background: #0c2a4d;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin-top: auto;
  transition: background 0.3s;
}

.grid-card:hover .btn-more {
  background: #cc0000;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .grid-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .grid-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  h2.ttl {
    font-size: 24px;
    margin: 30px 0 20px;
  }
}

/* ==== products 分类页结束 === */

.cxm-hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.cxm-page-shell {
  --cxm-page-accent: #224b7a;
}

.cxm-page-shell--white {
  background-color: #ffffff;
}

.cxm-page-header {
  padding-top: 32px;
}

.cxm-page-intro {
  margin-top: 24px;
}

.cxm-page-intro--compact {
  margin-top: 0;
  margin-bottom: 24px;
}

.cxm-page-breadcrumb {
  margin: 0 0 14px;
  padding: 35px 0 0px;
}

.cxm-page-breadcrumb a {
  color: var(--cxm-page-accent);
  text-decoration: none;
}

.cxm-page-breadcrumb a:hover {
  text-decoration: underline;
}

.cxm-page-title {
  margin-top: 0 !important;
}

.cxm-section-title {
  margin-top: 0;
}

.cxm-page-section {
  margin-top: 50px;
}

.cxm-page-section .seo-section:last-child,
.cxm-page-header .seo-section:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .cxm-page-header {
    padding-top: 24px;
  }
}

@media (max-width: 768px) {
  .cxm-page-breadcrumb {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .cxm-page-header {
    padding-top: 24px;
  }

  .cxm-page-section {
    margin-top: 30px;
  }

  .cxm-page-intro {
    margin-top: 18px;
  }

  .cxm-page-intro--compact {
    margin-bottom: 18px;
  }

  .img-wrap {
    padding: 8px;
  }

  .pro-box {
    padding: 16px;
  }

  .grid-card .sub_ttl,
  .grid-card .product-title {
    font-size: 18px;
    line-height: 1.45;
    word-break: break-word;
  }
}

/* ==== Index 页 === */
.ratio-wide {
  aspect-ratio: 7 / 4 !important;
}

.common_btn {
  display: inline-block;
  padding: 12px 50px;
  background: #cc0000;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
}

.common_btn:hover {
  background: #0c2a4d;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ==== CNC Manufacturing 区块样式 === */
.cnc__point {
  background-color: #f0f0f0;
  padding: 10px 0 40px;
}

.cnc__point .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.cnc__point .wrapper ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cnc__point .wrapper ul li {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cnc__point .wrapper ul li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  flex: 1;
}

.img_wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_wrap picture,
.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cnc__point .wrapper ul li a:hover .img_wrap img {
  transform: scale(1.05);
}

.box {
  background-color: #ffffff;
  padding: 22px 15px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.box .sub_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #09043c;
  margin: 0;
  line-height: 1.4;
  font-family: arial, helvetica, "microsoft yahei", "open sans", sans-serif;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.box .btn {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: #09013d;
  color: #ffffff;
  width: 140px;
  padding: 10px 0 10px 0;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.box .btn::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 10px;
  flex-shrink: 0;
}

.cnc__point .wrapper ul li a:hover .box .btn {
  background-color: #cc0000;
}

/* 标题链接样式 (CNC Parts Customization) */
.ttl-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ttl-link:hover {
  color: #cc0000;
}

@media (max-width: 768px) {
  .cnc__point .wrapper ul {
    flex-direction: column;
    gap: 20px;
  }

  .cnc__point .wrapper ul li {
    flex: none;
    width: 100%;
  }

  .img_wrap {
    max-height: 220px;
  }
}

.cnc__point--services {
  background: transparent;
  padding: 10px 0 40px;
}

.cnc__point--services .wrapper ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cnc__point--services .wrapper ul li a {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(9, 1, 61, 0.08);
}

.cnc__point--services .wrapper ul li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(9, 1, 61, 0.12);
}

.cnc__point--services .img_wrap {
  aspect-ratio: 1 / 1;
  max-height: none;
  background: #f8fafc;
}

.cnc__point--services .box {
  padding: 22px 18px 24px;
  gap: 16px;
}

.cnc__point--services .box .sub_ttl {
  min-height: 2.8em;
  font-size: 17px;
  line-height: 1.35;
}

.cnc__point--services .box .btn {
  width: min(160px, 100%);
  margin-top: auto;
  border-radius: 999px;
}

@media (max-width: 1024px) {
  .cnc__point--services .wrapper ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .cnc__point--services .box {
    padding: 20px 16px 22px;
  }
}

@media (max-width: 640px) {
  .cnc__point--services {
    padding-bottom: 28px;
  }

  .cnc__point--services .wrapper {
    padding: 0 12px;
  }

  .cnc__point--services .wrapper ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cnc__point--services .img_wrap {
    aspect-ratio: 4 / 3;
  }

  .cnc__point--services .box {
    padding: 18px 14px 20px;
    gap: 14px;
  }

  .cnc__point--services .box .sub_ttl {
    min-height: 0;
    font-size: 16px;
  }

  .cnc__point--services .box .btn {
    width: 100%;
    max-width: 180px;
  }
}


.index-about--company {
  max-width: 100%;
  width: 100%;
  padding: 28px 0 12px;
}

.cxm-media-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
  color: #09013d;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.cxm-media-placeholder span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  max-width: 18ch;
}

.cxm-media-placeholder--product {
  min-height: 240px;
}

.cxm-media-placeholder--hero {
  min-height: 320px;
}

.cxm-media-placeholder--article {
  min-height: 260px;
}

.index-ab {
  background: #f5f7fb;
}

.index-about--company p {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #1f2937;
}

.index-about__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #09043c;
}

.index-about__lead strong,
.index-about--company p strong {
  color: #09013d;
  font-weight: 700;
}

.index-about__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.index-about__item {
  background: rgba(255, 255, 255, 0.92);
  border-left: 4px solid #cc0000;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(9, 1, 61, 0.08);
}

.index-about__item strong {
  display: block;
  margin-bottom: 8px;
  color: #09043c;
  font-size: 16px;
}

.index-about__item span {
  display: block;
  color: #4b5563;
  line-height: 1.6;
}

.index-about__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.common_btn--ghost {
  background: #ffffff;
  color: #09013d;
  border: 1px solid #09013d;
}

.common_btn--ghost:hover {
  background: #09013d;
  color: #ffffff;
}

.certifications-point {
  padding-top: 10px;
}

.certifications-point .img_wrap {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f4f7fb 0%, #dfe7f0 100%);
}

.certifications-point .img_wrap img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .index-about__highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .index-about__lead {
    font-size: 20px;
  }

  .index-about__actions .common_btn {
    width: 100%;
  }
}

/* ==== Index 页结束 === */
/*产品详情页样式 */
.ny-con {
  padding: 35px 0 0px;
}

.am-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.am-container a {
  color: #2d8282
}

.am-u-lg-12 {
  width: 100%;
}

.xprod-img {
  width: 600px;
  position: relative;
  float: left;
}

.xprod-wz {
  width: 450px;
  padding: 20px;
  float: right;
}

.xprod-wz-tit {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.xprod-wz-brief {
  font-size: 16px !important;
  line-height: 28px;
  overflow-x: hidden;
}

.xprodan {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.xprodan .tab-hd {
  margin-bottom: 30px;
  border-bottom: 2px solid #294388;
}

.xprodan .tab-hd .tab-nav {
  display: table;
  float: left;
}

.xprodan .tab-hd .tab-nav li.on {
  background: #294388;
  color: #fff;
  border-color: #294388;
}

.xprodan .tab-hd .tab-nav li {
  display: block;
  padding: 0px 30px;
  color: #333;
  font-size: 18px;
  background: #eee;
  color: #666;
  height: 50px;
  line-height: 50px;
}

.xprodan .tab-hd .tab-hd-tel {
  height: 50px;
  line-height: 50px;
  color: #444;
  float: right;
}

.xprodan .tab-hd .tab-hd-tel span {
  color: #294388;
  font-weight: bold;
  font-size: 26px;
  font-family: 'Arial';
}

.xprodan .tab-hd .tab-hd-tel span a {
  color: #294388;
}

.xprodan .tab-bd h2 {
  text-align: left;
  font-size: 24px;
}

.xprodan .tab-bd h3,
h4,
h5 {
  text-align: left;
  font-size: 18px;
  margin-top: 0.5rem;
}

.xprodan .tab-bd ul {
  margin: 1rem;
  padding-left: 20px;
}

.xprodan .tab-bd ul li {
  list-style: disc;
}

.xprodan .tab-bd ol {
  padding-left: 20px;
}

.xprodan .tab-bd ol li {
  margin-top: 0.3rem;
  line-height: 1.4;
  list-style: disc;
}

.xprodan .tab-bd ol li a {
  color: #2d8282
}

.xprodan .tab-bd p {
  margin-top: 0.5rem;
  color: #373b40;
  line-height: 1.6;
}

.xprodan .tab-bd p {
  font-size: 1.1rem;
}

.xprodan .tab-bd p img {
  display: block;
  margin: 0 auto;
}

.xprodan .tab-bd ul li a {
  color: #2d8282
}

.xprodan .tab-bd p a {
  color: #2d8282
}

.xprodan .tab-bd table {
  border-collapse: collapse;
  width: 100%;
}

.xprodan .tab-bd table,
.xprodan .tab-bd th,
.xprodan .tab-bd td {
  border: 1px solid gray;
}

.xprodan .tab-bd th,
.xprodan .tab-bd td {
  padding: 8px;
  text-align: left;
}

/*产品详情页样式 end */
/*blog list 样式 start */
.bloglist {
  width: 1100px;
  margin: 0px auto;
  overflow: hidden;
}

.bloglist_1 {
  width: 70%;
  margin: 0px auto;
  position: relative;
  float: left;
}

.wg_widget {
  width: 29%;
  margin: 0px auto;
  position: relative;
  float: right;
}

/*blog list 样式 end */
/* === 最新产品侧栏样式 === */
.widget_latest_products {
  margin-bottom: 18px;
}

.widget_latest_products .latest-products-list {
  display: block;
}

.widget_latest_products .lp-item {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #f7f3f3;
}

.widget_latest_products .lp-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
}

.widget_latest_products .lp-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* 鼠标悬停效果 */
.widget_latest_products .lp-thumb:hover img {
  transform: scale(1.05);
}

.widget_latest_products .lp-title {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
}

.widget_latest_products .lp-title:hover {
  text-decoration: underline;
}

/*blog详情页样式 start */
.yzblog {
  padding: 20px 20px 10px;
}

.blogsingle {
  width: 1100px;
  padding-top: 40px;
  margin: 0px auto;
  overflow: hidden;
}

.blogcate {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  color: #7e7d7a;
}

.yzblog-tit {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
}

.yzblog-au {
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.yzblog-au i {
  margin: 0 1rem;
  color: #666;
}

.yzblog-desc {
  font-size: 16px !important;
  line-height: 28px;
  overflow-x: hidden;
}

.yzblog-desc p {
  text-indent: 2rem;
}

/*评论板块 start */
.comment-respond {
  margin-top: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
}

.comment-reply-title {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #333;
}

.comment-form p {
  margin-bottom: 15px;
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  color: #666;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.comment-form textarea {
  height: 100px;
  resize: vertical;
}

.form-submit input[type="submit"] {
  background: #0066cc;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-submit input[type="submit"]:hover {
  background: #0052a3;
}

.required {
  color: red;
}

.logged-in-as {
  margin-bottom: 15px;
  color: #666;
}

.logged-in-as a {
  color: #0066cc;
  text-decoration: none;
}

.logged-in-as a:hover {
  text-decoration: underline;
}

.yz-recommend,
.yz-comment {
  margin-top: 1rem;
  border-top: dotted 1px #ddd;
  padding-top: 2rem;
}

.connect-form-section+.yz-recommend {
  margin-top: 24px;
  padding-top: 24px;
}

.yz-recommend h3,
.yz-comment h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin: 1rem 0 1rem;
}

.yz-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  margin-top: 1.2rem;
}

.yz-recommend__item {
  display: flex;
  margin: 0;
}

.yz-recommend__card {
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(12, 35, 71, 0.06);
  color: inherit;
  display: block;
  min-height: 100%;
  padding: 10px 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yz-recommend__card:hover {
  border-color: #c9d4e1;
  box-shadow: 0 10px 22px rgba(12, 35, 71, 0.1);
}

.yz-recommend__eyebrow {
  color: #6b7a8a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.yz-recommend__title {
  color: #0c2347;
  font-size: 1.12rem;
  line-height: 1.45;
  margin: 0 0 12px;
}

.yz-recommend__summary {
  color: #4a5560;
  display: -webkit-box;
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.yz-recommend__more {
  color: #163969;
  display: inline-block;
  font-size: 0.94rem;
  font-weight: 700;
}

.yz-recommend ol {
  margin: 1rem 0;
  border: solid 1px #ddd;
  padding: 0 1rem 1rem;
}

.yz-recommend ol li {
  margin-top: 0.5rem;
}

.yz-recommend ol li a {
  color: #699;
  border-bottom: dashed 1px #bbb8b8;
}

.yz-comment ul {
  list-style: none;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.yz-comment ul li {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.yz-comment ul li p {
  margin-top: 0.5rem;
}

.yz-commen-time {
  font-size: .9em;
  opacity: .7;
}

.yz-comment-author {
  font-weight: 700;
}

/* blog文章页上一篇/下一篇样式 */
.post-navigation {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.previous-post,
.next-post {
  border: 1px solid #ddd;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 7px);
  min-width: 0;
  padding: 8px 10px;
}

.previous-post a,
.next-post a {
  color: #6c6699;
  ;
  text-decoration: none;
}

.previous-post:hover,
.next-post:hover {
  background: #f7f7f7;
}

.inner h2,
h3 {
  word-break: break-all;
  margin-top: 0;
}

/*blog详情页样式 end */
.yztag_desc {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  padding: 1rem;
}

.yztag_desc p {
  font-size: 125%;
}

.site-nav {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right;
  display: flex;
  justify-content: center;
}

.site-nav ul li {
  position: relative;
}

.site-nav ul li>a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
}

.menu-item-has-children>a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FF0000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.menu-item-has-children:hover>a::after {
  border-width: 0 5px 5px 5px;
}

.site-nav ul li:hover>ul {
  display: block;
}

.site-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
}

.site-nav ul ul li {
  width: 280px;
}

.site-nav ul ul li>a {
  display: block;
  padding: 10px 20px;
  text-align: left;
}

.site-nav ul ul ul {
  left: 100%;
  top: 0;
}

/*about-us */
.about-main {
  margin-top: 3rem;
}

.about-main h1 {
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: 'Arial';
}

.about-main h2 {
  text-align: center;
  color: #666;
  font-size: 1.5rem;
  line-height: 25px;
  font-weight: normal;
}

.yz-page {
  width: 1100px;
  margin: 0rem auto;
  margin-top: 2rem;
  position: relative;
}

.yz-page-left {
  padding: 1rem;
  background: #f5f5f5;
}

.yz-page-left ul li {
  position: relative;
  text-align: left;
  font-size: 125%;
  line-height: 150%;
  color: #444446;
}

#containerditu {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

/*设备列表页 */
.equipment-list {
  margin-top: 2rem;
}

.equipment-list h1,
h2,
h3,
h4 {
  text-align: center;
  margin: 2rem 0 1rem;
  font-size: 26px;
  font-weight: bold;
}

.equipment-list ul li {
  display: block;
  width: 48%;
  float: left;
  margin: 10px;
}

.equipment-list ul li p {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}

.equipment-list ul li .mar {
  border: 1px solid #c2c2c2;
  padding: 3px;
}

/*新增样式结束 */

.clearfix,
.wrapper,
.main_wrapper {
  zoom: 1;
}

.clearfix:after,
.wrapper:after,
.main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #1f2328;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #FFF;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none;
}

.sp_none {
  width: 100%;
  text-align: center;
}

.center {
  text-align: center;
}

.common_btn {
  background: #09013D;
  width: 320px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.75;
}

.detail_btn {
  background: #09013D;
  width: 240px;
  display: block;
  margin: 20px auto 0px;
  color: #fff;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
}

.detail_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.detail_btn:hover:before {
  left: -20px;
}

.detail_btn:hover {
  opacity: 0.75;
}

header .tel {
  position: absolute;
  top: 0px;
  right: 0px;
}

header .tel ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 24px;
  float: right;
  box-sizing: border-box;
  font-weight: bold;
}

header .tel ul .telicon {
  font-size: 120%;
  border-right: #959595 solid 1px;
  padding: 0 20px 0 0;
}

header .tel ul .faxicon {
  font-size: 120%;
  border-right: #959595 solid 1px;
  padding: 0 20px 0 20px;
}

header .tel ul .mailicon {
  font-size: 115%;
}

header .tel ul .mailicon a {
  color: #F2A017;
}

header .tel ul span {
  color: #F2A017;
}

header .tel ul li {
  position: relative;
}

header .tel ul li a {
  display: block;
  text-decoration: none;
}

header .tagline {
  width: 100%;
  padding: 12px 0px;
}

header .tagline .logo {
  width: 297px;
  float: left;
}

.wrapper,
.main_wrapper {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}

.index-ab1 {
  width: 1100px;
  margin: 80px auto 0;
  position: relative;
  padding-bottom: 10px;
}

/* footer */
footer .logo {
  text-align: center;
  margin: 30px 0 20px -55px;
  background: url("img/logo_footer.png") center center no-repeat;
  height: 60px;
  clear: both;
}

footer .logo p {
  padding: 0px 0 0 110px;
  line-height: 30px;
}

footer .block {
  background-color: #09013D;
  padding: 15px 0px;
}

footer .block .pagetop {
  display: block;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}

footer .copy {
  text-align: center;
  color: #FFF;
  font-size: 1em;
  margin-bottom: 0.5rem;
}

footer ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px 0px;
}

footer ul li {
  position: relative;
  font-size: 94%;
  text-align: center;
  padding: 0px 15px;
  color: #FFF;
}

footer ul li a {
  text-decoration: none;
  display: block;
  color: #FFF;
}

footer ul li:not(:last-child):after {
  content: "｜";
  position: absolute;
  right: -5px;
  top: 0px;
  color: #FFF;
}

#yz_service {
  display: none;
}

.ttl {
  font-size: 160%;
  text-align: center;
  position: relative;
  line-height: 1.6;
  color: #1f2328;
  margin: 20px 0 30px 0;
}

h1.h_ttl,
h2.h_ttl {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 200%;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.create__block .note {
  font-size: 104%;
  line-height: 1.8;
  padding: 40px 0px 0px;
}

.create__block .left__pic {
  background: #F5F5F5;
  margin-bottom: 15px;
}

.create__block .left__pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.create__block .left__pic ul .pic {
  width: 30%;
  max-width: 300px;
}

.create__block .left__pic ul .box {
  width: 70%;

}

.create__block .left__pic ul .box .outer {
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}

.create__block .left__pic ul .box .outer .sub_ttl {
  font-size: 124%;
  margin-bottom: 15px;
}

.create__block .left__pic ul .box .outer p {
  line-height: 1.5;
}

.create__block .left__pic ul .box .outer .blog-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.create__block .left__pic ul .box .outer .inner {
  width: 100%;
}

.create__block .left__pic ul .box .outer .resource-card-excerpt {
  color: #4a5560;
  display: -webkit-box;
  line-height: 1.65;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

/* 右侧小组件CSS */
.widget {
  padding-left: 5px;
  border: 1px solid #f7f3f3;
}

.widget_search,
.widget_categories,
.widget_archive,
.widget_tag_cloud,
.widget_conntact {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #b5cef7;
  background-color: #FBFBFB;
}

.widget-title {
  text-align: left;
  line-height: 2.6rem;
  background-color: #f7f3f3;
  padding-left: 0.5rem;
}

.wp-block-search {
  line-height: 2rem;
}

.wp-block-search__label {
  font-size: 1.6rem;
}

.wp-block-search__inside-wrapper {
  margin-top: 1rem;
}

.wp-block-search__input {
  font-size: 1.2em;
}

.wp-block-search__button {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border: #a6a6a6 1px solid;
  background-color: #f5f5f5;
  color: #1f2328;
}

.wp-block-categories-list li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.wp-block-categories-list li .children {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.wp-block-categories-list li .children li {
  font-size: 1.1rem;
}

.wp-block-archives-list li {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.widget_conntact dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.widget_conntact dd {
  line-height: 1.5rem;
}

.widget_tag_cloud a {
  display: block;
  line-height: 1.5rem;
}

.yz_rec ol {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1rem;
  list-style-type: decimal;
}

.yz-page-tag {
  padding: 1rem;
  background: #f5f5f5;
}

.yz-page-tag a {
  margin: 1rem 2rem;
}

.ex_info ol {
  padding: 1rem;
  border: 1px solid #dfd9d9;
  margin-top: 1rem;
}

.ex_info ol p {
  margin-top: 1rem;
}


/* 匹配当前语言并标记对应链接 */
html[lang="en-US"] .dropdown-content a[href="/"],
html[lang="en-US"] .dropdown-content a[href="https://www.xcmcnc.com/"],
html[lang="de-DE"] .dropdown-content a[href*="/de/"],
html[lang="fr-FR"] .dropdown-content a[href*="/fr/"],
html[lang="it-IT"] .dropdown-content a[href*="/it/"],
html[lang="ja"] .dropdown-content a[href*="/ja/"],
html[lang="ko-KR"] .dropdown-content a[href*="/ko/"],
html[lang="es-ES"] .dropdown-content a[href*="/es/"],
html[lang="pt-PT"] .dropdown-content a[href*="/pt/"],
html[lang="pt-BR"] .dropdown-content a[href*="/pt_br/"],
html[lang="nl-NL"] .dropdown-content a[href*="/nl/"],
html[lang="ru-RU"] .dropdown-content a[href*="/ru/"],
html[lang="id-ID"] .dropdown-content a[href*="/id/"],
html[lang="pl-PL"] .dropdown-content a[href*="/pl/"] {
  color: #aaa !important;
  font-weight: bold;
  cursor: default;
}

.footer-links {
  position: relative;
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid #aeaeae;
}

.dropdown-btn {
  color: #f5f5f5;
  padding: 2px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: 100%;
  width: auto;
  white-space: nowrap;
}

.dropdown-content a {
  color: #333;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #d32f2f;
  padding-left: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 自定义悬停标签栏 */
/* share widget styles */
/* container */
#cs-side-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 140000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

#cs-side-widget.cs-deferred {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* each item */
.cs-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 0;
  position: relative;
  height: 44px;
}

.cs-label {
  background: #404040;
  color: #fff;
  padding: 10px 18px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 6px;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  transform: translateX(12px);
  opacity: 0;
  pointer-events: none;
  transition: transform .16s cubic-bezier(.2, .9, .2, 1), opacity .14s linear;
  box-shadow: 0 8px 18px rgba(8, 30, 30, 0.12);
}

.cs-icon {
  width: 44px;
  height: 44px;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: transform .12s ease;
  box-shadow: 0 6px 14px rgba(4, 20, 24, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}

/* hover reveal label */
.cs-item:hover .cs-label,
.cs-item:focus-within .cs-label {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* icon active animation */
.cs-icon:active {
  transform: scale(.98);
}

/* colors for icons */
.cs-email {
  background: #f39c12;
}

/* orange */
.cs-popup {
  background: #0f6a6f;
}

/* teal */
.cs-whatsapp {
  background: #25D366;
}

/* whatsapp green */
.cs-share {
  background: #1e88e5;
}

/* blue */
.cs-top {
  background: #114d53;
}

/* dark teal */

/* fallback share menu */
.cs-share-menu {
  position: absolute;
  right: 56px;
  top: 0;
  transform: translateY(0);
  display: none;
  min-width: 200px;
  background: #fff;
  color: #21343a;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(8, 30, 40, 0.12);
  padding: 6px;
  z-index: 140001;
}

.cs-share-menu a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
}

.cs-share-menu a:hover {
  background: #f3f7f7;
}

/* Recommended Products start */
.cp-recos {
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid #ECECEC;
}

.cp-recos__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

.cp-recos__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}

.cp-recos__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.cp-recos--1 .cp-recos__list {
  grid-template-columns: 1fr;
}

.cp-recos--1 .cp-recos__item {
  max-width: 560px;
  margin-inline: auto;
}

.cp-recos--2 .cp-recos__list {
  grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.cp-recos__item {
  border: 1px solid #E6E6E6;
  background: #fff;
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.cp-recos__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  border-color: #DDD;
}

.cp-recos__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.cp-recos__image {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.cp-recos__image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
}

.cp-recos__title-txt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: 3em;
  text-overflow: ellipsis;
}

@media(max-width:768px) {
  .cp-recos__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .cp-recos--1 .cp-recos__list,
  .cp-recos--2 .cp-recos__list {
    grid-template-columns: 1fr;
  }
}

@media(max-width:480px) {
  .cp-recos__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Recommended Products end */
@media (max-width:880px) {
  #cs-side-widget {
    display: none !important;
  }
}

@media (min-width:881px) {
  #cs-side-widget {
    right: 6px;
  }
}

@media screen and (max-width: 1100px) {

  .wrapper,
  .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }

  .index-ab1 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .ttl {
    font-size: 124%;
  }

  .tag_h1 {
    font-size: 150%;
  }

  /*新增手机样式*/
  /*文章详情页样式*/
  .ny-con {
    padding: 1rem 0 0;
  }

  .am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .am-container>.am-g {
    width: auto;
  }

  .am-u-sm-12 {
    width: 100%;
    float: left;
    position: relative;
  }

  .xprod-img {
    width: 100%;
    margin-bottom: 2rem;
    float: left;
  }

  .xprod-wz {
    width: 100%;
    padding: 0;
    min-height: auto;
    float: right;
  }

  .xprod-wz-tit {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .xprod-wz-brief {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
  }

  .xprodan .tab-hd .tab-nav li {
    padding: 0px 0.5rem;
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
    float: left;
    margin-right: 0;
  }

  .xprodan .tab-hd .tab-hd-tel {
    height: 2rem;
    line-height: 4rem;
  }

  .xprodan .tab-hd .tab-hd-tel span {
    font-size: 0.7rem;
  }

  .bloglist {
    width: 100%;
  }

  .bloglist_1 {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    clear: left;
  }

  .wg_widget {
    display: none;
  }

  /*blog详情页样式 start */
  .blogsingle {
    width: 100%;
  }

  .yztag_desc {
    width: 98%;
  }

  .yz-recommend__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .connect-form-section+.yz-recommend {
    margin-top: 20px;
    padding-top: 20px;
  }

  .yz-recommend__card {
    padding: 18px 16px;
  }

  .post-navigation {
    gap: 10px;
    margin-top: 22px;
  }

  .previous-post,
  .next-post {
    flex-basis: 100%;
  }

  .yztag_desc p {
    padding: 1rem 1rem 1rem 0;
  }

  .yz-page {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }

  /*平板设备列表页 */
  .equipment-list ul li {
    width: 46%;
    margin: 2%;
  }

  .equipment-list ul li .mar {
    padding: 1%;
  }

  /*新增手机样式结束*/
}

@media screen and (max-width: 760px) {

  ol,
  ul {
    box-sizing: border-box;
  }

  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block;
    width: 100%;
  }

  .sp_mt20 {
    margin-top: 20px;
  }

  .fixed {
    position: static;
  }

  h2.h_ttl {
    padding-top: 0px;
    font-size: 150%;
  }

  .top__content__wrap {
    padding-top: 0px;
  }

  .scroll table {
    width: 640px;
  }

  .temp .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .temp .box .pic {
    width: 100%;
    text-align: center;
  }

  .temp .box .right {
    width: 100%;
  }

  .temp .box .right section {
    margin-bottom: 30px;
  }

  .equipment .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .equipment .box .pic {
    width: 100%;
    text-align: center;
  }

  .equipment .box .right {
    width: 100%;
  }

  .equipment .box .right section {
    margin-bottom: 30px;
  }

  .index-ab1 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .sitemap ul {
    flex-direction: column;
  }

  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }

  .sitemap ul li span {
    color: #09013D;
  }

  #containerditu {
    width: 100%;
    height: 300px;
    margin-top: 2rem;
  }

  .create__block img {
    width: 100%;
  }

  .create__block .left__pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .create__block .left__pic ul .box:before {
    display: none;
  }

  .create__block .left__pic ul .pic {
    width: 100%;
    max-width: none;
  }

  .create__block .left__pic ul .box {
    width: 100%;
  }

  .nav {
    padding-bottom: 0px;
  }

  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }

  header .sp_tel {
    position: fixed;
    z-index: 2;
    right: 60px;
    top: 10px;
    font-size: 200%;
    z-index: 100;
    color: #09013D;
  }

  header .sp_tel a {
    color: #09013D;
  }

  header nav {
    padding-top: 0px;
    margin-top: 0px;
  }

  header nav ul {
    flex-direction: column;
  }

  header nav ul .item_hidden:before {
    content: "-";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #1f2328 !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }

  header nav ul .item_active:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 3px;
    color: #1f2328 !important;
    box-sizing: border-box;
    margin: 0;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
  }

  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
    text-align: left;
    color: #1f2328 !important;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: relative;
  }

  header nav ul li ul {
    display: none;
    background-color: #FFF;
  }

  header nav ul li ul li {
    font-size: 80%;
    background-color: #FFF;
    float: left;
    border-right: 1px solid #CCC;
  }

  header nav ul li ul li:last-child {
    border-bottom: none;
    border-right: 1px solid #CCC;
  }

  header nav ul li ul li:nth-child(2n) {
    border-right: none;
  }

  header nav ul li ul li a {
    padding: 10px 10px !important;
    display: block;
    color: #1f2328 !important;
  }

  header nav ul li:after {
    display: none;
  }

  header nav ul li a {
    text-decoration: none;
    color: #1f2328;
  }

  header nav ul li a:hover {
    text-decoration: none;
  }

  .nav_recruit {
    padding: 12px;
  }

  /* kefu */
  #yz_service {
    background-color: #fff;
    display: block
  }

  .service_m {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }

  .service_m ul {
    overflow: hidden;
  }

  .service_m1 {
    background: none
  }

  .service_m li {
    width: 33%;
    float: left;
    background: url(img/navbg.png) repeat-x center;
    text-align: center;
    padding: 0.8em 0;
  }

  .service_m li a {
    display: block;
    color: #fff;
    background: url(img/tbg.png) no-repeat left center;
  }

  .xprodan .tab-bd h2 {
    text-align: left;
    font-size: 18px;
  }

  .xprodan .tab-bd h3,
  h4,
  h5 {
    text-align: left;
    font-size: 16px;
    margin-top: 0.5rem;
  }

  .xprodan .tab-bd table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-word;
  }

  .xprodan .tab-bd th,
  .xprodan .tab-bd td {
    font-size: 85%;
  }

  .xprodan .tab-bd p {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
  }
}


@media screen and (max-width: 640px) {

  #page-top {
    font-size: 200%;
  }

  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }

  .contact {
    padding: 10px;
  }

  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }

  .contact form table th,
  .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }

  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }

  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }

  .contact form table .normal_txt {
    width: 100%;
  }

  .contact form table .small_txt {
    width: 50%;
  }

  .privacy .sub_ttl {
    font-size: 140%;
  }
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: none;
  }

  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  header .tagline {
    width: 100%;
  }

  header .tagline .logo {
    width: 65%;
    padding: 10px 0px;
  }

  .common_btn {
    width: 80%;
    max-width: 300px;
  }

  /*手机设备列表页 */
  .equipment-list ul li {
    width: 98%;
    margin: 1%;
    clear: both;
  }

}

/* Connect with us Form Section */
.connect-form-section {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 35px 35px 12px;
  margin-top: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.cp-recos+.connect-form-section {
  margin-top: 24px;
}

.connect-form-title {
  font-size: 22px;
  font-weight: 700;
  color: #0c2a4d;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #cc0000;
  position: relative;
}

.connect-form-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: #0c2a4d;
}

.connect-form-intro {
  margin: 0 0 18px;
  color: #373b40;
  font-size: 16px;
  line-height: 1.6;
}

.connect-form-highlight {
  display: inline-block;
  margin-top: 6px;
  color: #cc0000;
  font-weight: 700;
}

.product-cert-bar {
  margin-top: 28px;
  padding: 12px 16px;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.product-cert-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.product-cert-bar__label {
  font-weight: 600;
  color: #444;
}

.product-cert-bar__items {
  flex: 1;
  min-width: 280px;
}

.product-cert-bar__sep {
  color: #9a9a9a;
  margin: 0 6px;
}

.product-cert-bar__link {
  color: #666;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.product-cert-bar__link:hover {
  color: #0c2a4d;
}

.product-specs {
  margin: 40px 0;
}

.product-specs h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
  color: #0f172a;
}

.product-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-spec-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}

.product-spec-card dt {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin: 0 0 6px;
}

.product-spec-card dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #0f172a;
}

@media (max-width: 1024px) {
  .product-cert-bar {
    margin-top: 24px;
    padding: 10px 14px;
  }

  .product-cert-bar__inner {
    gap: 10px;
    row-gap: 4px;
    font-size: 13px;
    line-height: 1.45;
  }

  .product-cert-bar__items {
    min-width: 220px;
  }

  .product-cert-bar__sep {
    margin: 0 4px;
  }
}

@media (max-width: 900px) {
  .product-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .product-specs-grid {
    grid-template-columns: 1fr;
  }
}


/* FluentForm will render inside this container // Empty ruleset removed */

/* 导航栏 Request a Quote 按钮样式（默认红色） */
.nav-quote-btn a {
  background-color: #e53935 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-left: 15px;
  line-height: normal !important;
}

/* 鼠标悬停时的变色效果（变为深蓝色） */
.nav-quote-btn a:hover {
  background-color: #0a1b3f !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Mobile Responsive for Modal and Forms */
@media (max-width: 768px) {
  .quote-modal-overlay {
    padding: 15px;
  }

  .quote-modal {
    max-height: 85vh;
    border-radius: 8px;
  }

  .quote-modal-title {
    font-size: 18px;
    padding: 20px 45px 12px 20px;
  }

  .quote-modal-content {
    padding: 20px;
  }

  .quote-modal-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 28px;
  }

  .btn-quote {
    padding: 8px 16px;
    font-size: 13px;
  }

  .connect-form-section {
    padding: 25px 20px;
    margin-top: 20px;
  }

  .cp-recos+.connect-form-section {
    margin-top: 20px;
  }

  .connect-form-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .connect-form-intro {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .product-cert-bar {
    margin-top: 20px;
    padding: 10px 12px;
  }

  .product-cert-bar__inner {
    gap: 6px;
    row-gap: 2px;
    font-size: 12px;
    line-height: 1.35;
  }

  .product-cert-bar__items {
    min-width: 100%;
  }

  .product-cert-bar__sep {
    margin: 0 3px;
  }

  .product-cert-bar__link {
    white-space: normal;
  }
}

/* ====== Quote Modal & Connect Form Styles END ====== */

/* ====== Fluent Forms Modal Button Styles ====== */

/* Sidebar Quote Modal Icon Styles */
.cs-quote-modal {
  position: relative;
}

.cs-quote-modal .cs-quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #0c2a4d;
}

.cs-quote-modal .cs-icon.cs-popup,
.cs-quote-modal button.cs-icon.cs-popup {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  background: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  font-size: 0 !important;
  color: transparent !important;
  transition: all 0.3s ease !important;
}

.cs-quote-modal .cs-icon.cs-popup:hover,
.cs-quote-modal button.cs-icon.cs-popup:hover {
  background: #0c2a4d !important;
  box-shadow: 0 4px 12px rgba(12, 42, 77, 0.3) !important;
}

.cs-quote-modal:hover .cs-quote-icon {
  color: #fff;
}

/* Get a Quote Button Styles (main.php, main-single.php) */
.tab-hd-tel .btn-quote,
.tab-hd-tel button.btn-quote {
  display: inline-block !important;
  padding: 10px 24px !important;
  background: linear-gradient(135deg, #0c2a4d 0%, #1a4a7a 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(12, 42, 77, 0.25) !important;
}

.tab-hd-tel .btn-quote:hover,
.tab-hd-tel button.btn-quote:hover {
  background: linear-gradient(135deg, #1a4a7a 0%, #2a6aaa 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(12, 42, 77, 0.35) !important;
}

/* CTA Section Quote Button Styles (category.php) */
.cta-section .ff-btn-submit,
.cta-section button[class*="ff-"] {
  display: inline-block !important;
  padding: 14px 36px !important;
  background: #fff !important;
  color: #0c2a4d !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.cta-section .ff-btn-submit:hover,
.cta-section button[class*="ff-"]:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Mobile Responsive for FF Modal Buttons */
@media (max-width: 768px) {

  .tab-hd-tel .btn-quote,
  .tab-hd-tel button.btn-quote {
    padding: 8px 18px !important;
    font-size: 13px !important;
  }

  .cta-section .ff-btn-submit,
  .cta-section button[class*="ff-"] {
    padding: 12px 28px !important;
    font-size: 14px !important;
  }
}

/* ====== Fluent Forms Modal Button Styles END ====== */

/* Keep desktop dropdown menus above first-screen page media. */
.nav__block,
.site-nav {
  position: relative;
  z-index: 10000;
}

.nav__block.sticky {
  z-index: 10000;
}

.site-nav ul ul {
  z-index: 10001;
}

/* ====== Responsive Header Cleanup ====== */
.cxm-responsive-bar,
.cxm-mobile-header {
  display: none;
}

.cxm-mobile-menu-panel[hidden] {
  display: none !important;
}

body.cxm-mobile-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 900px) {

  header .wrapper,
  header .main_wrapper {
    box-sizing: border-box;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
  }

  .cxm-responsive-bar {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
    padding: 12px 0 !important;
    position: relative;
    width: 100% !important;
  }

  .cxm-responsive-logo {
    margin: 0;
    max-width: 208px;
    min-width: 0;
    width: 100%;
  }

  .cxm-responsive-logo a,
  .cxm-responsive-logo img {
    display: block;
    height: auto;
    width: 100%;
  }

  header .tel.sp_none,
  header .tagline,
  header .nav__block.sp_none,
  header .site-nav {
    display: none !important;
  }

  .cxm-mobile-header {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    position: relative;
  }

  .cxm-mobile-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(9, 1, 61, 0.08);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
  }

  .cxm-mobile-toggle:focus-visible {
    outline: 2px solid #cc0000;
    outline-offset: 2px;
  }

  .cxm-mobile-toggle-glyph {
    color: #09013d;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }

  .cxm-mobile-menu-panel {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(12, 42, 77, 0.14);
    box-sizing: border-box;
    max-height: min(70vh, 560px);
    overflow-y: auto;
    padding: 8px 14px 12px;
    position: fixed;
    right: 16px;
    top: 72px;
    width: min(320px, calc(100vw - 32px));
    z-index: 220;
  }

  .cxm-mobile-menu-list,
  .cxm-mobile-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cxm-mobile-menu-list>li {
    border-bottom: 1px solid #e8edf3;
  }

  .cxm-mobile-menu-list>li:last-child {
    border-bottom: 0;
  }

  .cxm-mobile-menu-list a {
    color: #0c2a4d;
    display: block;
    line-height: 1.45;
    padding: 10px 2px;
    text-decoration: none;
  }

  .cxm-mobile-menu-list .sub-menu {
    border-top: 1px solid #eef2f6;
    margin-top: 2px;
    padding-left: 14px;
  }

  .cxm-mobile-menu-list .sub-menu li {
    border-bottom: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {

  header .wrapper,
  header .main_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cxm-responsive-bar {
    gap: 20px;
    min-height: 66px;
    padding: 10px 0 !important;
  }

  .cxm-responsive-logo {
    max-width: 208px;
  }

  .cxm-mobile-toggle {
    height: 44px;
    width: 44px;
  }

  .cxm-mobile-toggle-glyph {
    font-size: 20px;
  }

  .cxm-mobile-menu-panel {
    right: 20px;
    top: 68px;
  }

  h1.ttl {
    font-size: 28px;
    margin: 28px 0 22px;
  }

  h1.ttl::after {
    margin-top: 12px;
  }

  h2.ttl {
    font-size: 26px;
    margin: 38px 0 24px;
  }

  h2.ttl::after {
    margin-top: 12px;
  }

  .seo-section {
    margin-bottom: 28px;
    padding: 28px;
  }

  .grid-list {
    gap: 22px;
  }

  .cxm-page-header {
    padding-top: 18px;
  }

  .cxm-page-breadcrumb {
    margin: 0 0 10px;
    padding: 22px 0 0;
  }

  .cxm-page-intro {
    margin-top: 18px;
  }

  .cxm-page-intro--compact {
    margin-bottom: 18px;
  }

  .cxm-page-section {
    margin-top: 38px;
  }

  .product-grid {
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-title {
    font-size: 14px;
    padding: 14px 12px;
  }
}

@media (max-width: 768px) {

  header .wrapper,
  header .main_wrapper {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .cxm-responsive-bar {
    gap: 12px;
    min-height: 58px;
    padding: 8px 0 !important;
  }

  .cxm-responsive-logo {
    max-width: 160px;
  }

  .cxm-mobile-header {
    margin-left: auto;
  }

  .cxm-mobile-toggle {
    height: 40px;
    width: 40px;
  }

  .cxm-mobile-toggle-glyph {
    font-size: 18px;
  }

  .cxm-mobile-menu-panel {
    left: 14px;
    right: 14px;
    top: 60px;
    width: auto;
  }
}

/* ====== Responsive Header Cleanup END ====== */

@media (max-width: 768px) {

  html,
  body,
  main,
  .top__content__wrap,
  .cxm-page-shell {
    overflow-x: hidden;
  }

  .container-width,
  .container-1100,
  .cxm-page-header,
  .cxm-page-section,
  .seo-section,
  .product-grid-wrap {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .seo-section p,
  .seo-section li,
  .product-title {
    overflow-wrap: anywhere;
  }
}

/* ====== Services / Industries / Materials Content Polish ====== */
.cxm-page-shell {
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 75, 122, 0.08), transparent 28rem),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 34rem);
}

.cxm-page-shell .cxm-page-header,
.cxm-page-shell .cxm-page-section {
  position: relative;
}

.cxm-page-shell .cxm-page-title {
  color: #07182d;
  letter-spacing: -0.02em;
}

.cxm-page-shell .cxm-page-intro.seo-section {
  border-color: rgba(34, 75, 122, 0.12);
  border-left: 5px solid var(--cxm-page-accent);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(14, 37, 64, 0.08);
}

.cxm-page-shell .seo-section {
  border: 1px solid rgba(15, 40, 71, 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(14, 37, 64, 0.07);
  color: #2f3b4a;
  line-height: 1.82;
}

.cxm-page-shell .seo-section h3 {
  align-items: center;
  color: #0b2340;
  display: flex;
  font-size: 20px;
  gap: 10px;
  line-height: 1.35;
  margin: 30px 0 14px;
}

.cxm-page-shell .seo-section h3:first-child {
  margin-top: 0;
}

.cxm-page-shell .seo-section h3::before {
  background: var(--cxm-page-accent);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.cxm-page-shell .seo-section p {
  margin-bottom: 16px;
  text-align: left;
}

.cxm-page-shell .seo-section p:last-child,
.cxm-page-shell .seo-section ul:last-child {
  margin-bottom: 0;
}

.cxm-page-shell .seo-section ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
  padding-left: 0;
}

.cxm-page-shell .seo-section ul li {
  background: #f7f9fc;
  border: 1px solid rgba(34, 75, 122, 0.08);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 11px 14px 11px 38px;
  position: relative;
}

.cxm-page-shell .seo-section ul li::before {
  background: var(--cxm-page-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34, 75, 122, 0.1);
  content: "";
  height: 7px;
  left: 17px;
  position: absolute;
  top: 20px;
  width: 7px;
}

.cxm-page-shell .grid-list {
  gap: 26px;
}

.cxm-page-shell .grid-card {
  border: 1px solid rgba(15, 40, 71, 0.1);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(14, 37, 64, 0.08);
  overflow: hidden;
}

.cxm-page-shell .grid-card::before {
  background: var(--cxm-page-accent);
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}

.cxm-page-shell .grid-card:hover {
  box-shadow: 0 24px 48px rgba(14, 37, 64, 0.14);
  transform: translateY(-5px);
}

.cxm-page-shell .grid-card .pro-box {
  gap: 12px;
}

.cxm-page-shell .grid-card .sub_ttl,
.cxm-page-shell .grid-card .product-title {
  color: #0b2340;
}

.cxm-page-shell .grid-card p {
  color: #53606f;
  line-height: 1.68;
}

.cxm-page-shell .cxm-related-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cxm-page-shell .btn-more {
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.cxm-page-shell .faq-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(204, 0, 0, 0.08), transparent 22rem);
  border-left: 0;
  padding: 10px;
}

.cxm-page-shell .faq-section h3 {
  background: #ffffff;
  border: 1px solid rgba(15, 40, 71, 0.1);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 12px 24px rgba(14, 37, 64, 0.06);
  color: #07182d;
  font-size: 18px;
  margin: 18px 0 0;
  padding: 18px 20px 16px 58px;
  position: relative;
}

.cxm-page-shell .faq-section h3:first-child {
  margin-top: 0;
}

.cxm-page-shell .faq-section h3::before {
  align-items: center;
  background: var(--cxm-page-accent);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(14, 37, 64, 0.18);
  color: #ffffff;
  content: "Q";
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: 18px;
  position: absolute;
  top: 15px;
  width: 30px;
}

.cxm-page-shell .faq-section h3+p {
  background: #ffffff;
  border: 1px solid rgba(15, 40, 71, 0.1);
  border-radius: 0 0 12px 12px;
  border-top: 0;
  color: #425064;
  margin: 0;
  padding: 0 20px 20px 58px;
  position: relative;
}

.cxm-page-shell .faq-section h3+p::before {
  color: #cc0000;
  content: "A";
  font-size: 14px;
  font-weight: 700;
  left: 29px;
  position: absolute;
  top: 2px;
}

.cxm-page-shell .faq-section p+h3 {
  margin-top: 20px;
}

.cxm-page-shell .cta-section {
  background:
    linear-gradient(135deg, rgba(7, 24, 45, 0.96), rgba(17, 55, 90, 0.96)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.18), transparent 24rem);
  overflow: hidden;
}

.cxm-page-shell .cta-section h2 {
  letter-spacing: -0.01em;
}

@media (max-width: 1024px) {
  .cxm-page-shell .seo-section {
    padding: 28px;
  }

  .cxm-page-shell .grid-list {
    gap: 22px;
  }

  .cxm-page-shell .cxm-related-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cxm-page-shell .faq-section {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .cxm-page-shell {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 24rem);
  }

  .cxm-page-shell .seo-section,
  .cxm-page-shell .cxm-page-intro.seo-section {
    border-radius: 12px;
    padding: 20px 16px;
  }

  .cxm-page-shell .seo-section h3 {
    font-size: 17px;
    line-height: 1.45;
    margin: 24px 0 12px;
  }

  .cxm-page-shell .seo-section ul {
    gap: 8px;
  }

  .cxm-page-shell .seo-section ul li {
    padding: 10px 12px 10px 32px;
  }

  .cxm-page-shell .seo-section ul li::before {
    left: 14px;
    top: 19px;
  }

  .cxm-page-shell .grid-card:hover {
    transform: none;
  }

  .cxm-page-shell .cxm-related-service-grid {
    grid-template-columns: 1fr;
  }

  .cxm-page-shell .faq-section {
    padding: 8px;
  }

  .cxm-page-shell .faq-section h3 {
    font-size: 16px;
    padding: 16px 14px 14px 48px;
  }

  .cxm-page-shell .faq-section h3::before {
    height: 26px;
    left: 14px;
    top: 14px;
    width: 26px;
  }

  .cxm-page-shell .faq-section h3+p {
    padding: 0 14px 16px 48px;
  }

  .cxm-page-shell .faq-section h3+p::before {
    left: 24px;
  }

  .cxm-page-shell .cta-section {
    padding: 42px 16px;
  }
}

@media (max-width: 480px) {

  .cxm-page-shell .faq-section h3,
  .cxm-page-shell .faq-section h3+p {
    padding-left: 14px;
  }

  .cxm-page-shell .faq-section h3::before,
  .cxm-page-shell .faq-section h3+p::before {
    display: none;
  }
}

/* Tighten the first content block directly after the top banner. */
.picture+.top__content__wrap .cxm-page-header {
  padding-top: 18px;
}

/* ====== Product Detail Page Polish ====== */
.picture--product img {
  aspect-ratio: 1600 / 360;
  object-fit: cover;
}

.cxm-product-page {
  background: #f7f8fa;
}

.cxm-product-page main {
  background: transparent;
  padding-bottom: 64px;
}

.cxm-product-page .cxm-page-header {
  padding-bottom: 18px;
}

.cxm-product-page .cxm-page-breadcrumb {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.cxm-product-page .cxm-page-breadcrumb a {
  font-weight: 600;
}

.cxm-product-hero-shell {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  margin-top: 18px;
  overflow: hidden;
  padding: 26px 28px;
}

.cxm-product-hero-shell::before {
  display: none;
}

.cxm-product-hero {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.cxm-product-hero__media {
  align-self: start;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  padding: 14px;
}

.cxm-product-hero__media img {
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

.cxm-product-hero__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.cxm-product-pill {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe2ea;
  border-radius: 999px;
  color: #16385f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 34px;
  padding: 7px 14px;
  text-decoration: none;
}

.cxm-product-pill--link:hover {
  background: #eff4f8;
  color: #0c2a4d;
}

.cxm-product-page .cxm-page-title.cxm-product-hero__title {
  color: #07182d;
  font-family: arial, helvetica, microsoft yahei, open sans, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 0;
  text-align: left;
}

.cxm-product-page .cxm-page-title.cxm-product-hero__title::after {
  display: none;
}

.cxm-product-richtext {
  color: #425064;
  font-size: 15px;
  line-height: 1.7;
}

.cxm-product-richtext p {
  margin-bottom: 16px;
  text-align: left;
}

.cxm-product-richtext p:last-child {
  margin-bottom: 0;
}

.cxm-product-richtext h3 {
  color: #0b2340;
  font-size: 18px;
  line-height: 1.35;
  margin: 22px 0 10px;
}

.cxm-product-richtext ul,
.cxm-product-richtext ol {
  margin: 18px 0;
  padding-left: 20px;
}

.cxm-product-richtext ul li,
.cxm-product-richtext ol li {
  margin-bottom: 10px;
}

.cxm-product-richtext ul li {
  list-style: disc;
}

.cxm-product-richtext ol li {
  list-style: decimal;
}

.cxm-product-hero__tags {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cxm-product-hero__tag {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 4px;
  line-height: 1.5;
  min-height: 34px;
  padding: 6px 12px;
}

.cxm-product-hero__tag strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
}

.cxm-product-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cxm-product-hero__actions .btn-quote,
.cxm-product-hero__actions button.btn-quote {
  background: #0c2a4d !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  justify-content: center;
  min-height: 0;
  padding: 8px 16px !important;
  text-decoration: none !important;
  transition: background 0.2s ease !important;
}

.cxm-product-hero__actions .btn-quote:hover,
.cxm-product-hero__actions button.btn-quote:hover {
  background: #163e69 !important;
}

.cxm-product-hero__contact {
  color: #4b5563;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.cxm-product-hero__contact span {
  display: block;
  font-weight: 500;
}

.cxm-product-jump-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  gap: 0;
  margin-top: 18px;
}

.cxm-product-jump-nav a {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #475569;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cxm-product-jump-nav a:hover {
  border-color: #0c2a4d;
  box-shadow: none;
  color: #0c2a4d;
  transform: none;
}

.cxm-product-page .cxm-page-section {
  margin-top: 34px;
  scroll-margin-top: 110px;
}

.cxm-product-page .cxm-section-title,
.cxm-product-page .product-specs h2,
.cxm-product-page .connect-form-title,
.cxm-product-page .cp-recos__title {
  color: #07182d;
  font-family: arial, helvetica, microsoft yahei, open sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
}

.cxm-product-page .cxm-section-title::after {
  display: none;
}

.cxm-product-page .seo-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  margin-bottom: 0;
  padding: 28px;
}

.cxm-product-page .application-item {
  margin-top: 20px;
}

.cxm-product-page .cxm-product-section-copy img,
.cxm-product-page .faq-section img {
  border-radius: 16px;
  display: block;
  height: auto;
  margin: 24px auto;
  max-width: 100%;
}

.cxm-product-page .cxm-product-section-copy table {
  background: #ffffff;
  border-collapse: collapse;
  border-radius: 12px;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.cxm-product-page .cxm-product-section-copy--specs {
  overflow: hidden;
  padding: 0;
}

.cxm-product-page .cxm-product-section-copy--specs .product-specs {
  margin: 0;
  padding: 28px;
}

.cxm-product-page .cxm-product-section-copy--specs .product-specs-table {
  display: table;
  overflow: visible;
}

.cxm-product-page .cxm-product-section-copy--specs .product-specs h2 {
  margin-top: 0;
}

.cxm-product-page .product-specs-table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.cxm-product-page .product-specs-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.cxm-product-page .product-specs-table th,
.cxm-product-page .product-specs-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 6px;
  text-align: left;
  vertical-align: top;
}

.cxm-product-page .product-specs-table tr:last-child th,
.cxm-product-page .product-specs-table tr:last-child td {
  border-bottom: 0;
}

.cxm-product-page .product-specs-table th {
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 32%;
}

.cxm-product-page .product-specs-table td {
  color: #0f172a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.cxm-product-page .product-cert-bar {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: none;
  margin-top: 0;
  padding: 18px 20px;
}

.cxm-product-page .product-cert-bar__inner {
  color: #4b5563;
}

.cxm-product-page .product-cert-bar__label {
  color: #0f172a;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.cxm-product-page .product-cert-bar__items {
  font-weight: 500;
}

.cxm-product-page .product-cert-bar__sep {
  color: #94a3b8;
}

.cxm-product-page .product-cert-bar__link {
  color: #0c2a4d;
  font-weight: 700;
}

.cxm-product-page .product-cert-bar__link:hover {
  color: #163e69;
}

.cxm-product-page .connect-form-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  margin-top: 0;
  overflow: visible;
  padding: 28px;
}

.cxm-product-page .connect-form-title {
  border-bottom: 0;
  color: #07182d;
  margin-bottom: 16px;
  padding-bottom: 0;
  position: static;
}

.cxm-product-page .connect-form-title::before {
  display: none;
}

.cxm-product-page .connect-form-intro {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.65;
}

.cxm-product-page .connect-form-highlight {
  color: #0c2a4d;
}

.cxm-product-page #product-capabilities .cxm-product-richtext>h3:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.cxm-product-page #product-capabilities .cxm-product-richtext>h3:first-child+ul {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 14px;
  padding-left: 0;
}

.cxm-product-page #product-capabilities .cxm-product-richtext>h3:first-child+ul li {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 12px 10px 32px;
  line-height: 1.55;
}

.cxm-product-page #product-capabilities .cxm-product-richtext>h3:first-child+ul+p {
  margin-top: 12px;
}

.cxm-product-quote-contact {
  color: #334155;
  font-weight: 600;
  margin-top: 0 !important;
}

.cxm-product-quote-form {
  background: transparent;
  margin-top: 20px;
  padding: 0;
}

.cxm-product-page .connect-form-content form {
  margin: 0;
}

.cxm-product-page .connect-form-content .ff-el-form-control,
.cxm-product-page .connect-form-content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.cxm-product-page .connect-form-content textarea,
.cxm-product-page .connect-form-content select {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.cxm-product-page .connect-form-content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.cxm-product-page .connect-form-content textarea,
.cxm-product-page .connect-form-content select {
  min-height: 50px;
  padding: 12px 14px !important;
}

.cxm-product-page .connect-form-content textarea {
  min-height: 140px;
}

.cxm-product-page .connect-form-content .ff-btn-submit,
.cxm-product-page .connect-form-content button[type="submit"],
.cxm-product-page .connect-form-content input[type="submit"] {
  background: #0c2a4d !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  min-height: 44px;
  padding: 12px 24px !important;
}

.cxm-product-page .connect-form-content .ff-btn-submit:hover,
.cxm-product-page .connect-form-content button[type="submit"]:hover,
.cxm-product-page .connect-form-content input[type="submit"]:hover {
  background: #163e69 !important;
}

.cxm-product-page .cp-recos {
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.cxm-product-page .cp-recos__head {
  align-items: end;
  border-bottom: 1px solid rgba(15, 40, 71, 0.08);
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.cxm-product-page .cp-recos__title {
  margin-bottom: 0;
}

.cxm-product-page .cp-recos__list {
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.cxm-product-page .cp-recos--3 .cp-recos__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cxm-product-page .cp-recos--2 .cp-recos__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 820px;
}

.cxm-product-page .cp-recos--1 .cp-recos__list {
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 400px;
}

.cxm-product-page .cp-recos__item {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(15, 40, 71, 0.08);
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 18px 36px rgba(14, 37, 64, 0.07);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.cxm-product-page .cp-recos__item:hover {
  box-shadow: 0 24px 44px rgba(14, 37, 64, 0.12);
}

.cxm-product-page .cp-recos__link {
  min-width: 0;
  overflow: hidden;
}

.cxm-product-page .cp-recos__image {
  background: linear-gradient(180deg, #f7fbff, #edf3f9);
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
}

.cxm-product-page .cp-recos__image img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  width: 100%;
}

.cxm-product-page .cp-recos--1 .cp-recos__image {
  margin: 0 auto;
  width: min(100%, 360px);
}

.cxm-product-page .cp-recos--1 .cp-recos__image img {
  max-width: 360px;
}

.cxm-product-page .cp-recos__title-txt {
  color: #0b2340;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 18px 20px;
}

.cxm-product-page .cxm-product-post-navigation {
  margin-bottom: 0;
}

.cxm-product-page .previous-post,
.cxm-product-page .next-post {
  background: #ffffff;
  border: 1px solid rgba(15, 40, 71, 0.1);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(14, 37, 64, 0.06);
  padding: 16px 18px;
}

.cxm-product-page .previous-post a,
.cxm-product-page .next-post a {
  color: #16385f;
  font-weight: 700;
}

.cxm-product-page .previous-post:hover,
.cxm-product-page .next-post:hover {
  background: #f8fbff;
  box-shadow: 0 18px 34px rgba(14, 37, 64, 0.1);
}

@media (max-width: 1100px) {
  .cxm-product-hero-shell {
    padding: 22px;
  }

  .cxm-product-hero {
    gap: 20px;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .picture--product img {
    aspect-ratio: 750 / 360;
  }

  .cxm-product-page main {
    padding-bottom: 48px;
  }

  .cxm-product-hero-shell {
    border-radius: 12px;
    padding: 18px 16px;
  }

  .cxm-product-hero {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .cxm-product-hero__media {
    padding: 12px;
  }

  .cxm-product-page .cxm-page-title.cxm-product-hero__title {
    font-size: 24px;
  }

  .cxm-product-hero__tags {
    grid-template-columns: 1fr;
  }

  .cxm-product-hero__actions {
    align-items: flex-start;
    flex-direction: row;
  }

  .cxm-product-hero__actions .btn-quote,
  .cxm-product-hero__actions button.btn-quote {
    width: auto;
  }

  .cxm-product-jump-nav {
    flex-wrap: nowrap;
    margin-top: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cxm-product-jump-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .cxm-product-page .cxm-page-section {
    margin-top: 26px;
  }

  .cxm-product-page .cxm-section-title,
  .cxm-product-page .product-specs h2,
  .cxm-product-page .connect-form-title,
  .cxm-product-page .cp-recos__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .cxm-product-page .cp-recos__list,
  .cxm-product-page .cp-recos--2 .cp-recos__list,
  .cxm-product-page .cp-recos--3 .cp-recos__list,
  .cxm-product-page .cp-recos--4 .cp-recos__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .cxm-product-page .cp-recos--1 .cp-recos__list {
    grid-template-columns: minmax(0, 1fr);
    max-width: 400px;
  }

  .cxm-product-page .seo-section {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .cxm-product-richtext {
    font-size: 15px;
  }

  .cxm-product-richtext h3 {
    font-size: 18px;
    margin-top: 22px;
  }

  .cxm-product-page .cxm-product-section-copy--specs .product-specs {
    padding: 22px 18px;
  }

  .cxm-product-page .product-specs-table,
  .cxm-product-page .product-specs-table tbody,
  .cxm-product-page .product-specs-table tr,
  .cxm-product-page .product-specs-table th,
  .cxm-product-page .product-specs-table td {
    display: block;
    width: 100%;
  }

  .cxm-product-page .product-specs-table tr {
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 16px;
  }

  .cxm-product-page .product-specs-table tr:last-child {
    border-bottom: 0;
  }

  .cxm-product-page .product-specs-table tr:last-child th,
  .cxm-product-page .product-specs-table tr:last-child td {
    border-bottom: 0;
  }

  .cxm-product-page .product-specs-table th,
  .cxm-product-page .product-specs-table td {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .cxm-product-page .product-specs-table th {
    margin-bottom: 6px;
  }

  .cxm-product-page .product-specs-table td {
    color: #111827;
  }

  .cxm-product-page .product-cert-bar {
    border-radius: 12px;
    padding: 18px;
  }

  .cxm-product-page .product-cert-bar__inner {
    gap: 8px;
  }

  .cxm-product-page .connect-form-section {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .cxm-product-page .connect-form-intro {
    font-size: 15px;
  }

  .cxm-product-page #product-capabilities .cxm-product-richtext>h3:first-child+ul {
    grid-template-columns: 1fr;
  }

  .cxm-product-page .cp-recos__image {
    padding: 14px;
  }

  .cxm-product-page .previous-post,
  .cxm-product-page .next-post {
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  .cxm-product-page .cp-recos__list,
  .cxm-product-page .cp-recos--1 .cp-recos__list,
  .cxm-product-page .cp-recos--2 .cp-recos__list,
  .cxm-product-page .cp-recos--3 .cp-recos__list,
  .cxm-product-page .cp-recos--4 .cp-recos__list {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }

  .cxm-product-page .cp-recos--1 .cp-recos__image {
    width: 100%;
  }

  .cxm-product-page .cp-recos--1 .cp-recos__image img {
    max-width: 100%;
  }
}

.picture+.top__content__wrap .cxm-page-breadcrumb {
  padding-top: 0;
}

.picture+.top__content__wrap main>.container-1100:first-child>h2.ttl:first-child {
  margin-top: 26px;
}

.picture+main .ny-con {
  padding-top: 20px;
}

.picture+main .blogsingle {
  padding-top: 24px;
}

.picture+div>h1.ttl:first-child {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .picture+.top__content__wrap .cxm-page-header {
    padding-top: 12px;
  }

  .picture+.top__content__wrap .cxm-page-breadcrumb {
    margin-bottom: 8px;
    padding-top: 0;
  }

  .picture+.top__content__wrap main>.container-1100:first-child>h2.ttl:first-child {
    margin-top: 16px;
  }

  .picture+main .ny-con {
    padding-top: 12px;
  }

  .picture+main .blogsingle {
    padding-top: 14px;
  }

  .picture+div>h1.ttl:first-child {
    margin-top: 16px;
  }
}
