@font-face {
  font-family: "Source Han Sans CN";
  src: url("./fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("./fonts/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --jw-ink: #f2f5f8;
  --jw-muted: #a8b2bf;
  --jw-soft: #131a22;
  --jw-line: #313b47;
  --jw-blue: #1677ff;
  --jw-blue-dark: #0b4ea2;
  --jw-cyan: #36d1ff;
  --jw-green: #47a66d;
  --jw-gold: #d69b31;
  --jw-white: #1e2630;
  --jw-radius: 8px;
  --jw-shadow: 0 22px 60px rgba(0, 0, 0, .32);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--jw-ink);
  background: #0d1218;
  font-family: "Source Han Sans CN", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

a:hover {
  color: var(--jw-blue);
}

.text-secondary {
  color: var(--jw-muted) !important;
}

.text-primary {
  color: var(--jw-blue) !important;
}

.form-control {
  color: var(--jw-ink);
  background: #111820;
}

.form-control::placeholder {
  color: #707b88;
}

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

.jw-shell {
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 88px;
}

.jw-topbar {
  background: var(--jw-blue-dark);
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  padding: 8px 0;
}

.jw-topbar i {
  color: var(--jw-cyan);
  margin-right: 6px;
}

.jw-navbar {
  min-height: 88px;
  padding: 0;
  background: #0d131a;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .26);
  z-index: 110;
}

.jw-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.jw-brand-logo {
  display: block;
  width: 206px;
  max-height: 54px;
  object-fit: contain;
}

.jw-brand-mark {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
}

.jw-brand-text strong {
  display: block;
  color: var(--jw-blue);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.jw-brand-text small {
  display: block;
  max-width: 270px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-nav .nav-link {
  position: relative;
  justify-content: center;
  width: 126px;
  color: rgba(255, 255, 255, .86);
  font-weight: 400;
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

.navbar-nav .active .nav-link,
.navbar-nav .nav-link:hover {
  color: #ffffff;
  background: #17212b;
}

.navbar-nav .active .nav-link::after,
.jw-nav-item:hover > .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--jw-blue);
}

.jw-nav-item {
  position: relative;
}

.jw-nav-scrim {
  position: fixed;
  inset: 88px 0 0;
  display: none;
  background: rgba(3, 7, 12, .64);
  backdrop-filter: blur(4px);
  z-index: 80;
  pointer-events: none;
}

.jw-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 238px;
  display: none;
  background: #232c36;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
  z-index: 90;
}

.jw-mega-list {
  position: relative;
  max-height: calc(100vh - 88px);
  overflow: visible;
  padding: 16px 18px;
}

.jw-nav-item:hover .jw-nav-scrim,
.jw-nav-item:hover .jw-mega,
.jw-nav-item.is-open .jw-nav-scrim,
.jw-nav-item.is-open .jw-mega {
  display: block;
}

.jw-mega-title,
.jw-mega a,
.jw-mega-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 16px;
  font-family: inherit;
  text-align: left;
}

.jw-mega-title span,
.jw-mega a span,
.jw-mega-link span {
  min-width: 0;
  flex: 1 1 auto;
}

.jw-mega-title i,
.jw-mega a i,
.jw-mega-link i {
  flex: 0 0 18px;
  width: 18px;
  text-align: center;
}

.jw-mega-title {
  color: #ffffff;
  font-weight: 700;
}

.jw-mega a:hover,
.jw-mega-link:hover,
.jw-mega-branch.is-open > .jw-mega-link,
.jw-mega-branch:hover > .jw-mega-link {
  color: #ffffff;
}

.jw-mega i {
  color: rgba(255, 255, 255, .42);
}

.jw-mega-branch {
  position: static;
}

.jw-mega-sub {
  position: absolute;
  top: 0;
  left: 100%;
  width: 224px;
  min-height: 100%;
  max-height: calc(100vh - 88px);
  display: none;
  overflow-y: auto;
  padding: 16px 18px;
  background: #495a65;
  box-shadow: 24px 26px 70px rgba(0, 0, 0, .34);
}

.jw-mega-branch:hover > .jw-mega-sub,
.jw-mega-branch.is-open > .jw-mega-sub {
  display: block;
}

.jw-mega-branch:hover > .jw-mega-link,
.jw-mega-branch.is-open > .jw-mega-link {
  background: #495a65;
  margin: 0 -18px;
  width: calc(100% + 36px);
  padding: 0 18px;
}

.jw-mega-branch:hover > .jw-mega-link i::before,
.jw-mega-branch.is-open > .jw-mega-link i::before {
  content: "\f2ea";
}

.jw-nav-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.jw-nav-tools a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 20px;
}

.jw-lang {
  position: relative;
}

.jw-lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 54px;
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.jw-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  flex: 0 0 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  line-height: 1;
  transform: translateY(1px);
}

.jw-lang-toggle span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.jw-lang-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: 146px;
  transform: translateX(-50%);
  display: none;
  padding: 8px;
  background: #232c36;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .38);
  z-index: 120;
}

.jw-lang.is-open .jw-lang-menu {
  display: block;
}

.jw-lang-menu button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.jw-lang-menu button:hover,
.jw-lang-menu button.is-active {
  color: #ffffff;
  background: #303943;
}

.jw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--jw-blue);
  border-radius: var(--jw-radius);
  background: var(--jw-blue);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

.jw-btn:hover {
  color: #ffffff;
  background: var(--jw-blue-dark);
  border-color: var(--jw-blue-dark);
  transform: translateY(-1px);
}

.jw-btn-outline {
  background: transparent;
  color: var(--jw-blue);
}

.jw-btn-outline:hover {
  color: #ffffff;
}

.jw-hero-consult-btn {
  border-color: #e6532f;
  color: #e6532f;
}

.jw-hero-consult-btn:hover {
  border-color: #e6532f;
  background: #e6532f;
  color: #ffffff;
}

.jw-section {
  padding: 84px 0;
}

.jw-section-soft {
  background: #111820;
}

.jw-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.jw-section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.jw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--jw-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jw-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--jw-cyan);
}

.jw-section-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0;
}

.jw-section-desc {
  margin: 14px 0 0;
  color: var(--jw-muted);
  font-size: 17px;
}

.jw-section-arrow {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.jw-section-arrow:hover {
  color: var(--jw-cyan);
  transform: translateX(3px);
}

.jw-hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: stretch;
  background: #0b1d31;
  color: #ffffff;
}

.jw-hero .carousel-inner,
.jw-hero .carousel-item {
  min-height: 740px;
}

.jw-hero-media {
  position: absolute;
  inset: 0;
}

.jw-hero-media img,
.jw-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 16, 28, .9), rgba(5, 16, 28, .64) 46%, rgba(5, 16, 28, .2));
}

.jw-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 190px;
  background: linear-gradient(180deg, rgba(8, 13, 18, 0), rgba(8, 13, 18, .74) 54%, #080d12 100%);
  pointer-events: none;
  z-index: 1;
}

.jw-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.jw-hero-content {
  max-width: 760px;
  padding: 128px 0 78px;
  transform: translateY(28px);
}

.jw-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .26);
  display: -webkit-box;
  max-height: calc(1.08em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.jw-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(244, 248, 252, .92);
  font-size: 19px;
  line-height: 1.55;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  display: -webkit-box;
  max-height: calc(1.55em * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.jw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jw-hero-control {
  display: none !important;
  top: 50%;
  bottom: auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(8, 14, 21, .52);
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  z-index: 5;
}

.jw-hero-control:hover {
  border-color: rgba(54, 209, 255, .58);
  background: rgba(22, 119, 255, .18);
  color: var(--jw-cyan);
}

.jw-hero-control i {
  font-size: 24px;
  line-height: 1;
}

.jw-hero-control-prev {
  left: clamp(18px, 3vw, 44px);
}

.jw-hero-control-next {
  right: clamp(18px, 3vw, 44px);
}

.jw-hero-indicators {
  right: auto;
  bottom: 138px;
  left: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  transform: translateX(-50%);
}

.jw-hero-indicators [data-bs-target] {
  box-sizing: border-box;
  width: 44px;
  height: 3px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  opacity: 1;
  transition: width .18s ease, background-color .18s ease;
}

.jw-hero-indicators .active {
  width: 72px;
  background: var(--jw-blue);
}

.jw-band-links {
  position: relative;
  z-index: 4;
  margin-top: -92px;
}

.jw-band-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--jw-white);
  border: 1px solid var(--jw-line);
  border-radius: 18px;
  box-shadow: var(--jw-shadow);
}

.jw-band-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 116px;
  padding: 26px;
  border-right: 1px solid var(--jw-line);
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(2px);
  color: #ffffff;
}

.jw-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform .55s ease, filter .55s ease;
  will-change: transform;
}

.jw-band-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .66);
  pointer-events: none;
}

.jw-band-content {
  position: relative;
  z-index: 2;
  display: block;
}

.jw-band-item:hover .jw-band-bg {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.07);
}

.jw-band-item:last-child {
  border-right: 0;
}

.jw-band-item i {
  color: #ffffff;
  font-size: 26px;
}

.jw-band-item h2,
.jw-band-item h3 {
  margin: 12px 0 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.jw-band-item p {
  margin: 0;
  color: var(--jw-muted);
}

.jw-band-item:hover,
.jw-band-item:hover i,
.jw-band-item:hover h2,
.jw-band-item:hover h3 {
  color: #ffffff;
}

.jw-band-item:hover p {
  color: var(--jw-muted);
}

.jw-card {
  height: 100%;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.jw-card:hover {
  border-color: rgba(0, 83, 155, .28);
  box-shadow: var(--jw-shadow);
  transform: translateY(-2px);
}

.jw-card-body {
  padding: 26px;
}

.jw-card h3,
.jw-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.jw-card p {
  margin: 0;
  color: var(--jw-muted);
}

.jw-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--jw-radius);
  color: var(--jw-blue);
  background: rgba(22, 119, 255, .12);
  font-size: 24px;
}

.jw-product-card {
  overflow: hidden;
}

.jw-product-card .jw-card-body {
  padding: 22px 22px 24px;
}

.jw-product-card h2 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.jw-product-card h2 a {
  display: block;
  overflow: hidden;
  color: #f7fbff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jw-product-card p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3.2em;
  color: rgba(247, 251, 255, .66);
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-product-list-main {
  width: 100%;
}

.jw-product-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  background: #07111a;
  overflow-x: auto;
  scrollbar-width: none;
}

.jw-product-tabs::-webkit-scrollbar {
  display: none;
}

.jw-product-tabs:empty {
  display: none;
}

.jw-product-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  flex: 0 0 160px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease;
}

.jw-product-tab:last-child {
  border-right: 0;
}

.jw-product-tab::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: var(--jw-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.jw-product-tab:hover {
  background: rgba(22, 119, 255, .14);
  color: #ffffff;
}

.jw-product-tab:hover::after {
  transform: scaleX(1);
}

.jw-product-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #202a35, #141b23);
  color: var(--jw-blue);
  font-size: 44px;
}

.jw-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-product-list-page .jw-product-thumb {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.jw-product-list-page .jw-product-thumb img {
  object-fit: contain;
}

.jw-photo-card {
  overflow: hidden;
  border: 0;
  background: transparent;
}

.jw-photo-card-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #202a35, #141b23);
  color: var(--jw-blue);
  font-size: 44px;
}

.jw-photo-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .28s ease, filter .28s ease;
}

.jw-photo-card:hover .jw-photo-card-thumb img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}

.jw-photo-card h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 52px 22px 18px;
  background: linear-gradient(180deg, rgba(5, 10, 16, 0), rgba(5, 10, 16, .86));
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.jw-photo-card h2 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jw-video-play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(3, 10, 17, .46);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%);
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.jw-video-play-badge i {
  display: block;
  margin-left: 3px;
  line-height: 1;
}

.jw-product-thumb:hover .jw-video-play-badge {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(22, 119, 255, .56);
  transform: translate(-50%, -50%) scale(1.06);
}

.jw-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.jw-home-product-section {
  position: relative;
  overflow: hidden;
  background-color: #080d12;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jw-home-product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(22, 119, 255, .12), transparent 34%),
    linear-gradient(180deg, rgba(5, 10, 16, .34) 0%, rgba(5, 10, 16, .56) 34%, #080d12 100%),
    linear-gradient(90deg, rgba(7, 12, 18, .54), rgba(7, 12, 18, .28) 48%, rgba(7, 12, 18, .62));
  pointer-events: none;
}

.jw-home-product-section .container {
  position: relative;
  z-index: 1;
}

.jw-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jw-home-product {
  display: block;
  min-width: 0;
}

.jw-home-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, #202a35, #141b23);
}

.jw-home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.jw-home-product-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--jw-blue);
  font-size: 42px;
}

.jw-home-product-title {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jw-home-product:hover .jw-home-product-media img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}

.jw-home-product:hover .jw-home-product-title {
  color: #ffffff;
}

.jw-case-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(22, 119, 255, .18), transparent 34%),
    linear-gradient(180deg, #101821 0%, #0d1218 100%);
}

.jw-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jw-case-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: #17212b;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
  isolation: isolate;
}

.jw-case-card:first-child {
  grid-column: span 2;
}

.jw-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, .08), rgba(5, 10, 16, .25) 34%, rgba(5, 10, 16, .94)),
    linear-gradient(90deg, rgba(13, 106, 198, .22), transparent 66%);
  pointer-events: none;
}

.jw-case-card img,
.jw-case-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.jw-case-card img {
  object-fit: cover;
  transition: transform .36s ease, filter .36s ease;
}

.jw-case-placeholder {
  background:
    radial-gradient(circle at 28% 18%, rgba(54, 209, 255, .34), transparent 30%),
    radial-gradient(circle at 78% 74%, rgba(22, 119, 255, .22), transparent 34%),
    linear-gradient(135deg, rgba(21, 42, 60, .98), rgba(9, 15, 23, .98) 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 46px);
}

.jw-case-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.jw-case-title {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .5);
}

.jw-case-summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-case-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.05);
}

.jw-application-section {
  padding-top: 86px;
}

.jw-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jw-application-card {
  position: relative;
  display: block;
  min-height: 292px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #17212b;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
  isolation: isolate;
  transition: transform .22s ease;
}

.jw-application-card::before,
.jw-application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.jw-application-card::before {
  background:
    linear-gradient(180deg, rgba(7, 13, 20, .08) 0%, rgba(7, 13, 20, .18) 46%, rgba(3, 8, 13, .88) 100%),
    linear-gradient(90deg, rgba(13, 106, 198, .18), transparent 58%);
}

.jw-application-card::after {
  background: rgba(0, 0, 0, .38);
  opacity: 0;
  transition: opacity .2s ease;
}

.jw-application-card img,
.jw-application-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.jw-application-card img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease, filter .35s ease;
}

.jw-application-fallback {
  background:
    radial-gradient(circle at 72% 24%, rgba(54, 209, 255, .32), transparent 34%),
    linear-gradient(135deg, rgba(22, 119, 255, .42), rgba(12, 23, 34, .96) 54%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 42px);
}

.jw-application-content {
  position: absolute;
  left: 28px;
  right: 24px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.jw-application-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.jw-application-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .42);
}

.jw-application-card:hover {
  transform: translateY(-2px);
}

.jw-application-card:hover::after {
  opacity: 1;
}

.jw-application-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.055);
}

.jw-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid var(--jw-line);
  border-radius: 999px;
  color: var(--jw-muted);
  background: #141b23;
  font-size: 13px;
  font-weight: 600;
}

.jw-showcase-section {
  background: transparent;
  padding: 0;
}

.jw-showcase-carousel {
  position: relative;
  overflow: hidden;
  background: #0d141d;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.jw-showcase-carousel::before {
  content: "";
  position: absolute;
  right: max(102px, calc((100vw - 1320px) / 2 + 102px));
  bottom: 46px;
  width: 46px;
  height: 6px;
  background: rgba(255, 255, 255, .96);
  z-index: 4;
  display: none;
  pointer-events: none;
}

.jw-showcase-carousel .carousel-item {
  min-height: 420px;
}

.jw-showcase-media {
  position: absolute;
  inset: 0;
  background: #0d141d;
}

.jw-showcase-media img,
.jw-showcase-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-showcase-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, .08), rgba(5, 10, 16, .86)),
    linear-gradient(90deg, rgba(5, 10, 16, .72), rgba(5, 10, 16, .18) 58%, rgba(5, 10, 16, .38));
  z-index: 1;
}

.jw-showcase-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 48px);
  color: #ffffff;
}

.jw-showcase-content h2,
.jw-showcase-content p,
.jw-showcase-content .jw-btn {
  max-width: 560px;
}

.jw-showcase-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 300;
}

.jw-showcase-content p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

.jw-showcase-content .jw-btn {
  align-self: flex-start;
  margin-top: 24px;
}

.jw-showcase-control {
  display: none !important;
  top: auto;
  bottom: 37px;
  width: 70px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  opacity: 1;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  z-index: 3;
}

.jw-showcase-control:hover {
  background: transparent;
  color: var(--jw-cyan);
}

.jw-showcase-control span {
  width: 70px;
  height: 2px;
  display: block;
  background: currentColor;
}

.jw-showcase-control-prev {
  left: auto;
  right: max(168px, calc((100vw - 1320px) / 2 + 168px));
}

.jw-showcase-control-next {
  right: max(12px, calc((100vw - 1320px) / 2 + 12px));
}

.jw-showcase-indicators {
  right: max(12px, calc((100vw - 1320px) / 2 + 12px));
  bottom: 46px;
  left: auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

.jw-showcase-indicators [data-bs-target] {
  box-sizing: border-box;
  width: 44px;
  height: 3px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  opacity: 1;
  transition: width .18s ease, background-color .18s ease;
}

.jw-showcase-indicators .active {
  width: 72px;
  background: var(--jw-blue);
}

.jw-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: center;
}

.jw-factory-frame {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--jw-radius);
  background: #18212b;
}

.jw-factory-frame img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.jw-process {
  display: grid;
  gap: 14px;
}

.jw-process-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
}

.jw-process-row strong {
  color: var(--jw-blue);
  font-size: 22px;
  line-height: 1;
}

.jw-news-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
}

.jw-news-date {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-radius: var(--jw-radius);
  background: #111820;
  color: var(--jw-blue);
  text-align: center;
  font-weight: 700;
}

.jw-news-date span {
  display: block;
  color: var(--jw-muted);
  font-size: 12px;
  font-weight: 600;
}

.jw-news-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: stretch;
  padding: 22px 24px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
}

.jw-news-row + .jw-news-row {
  margin-top: 18px;
}

.jw-news-row-media {
  min-height: 132px;
  border-radius: var(--jw-radius);
  overflow: hidden;
  background: var(--jw-soft);
}

.jw-news-row-media img,
.jw-news-row-media .jw-news-placeholder {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.jw-news-placeholder {
  display: grid;
  place-items: center;
  color: var(--jw-blue);
  font-size: 38px;
}

.jw-search-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.jw-search-card {
  overflow: hidden;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.jw-search-card:hover {
  border-color: rgba(255, 255, 255, .16);
  box-shadow: var(--jw-shadow);
  transform: translateY(-2px);
}

.jw-search-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #202a35, #111820);
  color: rgba(255, 255, 255, .72);
  font-size: 34px;
}

.jw-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-search-card-body {
  padding: 16px 16px 18px;
}

.jw-search-card h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.jw-search-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: #f7fbff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-search-card p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.9em;
  margin: 0;
  color: rgba(247, 251, 255, .62);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-home-news-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0;
}

.jw-home-news-grid.is-marquee {
  scroll-snap-type: none;
}

.jw-home-news-grid::-webkit-scrollbar {
  display: none;
}

.jw-home-news-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #17212b;
  isolation: isolate;
  scroll-snap-align: start;
}

.jw-home-news-grid.is-marquee .jw-home-news-card {
  scroll-snap-align: none;
}

.jw-home-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, .08), rgba(5, 10, 16, .34) 42%, rgba(5, 10, 16, .92)),
    linear-gradient(90deg, rgba(13, 106, 198, .16), transparent 62%);
  pointer-events: none;
}

.jw-home-news-card img,
.jw-home-news-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.jw-home-news-card img {
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.jw-home-news-placeholder {
  display: grid;
  place-items: center;
  color: var(--jw-blue);
  background:
    radial-gradient(circle at 72% 24%, rgba(54, 209, 255, .24), transparent 34%),
    linear-gradient(135deg, rgba(22, 119, 255, .3), rgba(12, 23, 34, .96) 54%);
  font-size: 44px;
}

.jw-home-news-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.jw-home-news-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .46);
}

.jw-home-news-summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jw-home-news-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}

.jw-home-demand-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(42px, 5.2vw, 78px) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jw-home-demand-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  pointer-events: none;
}

.jw-home-demand-section .container {
  position: relative;
  z-index: 1;
}

.jw-home-demand-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 72px);
  min-height: 138px;
}

.jw-home-demand-content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(26px, 3.1vw, 42px);
  font-weight: 400;
  line-height: 1.16;
}

.jw-home-demand-content p {
  margin: 0;
  max-width: 860px;
  color: rgba(247, 251, 255, .82);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

.jw-home-demand-content .jw-btn {
  flex: 0 0 auto;
  min-width: 156px;
}

.jw-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--jw-line);
  background: var(--jw-white);
}

.jw-feature-strip a {
  padding: 28px;
  border-right: 1px solid var(--jw-line);
}

.jw-feature-strip a:last-child {
  border-right: 0;
}

.jw-feature-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.jw-product-tree {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jw-product-tree-group {
  padding: 22px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
}

.jw-product-tree-group h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.jw-product-tree-group ul {
  margin: 0;
  padding-left: 18px;
  color: var(--jw-muted);
}

.jw-page-hero {
  padding: 94px 0 104px;
  background: #111820;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.jw-page-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.12;
  font-weight: 300;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .34);
}

.jw-page-hero p {
  color: rgba(244, 248, 252, .86);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.jw-breadcrumb {
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 300;
}

.jw-breadcrumb a {
  color: #ffffff;
}

.jw-news-main {
  width: 100%;
}

.jw-pages {
  padding: 64px 0 86px;
}

.jw-pages.jw-product-list-page {
  padding-top: 0;
}

.jw-side {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(22, 119, 255, .12), rgba(255, 255, 255, .025) 34%, rgba(255, 255, 255, .02)),
    rgba(16, 24, 32, .82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.jw-side-title {
  position: relative;
  padding: 18px 18px 16px;
  background: transparent;
  color: #f7fbff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.jw-side-title::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--jw-blue), rgba(255, 255, 255, .08));
}

.jw-side-list {
  padding: 10px 8px 12px;
  margin: 0;
  list-style: none;
}

.jw-side-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px 10px 10px 14px;
  border-radius: 6px;
  color: rgba(247, 251, 255, .72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  transition: background .18s ease, color .18s ease, padding-left .18s ease;
}

.jw-side-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 2px;
  border-radius: 99px;
  background: var(--jw-blue);
  opacity: 0;
  transition: opacity .18s ease;
}

.jw-side-list a i {
  color: rgba(247, 251, 255, .42);
  font-size: 13px;
  transition: color .18s ease, transform .18s ease;
}

.jw-side-list li.active a,
.jw-side-list a:hover {
  background: rgba(22, 119, 255, .12);
  color: #ffffff;
  padding-left: 18px;
}

.jw-side-list li.active a::before,
.jw-side-list a:hover::before {
  opacity: 1;
}

.jw-side-list li.active a i,
.jw-side-list a:hover i {
  color: var(--jw-blue);
  transform: translateX(2px);
}

.jw-side-widget {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(22, 119, 255, .08), rgba(255, 255, 255, .018)),
    rgba(16, 24, 32, .78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .14);
}

.jw-side-widget-title {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 8px;
  color: #f7fbff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
}

.jw-side-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--jw-blue), rgba(255, 255, 255, .07));
}

.jw-side-rank,
.jw-side-news {
  padding: 0;
  margin: 0;
  list-style: none;
}

.jw-side-rank li,
.jw-side-news li {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.jw-side-rank li:last-child,
.jw-side-news li:last-child {
  border-bottom: 0;
}

.jw-side-rank a,
.jw-side-news a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  color: rgba(247, 251, 255, .72);
}

.jw-side-rank span,
.jw-side-news span {
  display: -webkit-box;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-side-rank em,
.jw-side-news em {
  flex: 0 0 auto;
  width: 58px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(7, 13, 20, .5);
  color: rgba(54, 209, 255, .72);
  font-style: normal;
}

.jw-side-rank em img,
.jw-side-news em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.jw-side-rank em i,
.jw-side-news em i {
  font-size: 18px;
}

.jw-side-rank a:hover,
.jw-side-news a:hover {
  color: #ffffff;
}

.jw-content {
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
  padding: clamp(24px, 4vw, 42px);
}

.jw-content img {
  border-radius: var(--jw-radius);
}

.jw-about-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 8%, rgba(22, 119, 255, .18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #131c25;
  padding: clamp(28px, 4vw, 52px);
  color: #f7fbff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.jw-about-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.jw-about-eyebrow,
.jw-about-section-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--jw-cyan);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jw-about-eyebrow::before,
.jw-about-section-title span::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.jw-about-head h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 300;
}

.jw-about-head p {
  margin: 18px 0 0;
  color: rgba(247, 251, 255, .68);
  font-size: 18px;
  line-height: 1.75;
}

.jw-about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.jw-richtext {
  color: rgba(247, 251, 255, .78);
  font-size: 17px;
  line-height: 1.95;
}

.jw-richtext p {
  margin: 0 0 18px;
}

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

.jw-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.jw-about-facts div {
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background: rgba(7, 13, 20, .32);
}

.jw-about-facts strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.jw-about-facts span {
  display: block;
  margin-top: 9px;
  color: rgba(247, 251, 255, .58);
  font-size: 14px;
  line-height: 1.55;
}

.jw-about-pics {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
  border-radius: 16px;
  background: #101820;
}

.jw-about-pics .carousel-inner,
.jw-about-pics .carousel-item {
  aspect-ratio: 21 / 9;
}

.jw-about-pics .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.jw-about-pics-indicators {
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.jw-about-pics-indicators [data-bs-target] {
  box-sizing: border-box;
  width: 28px;
  height: 3px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  opacity: 1;
  transition: width .18s ease, background-color .18s ease;
}

.jw-about-pics-indicators .active {
  width: 46px;
  background: #ffffff;
}

.jw-about-gallery {
  margin-top: 44px;
  padding-top: 36px;
}

.jw-factory-page .jw-paged-gallery,
.jw-research-page .jw-paged-gallery,
.jw-gallery-page .jw-paged-gallery {
  margin-top: 18px;
  padding-top: 0;
}

.jw-factory-page,
.jw-gallery-page,
.jw-about-clean-page,
.jw-company-page,
.jw-research-page {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.jw-about-section-title {
  margin-bottom: 22px;
}

.jw-about-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.jw-about-section-head .jw-about-section-title {
  margin-bottom: 0;
}

.jw-about-section-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 300;
}

.jw-gallery-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.jw-gallery-arrow {
  position: relative;
  width: 44px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(247, 251, 255, .82);
  font-size: 20px;
  line-height: 1;
  transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

.jw-gallery-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.jw-gallery-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.jw-gallery-arrow[data-jw-gallery-prev]::before {
  left: 5px;
}

.jw-gallery-arrow[data-jw-gallery-prev]::after {
  left: 5px;
  transform: translateY(-50%) rotate(-135deg);
}

.jw-gallery-arrow[data-jw-gallery-next]::before {
  right: 5px;
}

.jw-gallery-arrow[data-jw-gallery-next]::after {
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}

.jw-gallery-arrow i {
  display: none;
}

.jw-gallery-arrow:hover {
  color: var(--jw-cyan);
  transform: translateY(-1px);
}

.jw-gallery-arrow:disabled {
  opacity: .36;
}

.jw-about-gallery-grid,
.jw-certificate-grid {
  display: grid;
  gap: 18px;
}

.jw-about-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jw-certificate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jw-patent-gallery .jw-certificate-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jw-honor-gallery .jw-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  align-items: stretch;
  justify-content: stretch;
  overflow: visible;
}

.jw-about-gallery figure,
.jw-certificate-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.jw-about-gallery img,
.jw-certificate-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
  transition: transform .28s ease, filter .28s ease;
}

.jw-certificate-grid img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  padding: 18px;
  background: rgba(255, 255, 255, .94);
}

.jw-about-gallery figcaption,
.jw-certificate-grid figcaption {
  padding: 12px 14px;
  color: rgba(247, 251, 255, .7);
  font-size: 14px;
  line-height: 1.5;
}

.jw-paged-gallery figure {
  border: 0;
  background: transparent;
}

.jw-honor-gallery .jw-certificate-grid figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.jw-paged-gallery img {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

.jw-honor-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.jw-patent-gallery img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  padding: 0;
  background: transparent;
}

.jw-paged-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 16px 14px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(5, 10, 16, 0), rgba(5, 10, 16, .82));
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jw-gallery-detail {
  margin-top: 34px;
  color: rgba(247, 251, 255, .78);
}

.jw-gallery-detail *,
.jw-gallery-detail p,
.jw-gallery-detail span,
.jw-gallery-detail strong {
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
}

.jw-gallery-detail strong {
  color: #ffffff !important;
  font-weight: 400;
}

.jw-about-gallery figure:hover img,
.jw-certificate-grid figure:hover img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.035);
}

.jw-company-layout,
.jw-factory-intro,
.jw-research-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.jw-company-copy,
.jw-research-main {
  position: relative;
  min-width: 0;
}

.jw-company-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 34px;
}

.jw-company-metrics div {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.jw-company-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.jw-company-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.jw-company-metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(247, 251, 255, .56);
  font-size: 14px;
}

.jw-factory-intro {
  grid-template-columns: 1fr;
}

.jw-research-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 22px;
}

.jw-research-stack div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.jw-research-stack div:last-child {
  border-right: 0;
}

.jw-research-stack span {
  color: var(--jw-blue);
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}

.jw-research-stack strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.jw-article-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.22;
  font-weight: 700;
}

.jw-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: var(--jw-muted);
  font-size: 14px;
}

.jw-detail-media {
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-soft);
  overflow: hidden;
}

.jw-detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
}

.jw-video-detail-page {
  width: 100%;
  margin: 0 auto;
}

.jw-video-detail-head {
  margin-bottom: 24px;
}

.jw-video-watch {
  display: grid;
  gap: 16px;
}

.jw-video-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #070d14;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .24);
}

.jw-video-stage video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #070d14;
  transform: translate(-50%, -50%);
}

.jw-video-stage video.is-portrait-video {
  max-width: 100%;
  max-height: 100%;
}

.jw-video-stage video.is-landscape-video {
  max-width: 100%;
  max-height: 100%;
}

.jw-video-stage video:not(.is-fit-ready) {
  width: auto;
  height: 100%;
}

.jw-video-controls {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(5, 10, 16, .66);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.jw-video-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 251, 255, .84);
  padding: 0;
  font: inherit;
  line-height: 1.3;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.jw-video-controls button:hover {
  background: rgba(22, 119, 255, .18);
  color: #ffffff;
}

.jw-video-controls i {
  font-size: 19px;
  line-height: 1;
}

.jw-video-episodes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.jw-video-episodes[hidden] {
  display: none;
}

.jw-video-episodes[data-video-count="0"],
.jw-video-episodes[data-video-count="1"] {
  display: none;
}

.jw-video-episode {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .035);
  color: rgba(247, 251, 255, .82);
  padding: 9px 15px;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.jw-video-episode span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jw-video-episode:hover,
.jw-video-episode.active {
  border-color: rgba(22, 119, 255, .9);
  background: rgba(22, 119, 255, .18);
  color: #ffffff;
  transform: translateY(-1px);
}

.jw-video-content {
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.jw-video-content > :first-child {
  margin-top: 0;
}

.jw-video-page-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.jw-video-page-nav p {
  min-width: 0;
  margin: 0;
}

.jw-video-page-nav p:last-child {
  text-align: right;
}

.jw-video-page-nav a {
  color: rgba(247, 251, 255, .78);
}

.jw-video-page-nav a:hover {
  color: #ffffff;
}

.jw-case-detail-content,
.jw-news-detail-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.jw-case-detail-content .jw-article-title,
.jw-news-detail-content .jw-article-title {
  font-weight: 300;
}

.jw-case-detail-gallery {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.jw-case-detail-gallery[hidden] {
  display: none;
}

.jw-case-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--jw-radius) - 4px);
  background: #101820;
}

.jw-case-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.jw-case-gallery-thumbs-wrap {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
}

.jw-case-gallery-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(8, 16, 25, .68);
  color: #ffffff;
  padding: 0;
  line-height: 1;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.jw-case-gallery-arrow:hover {
  border-color: var(--jw-blue);
  background: rgba(22, 119, 255, .32);
  transform: translateY(-1px);
}

.jw-case-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: none;
}

.jw-case-gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.jw-case-gallery-thumbs button {
  flex: 0 0 92px;
  width: 92px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #17212b;
  padding: 0;
  opacity: .72;
  transition: border-color .18s ease, opacity .18s ease, transform .18s ease;
}

.jw-case-gallery-thumbs button.active,
.jw-case-gallery-thumbs button:hover {
  border-color: var(--jw-blue);
  opacity: 1;
  transform: translateY(-1px);
}

.jw-case-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.jw-case-detail-gallery.is-single .jw-case-gallery-arrow,
.jw-case-detail-gallery.is-single .jw-case-gallery-thumbs {
  display: none;
}

.jw-case-detail-gallery.is-single .jw-case-gallery-thumbs-wrap {
  display: none;
}

.jw-case-body {
  margin-top: 22px;
}

.jw-photo-detail-page {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f7fbff;
  padding: 0;
}

.jw-photo-detail-head {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.jw-photo-detail-page .jw-article-title {
  font-weight: 300;
}

.jw-photo-waterfall {
  margin-bottom: 34px;
}

.jw-photo-waterfall[hidden] {
  display: none;
}

.jw-photo-waterfall-grid {
  column-count: 5;
  column-gap: 18px;
}

.jw-photo-waterfall-item {
  position: relative;
  display: block;
  break-inside: avoid;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}

.jw-photo-waterfall-item[hidden] {
  display: none !important;
}

.jw-photo-waterfall-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: transform .28s ease, filter .28s ease;
}

.jw-photo-waterfall-item:hover img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.035);
}

.jw-photo-waterfall-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 12px 12px;
  background: linear-gradient(180deg, rgba(5, 10, 16, 0), rgba(5, 10, 16, .82));
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jw-photo-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.jw-photo-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  min-height: 44px;
  border: 1px solid rgba(22, 119, 255, .62);
  border-radius: 6px;
  background: rgba(22, 119, 255, .12);
  color: #f7fbff;
  padding: 10px 18px;
  font: inherit;
  line-height: 1.2;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.jw-photo-more:hover {
  border-color: var(--jw-blue);
  background: rgba(22, 119, 255, .24);
  transform: translateY(-1px);
}

.jw-photo-more[hidden] {
  display: none !important;
}

.jw-photo-body {
  margin: 0 0 34px;
}

.jw-news-body {
  margin-top: 22px;
}

.jw-page-nav,
.jw-case-page-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
  padding: 16px 18px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: rgba(255, 255, 255, .025);
}

.jw-page-nav p,
.jw-case-page-nav p {
  min-width: 0;
  margin: 0;
}

.jw-page-nav p:last-child,
.jw-case-page-nav p:last-child {
  text-align: right;
}

.jw-page-nav a,
.jw-case-page-nav a {
  color: rgba(247, 251, 255, .78);
}

.jw-page-nav a:hover,
.jw-case-page-nav a:hover {
  color: #ffffff;
}

.jw-related-news {
  margin-top: 34px;
}

.jw-related-news h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

.jw-related-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jw-related-news-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border-radius: var(--jw-radius);
  background: rgba(255, 255, 255, .025);
  transition: background .18s ease, transform .18s ease;
}

.jw-related-news-card:hover {
  background: rgba(22, 119, 255, .06);
  transform: translateY(-1px);
}

.jw-related-news-thumb {
  display: block;
  width: 112px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(7, 13, 20, .62);
}

.jw-related-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .22s ease;
}

.jw-related-news-card:hover .jw-related-news-thumb img {
  transform: scale(1.04);
}

.jw-related-news-thumb span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(54, 209, 255, .7);
  font-size: 24px;
}

.jw-related-news-card h3 {
  min-width: 0;
  margin: 0;
  color: rgba(247, 251, 255, .88);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.jw-related-news-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jw-related-news-card h3 a:hover {
  color: #ffffff;
}

.jw-spec-panel {
  padding: 28px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-soft);
}

.jw-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.jw-spec-table td,
.jw-spec-table th {
  padding: 12px 10px;
  border-bottom: 1px solid var(--jw-line);
}

.jw-product-detail-page {
  color: #f7fbff;
}

.jw-product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(360px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.jw-product-gallery {
  min-width: 0;
  width: 100%;
  max-width: 540px;
}

.jw-product-main-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 28%, rgba(22, 119, 255, .12), transparent 42%),
    linear-gradient(180deg, #1c2630, #101820);
}

.jw-product-main-media img,
.jw-product-main-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.jw-product-main-media video {
  background: #050a0f;
}

.jw-product-media-empty {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--jw-blue);
  font-size: 72px;
}

.jw-product-thumbs-wrap {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.jw-product-thumb-nav {
  display: grid;
  place-items: center;
  width: 34px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background: rgba(16, 24, 32, .72);
  color: rgba(255, 255, 255, .74);
  padding: 0;
  line-height: 1;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.jw-product-thumb-nav:hover {
  border-color: var(--jw-blue);
  background: rgba(22, 119, 255, .12);
  color: #ffffff;
}

.jw-product-media-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

.jw-product-media-thumbs:empty {
  display: none;
}

.jw-product-media-thumbs::-webkit-scrollbar {
  display: none;
}

.jw-product-media-thumbs button {
  position: relative;
  flex: 0 0 78px;
  width: 78px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background: #17212b;
  color: #ffffff;
  padding: 0;
  transition: border-color .18s ease, transform .18s ease;
}

.jw-product-media-thumbs button.active,
.jw-product-media-thumbs button:hover {
  border-color: var(--jw-blue);
  transform: translateY(-1px);
}

.jw-product-media-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jw-product-video-thumb img {
  opacity: .72;
}

.jw-product-media-thumbs span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(22, 119, 255, .22), transparent 44%),
    rgba(0, 0, 0, .38);
  font-size: 24px;
}

.jw-product-summary {
  position: sticky;
  top: 126px;
  min-width: 0;
  padding: clamp(14px, 2vw, 24px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jw-product-category {
  margin-bottom: 14px;
  color: var(--jw-blue);
  font-size: 14px;
  font-weight: 400;
}

.jw-product-summary h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 300;
}

.jw-product-summary-desc {
  margin: 18px 0 0;
  color: rgba(247, 251, 255, .68);
  font-size: 16px;
  line-height: 1.75;
}

.jw-product-buy-info {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.jw-product-buy-info:empty {
  display: none;
}

.jw-product-spec-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 40px;
}

.jw-product-spec-label {
  color: rgba(247, 251, 255, .48);
  font-size: 14px;
}

.jw-product-price-value {
  min-width: 0;
  color: #ff3b30;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}

.jw-product-option-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jw-product-option-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 16px;
  border: 1px solid rgba(247, 251, 255, .22);
  border-radius: 4px;
  color: rgba(247, 251, 255, .92);
  background: rgba(255, 255, 255, .04);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.jw-product-actions {
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-top: 30px;
}

.jw-product-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.jw-product-quote-btn {
  min-width: 168px;
  border-color: #ff7a1a;
  background: #ff7a1a;
  color: #ffffff;
}

.jw-product-quote-btn:hover {
  border-color: #f06413;
  background: #f06413;
  color: #ffffff;
}

.jw-product-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 168px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(22, 119, 255, .72);
  border-radius: var(--jw-radius);
  background: rgba(22, 119, 255, .08);
  color: #eaf6ff;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.jw-product-consult-btn:hover {
  border-color: var(--jw-blue);
  background: rgba(22, 119, 255, .18);
  transform: translateY(-1px);
}

.jw-modal-open {
  overflow: hidden;
}

.jw-wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.jw-wechat-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.jw-wechat-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(8px);
}

.jw-wechat-modal-panel {
  position: relative;
  z-index: 1;
  width: min(360px, 100%);
  padding: 28px;
  border: 1px solid rgba(22, 119, 255, .24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0, rgba(22, 119, 255, .18), transparent 48%),
    #101820;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  text-align: center;
  color: #ffffff;
}

.jw-wechat-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .74);
  padding: 0;
}

.jw-wechat-modal-close:hover {
  color: #ffffff;
  border-color: rgba(22, 119, 255, .5);
}

.jw-wechat-modal-panel strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.jw-wechat-modal-panel p {
  margin: 10px 0 20px;
  color: rgba(247, 251, 255, .66);
  font-size: 14px;
}

.jw-wechat-modal-panel img {
  display: block;
  width: min(220px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
}

.jw-product-spec-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(247, 251, 255, .74);
  font-size: 15px;
  transition: color .18s ease;
}

.jw-product-spec-download:hover {
  color: var(--jw-blue);
}

.jw-product-detail-section {
  margin-top: clamp(46px, 6vw, 76px);
}

.jw-product-section-head {
  margin-bottom: 22px;
}

.jw-product-section-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.22;
  font-weight: 300;
}

.jw-product-parameter,
.jw-product-detail-rich {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
}

.jw-product-parameter table,
.jw-product-detail-rich table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  border-radius: 0;
}

.jw-product-parameter th,
.jw-product-parameter td,
.jw-product-detail-rich th,
.jw-product-detail-rich td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(247, 251, 255, .76);
  font-size: 15px;
  font-weight: 300;
}

.jw-product-parameter th,
.jw-product-detail-rich th {
  width: 28%;
  color: #ffffff;
  background: rgba(22, 119, 255, .08);
}

.jw-product-parameter tr:last-child th,
.jw-product-parameter tr:last-child td,
.jw-product-detail-rich tr:last-child th,
.jw-product-detail-rich tr:last-child td {
  border-bottom: 0;
}

.jw-contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.jw-contact-panel,
.jw-contact-form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0, rgba(54, 209, 255, .16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #131c25;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.jw-contact-panel {
  min-height: 100%;
  padding: clamp(28px, 4vw, 46px);
}

.jw-contact-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: clamp(28px, 5vw, 96px);
  padding-right: clamp(28px, 5vw, 96px);
}

.jw-contact-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

.jw-contact-page .jw-contact-panel,
.jw-contact-page .jw-contact-form-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jw-contact-page .jw-contact-panel {
  padding: clamp(20px, 4vw, 42px) 0 clamp(12px, 3vw, 24px);
}

.jw-contact-page .jw-contact-form-card {
  padding: clamp(24px, 5vw, 58px) 0 0;
}

.jw-contact-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(54, 209, 255, .12);
  border-radius: 50%;
}

.jw-contact-page .jw-contact-panel::after {
  display: none;
}

.jw-contact-copy {
  position: relative;
  z-index: 1;
  max-width: none;
}

.jw-contact-copy p:first-child {
  max-width: none;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 300;
}

.jw-contact-page .jw-contact-copy img,
.jw-contact-page .jw-contact-copy iframe,
.jw-contact-page .jw-contact-copy video {
  display: block;
  width: 100% !important;
  max-width: none;
}

.jw-contact-page .jw-contact-copy iframe {
  min-height: 430px;
}

.jw-contact-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.jw-contact-info a,
.jw-contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(7, 13, 20, .28);
  color: rgba(247, 251, 255, .78);
  line-height: 1.65;
}

.jw-contact-page .jw-contact-info a,
.jw-contact-page .jw-contact-info p {
  border: 1px solid rgba(54, 209, 255, .18);
  border-radius: 8px;
  background: rgba(22, 119, 255, .035);
  padding: 14px 16px;
}

.jw-contact-info i {
  margin-top: 3px;
  color: var(--jw-cyan);
}

.jw-contact-form-card {
  padding: clamp(26px, 4vw, 44px);
}

.jw-contact-form-head {
  max-width: 760px;
  margin: 0 0 32px;
  text-align: left;
}

.jw-contact-form-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
  font-weight: 300;
}

.jw-contact-form-head p {
  margin: 12px 0 0;
  color: rgba(247, 251, 255, .62);
  font-size: 16px;
  line-height: 1.7;
}

.jw-contact-form {
  max-width: none;
  margin: 0;
}

.jw-contact-form .form-label {
  margin-bottom: 10px;
  color: rgba(247, 251, 255, .72);
  font-size: 14px;
  font-weight: 300;
}

.jw-contact-page .jw-contact-form .row {
  --bs-gutter-y: 1.25rem;
  align-items: flex-end;
}

.jw-form .form-control {
  min-height: 48px;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  background: rgba(7, 13, 20, .45);
  color: #ffffff;
}

.jw-contact-page .jw-form .form-control {
  min-height: 56px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background: rgba(255, 255, 255, .035);
  padding: 0 18px;
}

.jw-form .form-control:focus {
  border-color: var(--jw-blue);
  background: rgba(7, 13, 20, .62);
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .14);
}

.jw-contact-page .jw-form .form-control:focus {
  border-bottom-color: var(--jw-blue);
  background: rgba(22, 119, 255, .075);
  box-shadow: none;
}

.jw-contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.jw-contact-page .jw-contact-form textarea.form-control {
  min-height: 180px;
  padding-top: 16px;
}

.jw-contact-form .codeimg {
  height: 48px;
  max-width: 150px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}

.jw-contact-page .jw-contact-form .codeimg {
  height: 56px;
  min-width: 140px;
  border: 0;
  border-radius: 0;
}

.jw-contact-code-col,
.jw-contact-submit-col {
  display: flex;
  align-items: flex-end;
}

.jw-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 26px;
  border: 1px solid rgba(54, 209, 255, .42);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jw-blue), #0c64d8);
  color: #ffffff;
  font-weight: 400;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.jw-contact-submit:hover {
  border-color: rgba(54, 209, 255, .72);
  box-shadow: 0 14px 34px rgba(22, 119, 255, .22);
  transform: translateY(-1px);
}

.jw-contact-page .jw-contact-submit {
  min-width: 190px;
  min-height: 52px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: var(--jw-blue);
}

.jw-contact-page .jw-contact-submit:hover {
  background: #0c64d8;
}

/* Contact page refinement */
.jw-contact-page {
  gap: clamp(48px, 6vw, 86px);
}

.jw-contact-page .jw-contact-panel {
  padding-top: clamp(10px, 2vw, 24px);
}

.jw-contact-page .jw-contact-info {
  gap: clamp(12px, 1.4vw, 18px);
  margin-bottom: clamp(34px, 4vw, 58px);
}

.jw-contact-page .jw-contact-info a,
.jw-contact-page .jw-contact-info p {
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-color: rgba(54, 209, 255, .2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(54, 209, 255, .075), rgba(22, 119, 255, .018)),
    rgba(12, 22, 32, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.jw-contact-page .jw-contact-info a:hover,
.jw-contact-page .jw-contact-info p:hover {
  border-color: rgba(54, 209, 255, .36);
  background:
    linear-gradient(135deg, rgba(54, 209, 255, .11), rgba(22, 119, 255, .028)),
    rgba(13, 26, 38, .82);
  transform: translateY(-1px);
}

.jw-contact-page .jw-contact-info i {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 0;
  border-radius: 999px;
  background: rgba(54, 209, 255, .1);
  color: var(--jw-cyan);
  font-size: 17px;
}

.jw-contact-page .jw-contact-info span {
  min-width: 0;
  color: rgba(247, 251, 255, .82);
  font-size: 16px;
  line-height: 1.55;
  word-break: break-word;
}

.jw-contact-page .jw-contact-copy {
  color: rgba(247, 251, 255, .76);
  width: 100%;
}

.jw-contact-page .jw-contact-copy > p,
.jw-contact-page .jw-contact-copy > div,
.jw-contact-page .jw-contact-copy > section,
.jw-contact-page .jw-contact-copy > figure,
.jw-contact-page .jw-contact-copy > table {
  width: 100% !important;
  max-width: none !important;
}

.jw-contact-page .jw-contact-copy p:first-child {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.25;
  font-weight: 300;
}

.jw-contact-page .jw-contact-copy img,
.jw-contact-page .jw-contact-copy iframe,
.jw-contact-page .jw-contact-copy video {
  width: 100% !important;
  max-width: none;
  margin-top: 30px;
  border-radius: 18px;
}

.jw-contact-page .jw-contact-form-card {
  padding: clamp(34px, 5vw, 66px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0, rgba(54, 209, 255, .13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
}

.jw-contact-page .jw-contact-form-head {
  margin-bottom: 34px;
}

.jw-contact-page .jw-contact-form-head h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 300;
  letter-spacing: 0;
}

.jw-contact-page .jw-contact-form-head p {
  margin-top: 14px;
  color: rgba(247, 251, 255, .58);
  font-size: 16px;
}

.jw-contact-page .jw-contact-form .row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 22px;
}

.jw-contact-page .jw-form .form-control {
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .018)),
    rgba(8, 15, 23, .7);
  padding: 0 20px;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.jw-contact-page .jw-form .form-control::placeholder {
  color: rgba(247, 251, 255, .36);
}

.jw-contact-page .jw-form .form-control:focus {
  border-color: rgba(54, 209, 255, .52);
  background:
    linear-gradient(180deg, rgba(54, 209, 255, .075), rgba(255, 255, 255, .018)),
    rgba(8, 15, 23, .82);
  box-shadow: 0 0 0 4px rgba(54, 209, 255, .08);
}

.jw-contact-page .jw-contact-form textarea.form-control {
  min-height: 170px;
  padding-top: 18px;
  line-height: 1.75;
}

.jw-contact-page .jw-contact-form .codeimg {
  height: 60px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 12px;
  background: #ffffff;
  object-fit: cover;
}

.jw-contact-page .jw-contact-submit {
  min-width: 178px;
  min-height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--jw-blue), #1bbfff);
  box-shadow: 0 16px 36px rgba(22, 119, 255, .22);
}

.jw-contact-page .jw-contact-submit:hover {
  background: linear-gradient(135deg, #0c64d8, #1bbfff);
  box-shadow: 0 18px 42px rgba(54, 209, 255, .24);
}

.page-num {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.page-num a,
.page-num span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--jw-line);
  border-radius: var(--jw-radius);
  background: var(--jw-white);
}

.page-num a:hover,
.page-num span {
  color: var(--jw-white);
  border-color: var(--jw-blue);
  background: var(--jw-blue);
}

.jw-footer {
  background: #090d12;
  color: rgba(255, 255, 255, .78);
}

.jw-footer-main {
  padding: 58px 0;
}

.jw-footer-grid {
  display: grid;
  grid-template-columns: minmax(380px, 430px) 190px 210px minmax(440px, 520px);
  column-gap: clamp(64px, 4.4vw, 90px);
  row-gap: 34px;
  align-items: start;
}

.jw-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.jw-footer-logo img {
  display: block;
  width: 188px;
  max-height: 52px;
  object-fit: contain;
}

.jw-footer-about-col {
  padding-left: clamp(28px, 2.8vw, 54px);
}

.jw-footer-nav-col {
  text-align: center;
}

.jw-footer-nav-col .d-grid {
  justify-items: center;
}

.jw-footer h4 {
  color: rgba(255, 255, 255, .56);
}

.jw-footer strong {
  color: rgba(255, 255, 255, .86);
}

.jw-footer a {
  color: rgba(255, 255, 255, .78);
}

.jw-footer a:hover {
  color: rgba(255, 255, 255, .96);
}

.jw-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .jw-topbar .container > span:last-child {
    display: none !important;
  }

  .jw-shell {
    padding-top: 66px;
  }

  .jw-navbar {
    min-height: 66px;
  }

  .jw-navbar > .container {
    position: relative;
    min-height: 66px;
    justify-content: space-between;
  }

  .jw-brand {
    position: absolute;
    left: 50%;
    top: 33px;
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .jw-brand-logo {
    width: 154px;
    max-height: 42px;
  }

  .navbar-toggler {
    order: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    z-index: 3;
  }

  .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-top: 2px solid rgba(255, 255, 255, .9);
    border-bottom: 2px solid rgba(255, 255, 255, .9);
  }

  .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 2px solid rgba(255, 255, 255, .9);
    transform: translateY(-50%);
  }

  .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    padding: 22px 0 18px;
  }

  .jw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
  }

  .jw-footer-about-col {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    padding: 12px 0;
    background: transparent !important;
  }

  .jw-mega,
  .jw-nav-scrim {
    display: none !important;
  }

  .jw-nav-tools {
    order: 3;
    margin-left: auto;
    gap: 10px;
    z-index: 3;
  }

  .jw-nav-tools a {
    width: 34px;
    height: 42px;
    font-size: 20px;
  }

  .jw-lang-toggle {
    min-width: 34px;
    height: 42px;
    padding: 0;
    gap: 0;
  }

  .jw-lang-toggle [data-jw-lang-current] {
    display: none;
  }

  .jw-lang-toggle .jw-lang-flag {
    width: 28px;
    flex-basis: 28px;
    font-size: 20px;
  }

  .jw-lang-menu {
    left: auto;
    right: 0;
    top: calc(100% + 8px);
    transform: none;
  }

  .jw-hero {
    min-height: 620px;
  }

  .jw-hero-shade {
    background: rgba(5, 22, 40, .78);
  }

  .jw-band-panel,
  .jw-feature-strip,
  .jw-product-tree,
  .jw-split {
    grid-template-columns: 1fr;
  }

  .jw-showcase-carousel .carousel-item,
  .jw-showcase-content {
    min-height: 360px;
  }

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

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

  .jw-home-news-grid {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .jw-home-demand-content {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

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

  .jw-band-item {
    border-right: 0;
    border-bottom: 1px solid var(--jw-line);
  }

  .jw-band-item:last-child {
    border-bottom: 0;
  }

  .jw-feature-strip a {
    border-right: 0;
    border-bottom: 1px solid var(--jw-line);
  }

  .jw-feature-strip a:last-child {
    border-bottom: 0;
  }

  .jw-news-row {
    grid-template-columns: 1fr;
  }

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

  .jw-search-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jw-side-col {
    display: none;
  }

  .jw-about-body {
    grid-template-columns: 1fr;
  }

  .jw-contact-info {
    grid-template-columns: 1fr;
  }

  .jw-contact-page .jw-contact-info {
    gap: 12px;
  }

  .jw-contact-page .jw-contact-form .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 16px;
  }

  .jw-company-layout,
  .jw-factory-intro,
  .jw-research-grid,
  .jw-contact-layout,
  .jw-product-detail-hero {
    grid-template-columns: 1fr;
  }

  .jw-product-summary {
    position: static;
  }

  .jw-about-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jw-about-gallery-grid,
  .jw-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jw-patent-gallery .jw-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jw-honor-gallery img {
    height: 100%;
  }

  .jw-honor-gallery .jw-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
  }

  .jw-honor-gallery .jw-certificate-grid figure {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .jw-photo-waterfall-grid {
    column-count: 3;
  }

}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 32px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .jw-footer-grid {
    grid-template-columns: 1fr;
  }

  .jw-footer-about-col,
  .jw-footer-scenes-col,
  .jw-footer-contact-col {
    display: none;
  }

  .jw-section {
    padding: 58px 0;
  }

  .jw-hero-content {
    padding: 72px 0 92px;
  }

  .jw-hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .jw-btn {
    width: 100%;
  }

  .jw-hero-actions .jw-btn {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }

  .jw-home-demand-section {
    padding: 42px 0;
  }

  .jw-home-demand-content .jw-btn {
    width: 100%;
  }

  .jw-application-section .container,
  .jw-case-section .container,
  .jw-home-product-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jw-product-list-page .row,
  .jw-photo-list-page .row,
  .jw-application-list {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 16px;
  }

  .jw-product-card .jw-card-body,
  .jw-photo-card .jw-card-body {
    padding: 12px 12px 14px;
  }

  .jw-product-card h2,
  .jw-photo-card h2 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .jw-product-card p,
  .jw-photo-card p {
    display: none;
  }

  .jw-product-thumb,
  .jw-photo-card-thumb {
    min-height: 112px;
    font-size: 30px;
  }

  .jw-photo-card h2 {
    padding: 34px 12px 10px;
    font-size: 15px;
  }

  .jw-video-play-badge {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .jw-news-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .jw-news-list-grid .jw-news-row:first-child {
    grid-column: 1 / -1;
  }

  .jw-application-list > .col-6:first-child {
    width: 100%;
  }

  .jw-news-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-width: 0;
    padding: 0;
    overflow: hidden;
  }

  .jw-news-row + .jw-news-row {
    margin-top: 0;
  }

  .jw-news-row > div {
    padding: 12px;
  }

  .jw-news-row .jw-meta,
  .jw-news-row p,
  .jw-news-row .fw-bold {
    display: none;
  }

  .jw-news-row h2 {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .jw-news-row h2 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jw-news-row-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .jw-news-row-media img,
  .jw-news-row-media .jw-news-placeholder {
    min-height: 0;
  }

  .jw-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .jw-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .jw-home-news-grid {
    grid-auto-columns: 88%;
    gap: 20px;
  }

  .jw-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .jw-case-card {
    min-height: 210px;
    border-radius: 12px;
  }

  .jw-case-card:first-child {
    grid-column: span 2;
    min-height: 300px;
  }

  .jw-case-content {
    left: 12px;
    right: 12px;
    bottom: 14px;
    gap: 6px;
  }

  .jw-case-title {
    font-size: 15px;
  }

  .jw-case-summary {
    font-size: 12px;
    line-height: 1.5;
  }

  .jw-home-news-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .jw-home-news-title {
    font-size: 18px;
  }

  .jw-application-card {
    min-height: 168px;
  }

  .jw-application-content {
    left: 12px;
    right: 12px;
    bottom: 14px;
    gap: 6px;
  }

  .jw-application-title {
    font-size: 15px;
  }

  .jw-showcase-carousel .carousel-item,
  .jw-showcase-content {
    min-height: 320px;
  }

  .jw-showcase-carousel::before {
    right: 92px;
    bottom: 29px;
    width: 40px;
    height: 6px;
  }

  .jw-showcase-indicators {
    right: 16px;
    bottom: 29px;
    gap: 12px;
  }

  .jw-showcase-indicators [data-bs-target] {
    width: 40px;
  }

  .jw-showcase-indicators .active {
    width: 64px;
  }

  .jw-showcase-control {
    bottom: 20px;
    width: 64px;
    height: 24px;
  }

  .jw-showcase-control span {
    width: 64px;
  }

  .jw-showcase-control-prev {
    right: 152px;
  }

  .jw-showcase-control-next {
    right: 16px;
  }

  .jw-news-card,
  .jw-process-row {
    grid-template-columns: 1fr;
  }

  .jw-about-panel {
    padding: 24px;
  }

  .jw-richtext {
    font-size: 15px;
  }

  .jw-company-copy,
  .jw-research-main,
  .jw-contact-panel,
  .jw-contact-form-card,
  .jw-product-parameter,
  .jw-product-detail-rich {
    padding: 22px;
  }

  .jw-contact-page .jw-contact-panel {
    padding: 10px 0 8px;
  }

  .jw-contact-page .jw-contact-form-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .jw-contact-page .jw-contact-copy p:first-child {
    font-size: 28px;
  }

  .jw-contact-page .jw-contact-code-col,
  .jw-contact-page .jw-contact-submit-col,
  .jw-contact-page .jw-contact-submit {
    width: 100%;
  }

  .jw-product-spec-row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
  }

  .jw-product-price-value {
    font-size: 22px;
  }

  .jw-product-option-tag {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .jw-product-media-thumbs button {
    flex-basis: 66px;
    width: 66px;
  }

  .jw-case-gallery-arrow {
    width: 34px;
    height: 42px;
  }

  .jw-case-gallery-thumbs button {
    flex-basis: 74px;
    width: 74px;
  }

  .jw-case-gallery-thumbs-wrap {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .jw-page-nav,
  .jw-case-page-nav {
    grid-template-columns: 1fr;
  }

  .jw-page-nav p:last-child,
  .jw-case-page-nav p:last-child {
    text-align: left;
  }

  .jw-photo-waterfall-grid {
    column-count: 2;
    column-gap: 14px;
  }

  .jw-photo-waterfall-item {
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .jw-video-stage {
    border-radius: 6px;
  }

  .jw-video-controls {
    bottom: 10px;
  }

  .jw-video-episodes {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .jw-video-episodes::-webkit-scrollbar {
    display: none;
  }

  .jw-video-episode {
    flex: 0 0 auto;
    max-width: 84vw;
  }

  .jw-related-news-grid {
    grid-template-columns: 1fr;
  }

  .jw-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .jw-search-card-body {
    padding: 12px;
  }

  .jw-search-card h2 {
    font-size: 15px;
  }

  .jw-search-card p {
    font-size: 13px;
  }

  .jw-related-news-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .jw-related-news-thumb {
    width: 96px;
  }

  .jw-product-thumbs-wrap {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .jw-product-thumb-nav {
    width: 30px;
    height: 66px;
  }

  .jw-company-copy,
  .jw-research-main {
    padding: 0;
  }

  .jw-company-metrics {
    grid-template-columns: 1fr;
  }

  .jw-company-metrics div {
    padding: 16px 0;
    border-left: 0;
  }

  .jw-company-metrics div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .jw-about-facts,
  .jw-about-gallery-grid,
  .jw-certificate-grid {
    grid-template-columns: 1fr;
  }

  .jw-patent-gallery .jw-certificate-grid {
    grid-template-columns: 1fr;
  }

  .jw-honor-gallery img {
    height: 100%;
  }

  .jw-honor-gallery .jw-certificate-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .jw-honor-gallery .jw-certificate-grid figure {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .jw-brand-text small {
    max-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
