:root {
  --primary-color: #1677ff;
  --swiper-theme-color: var(--primary-color);
  --dyj-ink: #0b1220;
  --dyj-panel: #101b2d;
  --dyj-panel-2: #14243a;
  --dyj-muted: #5d6b82;
  --dyj-soft: #f3f7fb;
  --dyj-line: #dce5ef;
  --dyj-cyan: #19d3ff;
  --dyj-blue: #1677ff;
  --dyj-card-shadow: 0 18px 50px rgba(8, 24, 48, 0.12);
}

body {
  color: var(--dyj-ink);
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 42%, #f7fbff 100%);
}

a {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.container {
  position: relative;
}

.dyj-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--dyj-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dyj-section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--dyj-blue), var(--dyj-cyan));
}

.public-title h3 {
  color: var(--dyj-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: 0;
}

.public-title p {
  margin-top: 8px;
  color: var(--dyj-muted);
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.public-more {
  border: 1px solid rgba(22, 119, 255, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--dyj-blue);
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(22, 119, 255, 0.08);
}

.public-more:hover {
  border-color: var(--dyj-blue);
  transform: translateY(-1px);
}

.dyj-hero {
  background: #07111f;
}

.dyj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.8) 45%, transparent 100%);
}

.main-slider .swiper-slide .swiper-silde-img {
  filter: saturate(0.9) contrast(1.05);
}

.main-slider .image-layer-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 18% 50%, rgba(25, 211, 255, 0.25), transparent 32%),
    linear-gradient(90deg, rgba(4, 14, 28, 0.88), rgba(8, 25, 50, 0.66) 54%, rgba(8, 25, 50, 0.2));
}

.main-slider__content {
  max-width: 820px;
}

.dyj-hero-kicker {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(25, 211, 255, 0.42);
  border-radius: 999px;
  color: #9eeeff;
  background: rgba(4, 20, 38, 0.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.main-slider h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.main-slider p {
  max-width: 720px;
  margin-bottom: 26px;
  color: rgba(235, 247, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  text-shadow: none;
}

.dyj-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.dyj-hero-tags span,
.dyj-service-intro span,
.dyj-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(25, 211, 255, 0.24);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  white-space: nowrap;
}

.main-slider .swiper-slide-content .more {
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dyj-blue), #08bdf7);
  box-shadow: 0 18px 40px rgba(22, 119, 255, 0.28);
  letter-spacing: 0;
  text-transform: none;
}

.dyj-product-section {
  margin-top: 76px;
  margin-bottom: 64px;
}

.dyj-section-head {
  align-items: flex-end;
  margin-bottom: 20px;
}

.product-wrapper .link-section {
  gap: 8px;
}

.product-wrapper .link-section a {
  padding: 8px 13px;
  margin: 4px 0;
  border: 1px solid var(--dyj-line);
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 14px;
}

.product-wrapper .link-section a:hover {
  border-color: rgba(22, 119, 255, 0.45);
  color: var(--dyj-blue);
  transform: translateY(-1px);
}

.product-wrapper .product-list {
  margin-top: 14px;
}

.product-wrapper .product-list .product-item {
  margin: 12px 0;
}

.product-wrapper .product-list .product-item .product-item-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 62, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 30, 60, 0.08);
  top: 0;
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover {
  top: -4px;
  box-shadow: var(--dyj-card-shadow);
}

.product-wrapper .product-list .product-item .pic {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.1), rgba(25, 211, 255, 0.08)),
    #eef4fb;
}

.product-wrapper .product-list .product-item .pic::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--dyj-blue), var(--dyj-cyan));
}

.product-wrapper .product-list .product-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.product-wrapper .product-list .product-item .content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 214px;
  padding: 18px 18px 20px !important;
  border-radius: 0;
  background: #fff;
}

.product-wrapper .product-list .product-item .product-item-title {
  color: var(--dyj-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.product-item-model {
  margin-top: 10px;
  color: var(--dyj-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}

.product-wrapper .product-list .product-item .product-item-info {
  min-height: 66px;
  margin: 10px 0 14px;
  color: var(--dyj-muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.product-wrapper .product-list .product-item .product-item-bottom {
  margin-top: auto;
}

.product-wrapper .product-list .product-item .product-item-bottom .public-more {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: none;
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .content-wrapper {
  background: #fff;
  color: inherit;
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .product-item-title {
  color: var(--dyj-blue);
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover .product-item-model,
.product-wrapper .product-list .product-item .product-item-wrapper:hover .product-item-info {
  color: var(--dyj-muted);
}

.dyj-about-section {
  position: relative;
  margin-top: 80px;
  margin-bottom: 0;
  background: #fff;
}

.about-wrapper .left-img {
  height: 600px;
}

.about-wrapper .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-wrapper .about-right {
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.08), transparent 36%),
    #fff;
}

.about-wrapper .about-right .about-right-content {
  position: relative;
  left: auto;
  width: 100%;
  height: auto;
  padding: 70px 8vw 70px 64px;
  background: transparent;
}

.about-wrapper .about-right .about-right-content h2 {
  color: var(--dyj-ink);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
}

.about-wrapper .about-right .about-right-content .info {
  margin-top: 20px;
  color: #344054;
  line-height: 1.9;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}

.about-wrapper .about-right .count-wrapper {
  gap: 14px;
  margin-top: 26px;
}

.about-wrapper .about-right .count-wrapper .count-item {
  min-width: 130px;
  padding: 14px 16px;
  margin-right: 0;
  border: 1px solid var(--dyj-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.about-wrapper .about-right .count-wrapper .count-text .number {
  color: var(--dyj-blue);
  font-size: 34px;
  line-height: 1;
}

.about-wrapper .about-right .count-wrapper .count-item p {
  margin-top: 6px;
  color: var(--dyj-muted);
  font-size: 13px;
}

.dyj-service-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 86px;
  background:
    radial-gradient(circle at 8% 12%, rgba(25, 211, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #10243d 54%, #07111f 100%);
}

.dyj-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
}

.dyj-service-section .public-title h3,
.dyj-service-section .public-title p,
.dyj-service-section .dyj-section-kicker {
  color: #fff;
}

.dyj-service-section .dyj-section-kicker {
  color: #9eeeff;
}

.dyj-service-section .public-title p {
  color: rgba(230, 244, 255, 0.72);
}

.dyj-service-section .public-more {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.dyj-service-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 22px;
}

.case-wrapper .case-swiper .swiper-wrapper {
  padding: 20px 0 10px;
}

.case-wrapper .case-swiper .swiper-slide {
  overflow: visible;
  border-radius: 8px;
}

.case-wrapper .case-swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.case-wrapper .case-swiper .swiper-slide .swiper-slide-img {
  height: 210px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}

.case-wrapper .case-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper {
  height: 150px;
  margin: 0;
  padding: 24px 24px 28px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::before {
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.98), rgba(25, 211, 255, 0.82));
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper::after {
  right: 24px;
  color: #9eeeff;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper h3 {
  height: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.case-wrapper .case-swiper .swiper-slide .case-content-wrapper p {
  height: auto;
  margin-top: 10px;
  color: rgba(230, 244, 255, 0.72);
  line-height: 1.65;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.dyj-cta-section {
  position: relative;
  padding: 72px 0;
  background: #07111f;
}

.dyj-cta-section .contact-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(25, 211, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(25, 211, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(22, 119, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.dyj-cta-section .public-title h3 {
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
}

.dyj-cta-section .public-title p {
  max-width: 640px;
  color: rgba(230, 244, 255, 0.76);
}

.dyj-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.dyj-cta-points i {
  margin-right: 6px;
  color: #9eeeff;
}

.contact-wrapper .contact-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-wrapper .contact-content input,
.contact-wrapper .contact-content button {
  width: 100%;
  height: 52px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
}

.contact-wrapper .contact-content input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-wrapper .contact-content input::placeholder {
  color: rgba(230, 244, 255, 0.58);
}

.contact-wrapper .contact-content .remark,
.contact-wrapper .contact-content button {
  grid-column: 1 / -1;
}

.contact-wrapper .contact-content button {
  background: linear-gradient(135deg, var(--dyj-blue), #08bdf7);
  font-weight: 800;
}

.neibanner {
  background: #07111f;
}

.neibanner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 28, 0.78), rgba(4, 14, 28, 0.18)),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 64px 64px;
}

.neibanner .neibannerdesc {
  z-index: 2;
}

.page-list.product-wrapper {
  margin-top: 44px;
}

.page-list .product-filter {
  border: 1px solid var(--dyj-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 30, 60, 0.08);
}

.page-list .product-filter .filter-values li a {
  border-radius: 999px;
}

.product-content-info {
  align-items: center;
  margin-top: 58px;
  padding: 28px;
  border: 1px solid var(--dyj-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--dyj-card-shadow);
}

.procontent1_l {
  height: 520px;
}

.procontent1_l .gallery-top,
.procontent1_l .gallery-thumbs .swiper-slide,
.procontent1_l .gallery-top .swiper-slide {
  border-radius: 8px;
}

.procont_ltop h2,
.page-content-title,
.dyj-rich h2 {
  color: var(--dyj-ink);
  letter-spacing: 0;
}

.procont_ltop h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
}

.procont_ltop p {
  color: var(--dyj-blue);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0;
}

.procont_lbot {
  border: 1px solid var(--dyj-line);
  background: var(--dyj-soft);
}

.product-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-feature-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--dyj-line);
  border-radius: 999px;
  background: #fff;
  color: var(--dyj-ink);
  font-size: 14px;
}

.product-feature-strip i {
  color: var(--dyj-blue);
}

.procontent_zx a {
  background: var(--dyj-ink);
}

.procontent_zx a:first-child {
  background: linear-gradient(135deg, var(--dyj-blue), #08bdf7);
}

.page-content .page-content-card {
  border: 1px solid var(--dyj-line);
  border-radius: 8px;
  box-shadow: var(--dyj-card-shadow);
}

.dyj-detail-block {
  margin-bottom: 26px;
}

.dyj-detail-block h3,
.dyj-rich h3 {
  margin-bottom: 12px;
  color: var(--dyj-ink);
  font-size: 22px;
  font-weight: 800;
}

.dyj-detail-block p,
.dyj-detail-block li,
.dyj-rich p,
.dyj-rich li {
  color: #344054;
  font-size: 16px;
  line-height: 1.9;
}

.dyj-detail-block ul,
.dyj-rich ul {
  padding-left: 20px;
}

.dyj-detail-block li,
.dyj-rich li {
  list-style: disc;
}

.dyj-param-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--dyj-line);
  border-collapse: collapse;
  border-radius: 8px;
}

.dyj-param-table th,
.dyj-param-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--dyj-line);
  color: #344054;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
}

.dyj-param-table th {
  width: 180px;
  background: var(--dyj-soft);
  color: var(--dyj-ink);
  font-weight: 800;
}

.dyj-param-table tr:last-child th,
.dyj-param-table tr:last-child td {
  border-bottom: 0;
}

.dyj-rich h2 {
  margin-bottom: 18px;
  color: var(--dyj-ink);
  font-size: 30px;
  font-weight: 800;
}

.dyj-rich p {
  margin-bottom: 16px;
}

.dyj-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.dyj-case-grid > div,
.dyj-contact-list {
  padding: 20px;
  border: 1px solid var(--dyj-line);
  border-radius: 8px;
  background: var(--dyj-soft);
}

.dyj-contact-list p {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .dyj-section-head,
  .dyj-cta-section .contact-content {
    display: block !important;
  }

  .product-wrapper .link-section {
    justify-content: flex-start !important;
    margin-top: 16px;
  }

  .about-wrapper .about-right .about-right-content {
    padding: 46px 28px;
  }

  .dyj-cta-section .contact-form {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .main-slider h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .main-slider p {
    font-size: 15px;
    line-height: 1.7;
  }

  .dyj-hero-tags,
  .dyj-service-intro,
  .dyj-cta-points {
    gap: 8px;
  }

  .dyj-hero-tags span,
  .dyj-service-intro span,
  .dyj-cta-points span {
    min-height: 30px;
    font-size: 12px;
    white-space: normal;
  }

  .dyj-product-section {
    margin-top: 48px;
  }

  .product-wrapper .product-list .product-item .content-wrapper {
    min-height: 180px;
  }

  .about-wrapper .left-img {
    height: 300px;
  }

  .dyj-service-section,
  .dyj-cta-section {
    padding: 52px 0;
  }

  .case-wrapper .case-swiper .swiper-slide .case-content-wrapper {
    height: auto;
  }

  .dyj-cta-section .contact-content {
    padding: 26px 18px;
  }

  .contact-wrapper .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-wrapper .contact-content .remark,
  .contact-wrapper .contact-content button {
    grid-column: auto;
  }

  .product-content-info {
    padding: 16px;
  }

  .procontent1_l {
    height: 380px;
  }

  .dyj-param-table th,
  .dyj-param-table td {
    display: block;
    width: 100%;
  }

  .dyj-case-grid {
    grid-template-columns: 1fr;
  }
}

/* final priority overrides */
.dyj-site-header .container,
body.dyj-effect-home-page .dyj-effect-hero .container,
body.dyj-effect-home-page .dyj-effect-products .container,
body.dyj-effect-home-page .dyj-effect-service .container,
body.dyj-effect-home-page .dyj-effect-about .container,
.dyj-site-header .container,
.dyj-footer .container,
footer .container,
.copyriht .container {
  width: 100%;
  max-width: 1680px;
  padding-left: 28px !important;
  padding-right: 28px !important;
  margin-left: auto;
  margin-right: auto;
}

.dyj-footer-brand img {
  width: 318px;
  max-width: 100%;
  padding: 0;
  background: transparent;
}

@media (max-width: 1199.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* final hard overrides: keep these after legacy template rules */
body.dyj-effect-home-page .dyj-effect-kpis {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(530px, 100%) !important;
  max-width: 530px !important;
  gap: 24px !important;
  margin-top: 28px !important;
}

body.dyj-effect-home-page .dyj-effect-kpis > div {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  min-height: 70px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(116, 178, 255, 0.26) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
}

body.dyj-effect-home-page .dyj-effect-kpis i {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1677ff, #12c8ee) !important;
  font-size: 18px !important;
  box-shadow: 0 0 14px rgba(18, 145, 255, 0.34) !important;
}

body.dyj-effect-home-page .dyj-effect-kpis-content {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong,
body.dyj-effect-home-page .dyj-effect-kpis span {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

body.dyj-effect-home-page .dyj-effect-kpis span {
  margin-top: 5px !important;
  color: rgba(229, 244, 255, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.dyj-site-header .container,
.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container,
.dyj-footer > .container,
.copyriht > .container {
  width: 100% !important;
  max-width: 1680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}

.dyj-footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dyj-footer .footer-menu,
.dyj-footer .footer-contact {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dyj-footer .footer-contact {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767.98px) {
  body.dyj-effect-home-page .dyj-effect-kpis {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .dyj-footer .footer-contact {
    text-align: left;
  }
}

/* header fixes: show inquiry cart and repair mobile menu */
.dyj-site-header .dyj-header-tools {
  gap: 18px;
}

.dyj-site-header .cart.dyj-inquiry-cart {
  display: block !important;
  flex: none;
  margin: 0 !important;
}

.dyj-site-header .cart.dyj-inquiry-cart a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
}

.dyj-site-header .cart.dyj-inquiry-cart svg {
  display: block;
  width: 22px;
  height: 22px;
}

.dyj-site-header .cart.dyj-inquiry-cart .cart-count {
  position: absolute;
  top: -7px;
  right: -9px;
  left: auto;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #1677ff;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .dyj-site-header .nav-pc {
    display: flex !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .dyj-site-header .nav-pc .menu > ul {
    display: none !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile {
    display: block !important;
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 64px) !important;
    padding: 10px 18px 28px !important;
    overflow-y: auto !important;
    background: rgba(2, 8, 22, 0.98) !important;
    border-top: 1px solid rgba(25, 211, 255, 0.18) !important;
    z-index: 9998 !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    line-height: normal !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: transparent !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    min-height: 48px !important;
    line-height: 1.4 !important;
    padding: 14px 2px !important;
    color: #fff !important;
    font-size: 16px !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile > li > a::after {
    display: none !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile .sub-menu {
    position: relative !important;
    display: none;
    margin: 0 !important;
    padding: 0 0 10px 14px !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .dyj-site-header .nav-pc .menu > ul.show-on-mobile .sub-menu-item a {
    display: block !important;
    padding: 10px 0 !important;
    color: rgba(235, 247, 255, 0.78) !important;
    font-size: 14px !important;
  }

  .dyj-site-header .menu-mobile {
    display: block !important;
    padding: 0 !important;
  }

  .dyj-site-header .dyj-header-tools {
    gap: 12px;
  }

  .dyj-site-header .cart.dyj-inquiry-cart a {
    width: 26px;
    height: 26px;
  }
}

/* service list polish */
.dyj-service-list-page {
  padding: 52px 0 64px !important;
  background:
    radial-gradient(circle at 14% 8%, rgba(22, 119, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 55%, #f7fbff 100%) !important;
}

.dyj-service-list-head {
  max-width: 880px;
  margin: 0 auto 30px;
  text-align: center;
}

.dyj-service-list-head span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #1677ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.dyj-service-list-head h2 {
  margin: 0 0 12px;
  color: #07182f;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
}

.dyj-service-list-head p {
  margin: 0;
  color: #52657d;
  font-size: 16px;
  line-height: 1.8;
}

.dyj-service-list-grid {
  row-gap: 24px;
}

.dyj-service-list-page .case-item {
  height: 100%;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid rgba(22, 119, 255, 0.12);
  box-shadow: 0 16px 42px rgba(8, 27, 51, 0.08) !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dyj-service-list-page .case-item:hover {
  top: 0 !important;
  transform: translateY(-6px);
  border-color: rgba(22, 119, 255, 0.32);
  box-shadow: 0 22px 58px rgba(8, 27, 51, 0.13) !important;
}

.dyj-service-list-page .case-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
}

.dyj-service-list-page .case-item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  overflow: hidden;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(2, 8, 22, 0.06), rgba(22, 119, 255, 0.08)),
    #eef6ff;
}

.dyj-service-list-page .case-item-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1) !important;
  transition: transform 0.35s ease;
}

.dyj-service-list-page .case-item:hover .case-item-img img {
  transform: scale(1.045) !important;
}

.dyj-service-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(2, 8, 22, 0.62);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.dyj-service-list-page .case-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  margin: 0 !important;
  padding: 22px 22px 20px !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #25384f !important;
  box-shadow: none !important;
}

.dyj-service-list-page .case-content-wrapper::before,
.dyj-service-list-page .case-content-wrapper::after {
  display: none !important;
}

.dyj-service-list-page .case-item-title {
  height: auto !important;
  min-height: 50px;
  margin: 0 0 10px;
  color: #07182f !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dyj-service-list-page .case-item-info {
  flex: 1;
  height: auto !important;
  margin: 0 !important;
  color: #52657d !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  text-align: left !important;
  -webkit-line-clamp: 3 !important;
}

.dyj-service-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(8, 27, 51, 0.08);
  color: #1677ff;
  font-size: 14px;
  font-weight: 900;
}

.dyj-service-card-foot i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6ff;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.dyj-service-list-page .case-item:hover .dyj-service-card-foot i {
  transform: translateX(3px);
  background: #1677ff;
  color: #fff;
}

@media (max-width: 767.98px) {
  .dyj-service-list-page {
    padding: 34px 0 44px !important;
  }

  .dyj-service-list-head {
    text-align: left;
    margin-bottom: 22px;
  }

  .dyj-service-list-head h2 {
    font-size: 28px;
  }

  .dyj-service-list-page .case-content-wrapper {
    min-height: auto;
    padding: 20px 18px !important;
  }
}

/* disclaimer modal */
body.dyj-modal-open {
  overflow: hidden;
}

.dyj-disclaimer-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.dyj-disclaimer-modal.is-open {
  display: flex;
}

.dyj-disclaimer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 20, 0.72);
  backdrop-filter: blur(8px);
}

.dyj-disclaimer-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(78vh, 720px);
  overflow: auto;
  padding: 34px 38px 36px;
  border: 1px solid rgba(72, 164, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(12, 31, 56, 0.98), rgba(2, 8, 22, 0.98)),
    #081426;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  color: rgba(235, 247, 255, 0.82);
}

.dyj-disclaimer-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(22, 119, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
}

.dyj-disclaimer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.dyj-disclaimer-kicker,
.dyj-disclaimer-dialog h3,
.dyj-disclaimer-content {
  position: relative;
  z-index: 1;
}

.dyj-disclaimer-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #26c6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dyj-disclaimer-dialog h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.dyj-disclaimer-content p {
  margin: 0 0 14px;
  color: rgba(235, 247, 255, 0.78);
  font-size: 15px;
  line-height: 1.85;
}

.copyriht a[data-dyj-disclaimer-open] {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .dyj-disclaimer-modal {
    padding: 14px;
  }

  .dyj-disclaimer-dialog {
    padding: 28px 20px 24px;
  }

  .dyj-disclaimer-dialog h3 {
    font-size: 22px;
  }

  .dyj-disclaimer-content p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* hard end overrides: detail page product tabs and case article */
.dyj-detail-content,
.dyj-case-detail {
  position: relative;
  padding: 54px 0 70px;
  background:
    linear-gradient(rgba(22, 119, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.045) 1px, transparent 1px),
    #f5f8fc;
  background-size: 34px 34px;
}

.dyj-detail-content .page-content-card,
.dyj-case-detail .page-content-card {
  overflow: hidden;
  border: 1px solid rgba(22, 119, 255, 0.14) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(5, 24, 49, 0.08) !important;
}

.page-content .page-content-card .dyj-product-detail-tabs {
  display: flex !important;
  gap: 0 !important;
  padding: 10px !important;
  border-bottom: 1px solid rgba(8, 27, 51, 0.08) !important;
  background:
    linear-gradient(135deg, rgba(8, 22, 43, 0.96), rgba(8, 36, 70, 0.92)),
    #071423 !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item {
  position: relative;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  min-height: 46px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(141, 197, 255, 0.22) !important;
  border-radius: 6px !important;
  color: rgba(230, 244, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  cursor: pointer;
  appearance: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item + .tabs-item {
  margin-left: 10px !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item i {
  color: #19d3ff;
  font-size: 16px;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item.active {
  color: #fff !important;
  border-color: rgba(25, 211, 255, 0.55) !important;
  background: linear-gradient(135deg, #1677ff, #12c8ee) !important;
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.28) !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item.active i {
  color: #fff;
}

.dyj-product-tab-panel,
.dyj-rich-content {
  color: #25384f;
  font-size: 16px;
  line-height: 1.9;
}

.dyj-product-tab-panel {
  padding: 34px 36px 40px !important;
}

.dyj-product-tab-panel h1,
.dyj-product-tab-panel h2,
.dyj-product-tab-panel h3,
.dyj-rich-content h1,
.dyj-rich-content h2,
.dyj-rich-content h3 {
  color: #07182f;
  font-weight: 900;
}

.dyj-product-tab-panel table,
.dyj-rich-content table {
  width: 100% !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(22, 119, 255, 0.16) !important;
  border-radius: 8px;
  background: #fff;
}

.dyj-product-tab-panel table th,
.dyj-product-tab-panel table td,
.dyj-rich-content table th,
.dyj-rich-content table td {
  padding: 13px 16px !important;
  border-color: rgba(8, 27, 51, 0.08) !important;
  color: #2d4058;
}

.dyj-product-tab-panel table tr:first-child td,
.dyj-product-tab-panel table th,
.dyj-rich-content table tr:first-child td,
.dyj-rich-content table th {
  color: #07182f;
  background: #eef6ff;
  font-weight: 800;
}

.dyj-product-tab-panel img,
.dyj-rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.dyj-case-detail .card-body {
  padding: 0 !important;
}

.dyj-case-detail-head {
  position: relative;
  overflow: hidden;
  padding: 42px 44px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(25, 211, 255, 0.24), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #061427 0%, #0b2d55 100%);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.dyj-case-detail-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.dyj-case-detail-labels a,
.dyj-case-detail-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(25, 211, 255, 0.34);
  border-radius: 999px;
  color: #bcecff;
  background: rgba(255, 255, 255, 0.065);
  font-size: 13px;
  font-weight: 800;
}

.dyj-case-detail .page-content-title {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
}

.dyj-case-detail-desc {
  max-width: 860px;
  margin: 16px 0 0;
  color: rgba(230, 244, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.dyj-case-detail-body {
  padding: 38px 44px 24px;
}

.dyj-case-detail .page-content-detags {
  margin: 0 44px 24px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 8px;
  background: #f6faff;
}

.dyj-case-detail .page-content-detags p {
  margin: 0;
}

.dyj-case-detail .page-content-detags a {
  display: inline-flex;
  margin: 4px 6px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #006df0;
  background: #eaf4ff;
  font-size: 13px;
}

.dyj-case-detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 44px 30px;
  padding: 24px 26px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 50%, rgba(25, 211, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #07182f, #0b315f);
}

.dyj-case-detail-cta strong,
.dyj-case-detail-cta span {
  display: block;
}

.dyj-case-detail-cta strong {
  font-size: 20px;
  font-weight: 900;
}

.dyj-case-detail-cta span {
  margin-top: 6px;
  color: rgba(230, 244, 255, 0.72);
}

.dyj-case-detail-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  min-height: 46px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #1677ff, #12c8ee);
  font-weight: 900;
}

.dyj-case-detail .next-prev {
  margin: 0 44px 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 27, 51, 0.08);
}

.dyj-case-detail .next-prev p {
  margin: 0;
  color: #5d7088;
}

.dyj-case-detail .next-prev a {
  color: #10243d;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .page-content .page-content-card .dyj-product-detail-tabs {
    flex-direction: column;
  }

  .page-content .page-content-card .dyj-product-detail-tabs .tabs-item {
    width: 100%;
  }

  .page-content .page-content-card .dyj-product-detail-tabs .tabs-item + .tabs-item {
    margin-left: 0 !important;
    margin-top: 8px !important;
  }

  .dyj-product-tab-panel,
  .dyj-case-detail-body {
    padding: 24px 18px !important;
  }

  .dyj-case-detail-head {
    padding: 30px 20px 26px;
  }

  .dyj-case-detail .page-content-title {
    font-size: 28px;
  }

  .dyj-case-detail .page-content-detags,
  .dyj-case-detail-cta,
  .dyj-case-detail .next-prev {
    margin-left: 18px;
    margin-right: 18px;
  }

  .dyj-case-detail-cta {
    display: block;
  }

  .dyj-case-detail-cta a {
    width: 100%;
    margin-top: 18px;
  }
}

/* detail page polish: product tabs and service/case article */
.dyj-detail-content,
.dyj-case-detail {
  position: relative;
  padding: 54px 0 70px;
  background:
    linear-gradient(rgba(22, 119, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.045) 1px, transparent 1px),
    #f5f8fc;
  background-size: 34px 34px;
}

.dyj-detail-content .page-content-card,
.dyj-case-detail .page-content-card {
  overflow: hidden;
  border: 1px solid rgba(22, 119, 255, 0.14) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(5, 24, 49, 0.08) !important;
}

.page-content .page-content-card .dyj-product-detail-tabs {
  display: flex !important;
  gap: 0 !important;
  padding: 10px !important;
  border-bottom: 1px solid rgba(8, 27, 51, 0.08) !important;
  background:
    linear-gradient(135deg, rgba(8, 22, 43, 0.96), rgba(8, 36, 70, 0.92)),
    #071423 !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item {
  position: relative;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  min-height: 46px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(141, 197, 255, 0.22) !important;
  border-radius: 6px !important;
  color: rgba(230, 244, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  cursor: pointer;
  appearance: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item + .tabs-item {
  margin-left: 10px !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item i {
  color: #19d3ff;
  font-size: 16px;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item.active {
  color: #fff !important;
  border-color: rgba(25, 211, 255, 0.55) !important;
  background: linear-gradient(135deg, #1677ff, #12c8ee) !important;
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.28) !important;
}

.page-content .page-content-card .dyj-product-detail-tabs .tabs-item.active i {
  color: #fff;
}

.dyj-product-tab-panel,
.dyj-rich-content {
  color: #25384f;
  font-size: 16px;
  line-height: 1.9;
}

.dyj-product-tab-panel {
  padding: 34px 36px 40px !important;
}

.dyj-product-tab-panel h1,
.dyj-product-tab-panel h2,
.dyj-product-tab-panel h3,
.dyj-rich-content h1,
.dyj-rich-content h2,
.dyj-rich-content h3 {
  color: #07182f;
  font-weight: 900;
}

.dyj-product-tab-panel table,
.dyj-rich-content table {
  width: 100% !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(22, 119, 255, 0.16) !important;
  border-radius: 8px;
  background: #fff;
}

.dyj-product-tab-panel table th,
.dyj-product-tab-panel table td,
.dyj-rich-content table th,
.dyj-rich-content table td {
  padding: 13px 16px !important;
  border-color: rgba(8, 27, 51, 0.08) !important;
  color: #2d4058;
}

.dyj-product-tab-panel table tr:first-child td,
.dyj-product-tab-panel table th,
.dyj-rich-content table tr:first-child td,
.dyj-rich-content table th {
  color: #07182f;
  background: #eef6ff;
  font-weight: 800;
}

.dyj-product-tab-panel img,
.dyj-rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.dyj-case-detail .card-body {
  padding: 0 !important;
}

.dyj-case-detail-head {
  position: relative;
  overflow: hidden;
  padding: 42px 44px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(25, 211, 255, 0.24), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #061427 0%, #0b2d55 100%);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.dyj-case-detail-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.dyj-case-detail-labels a,
.dyj-case-detail-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(25, 211, 255, 0.34);
  border-radius: 999px;
  color: #bcecff;
  background: rgba(255, 255, 255, 0.065);
  font-size: 13px;
  font-weight: 800;
}

.dyj-case-detail .page-content-title {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
}

.dyj-case-detail-desc {
  max-width: 860px;
  margin: 16px 0 0;
  color: rgba(230, 244, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.dyj-case-detail-body {
  padding: 38px 44px 24px;
}

.dyj-case-detail .page-content-detags {
  margin: 0 44px 24px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 8px;
  background: #f6faff;
}

.dyj-case-detail .page-content-detags p {
  margin: 0;
}

.dyj-case-detail .page-content-detags a {
  display: inline-flex;
  margin: 4px 6px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #006df0;
  background: #eaf4ff;
  font-size: 13px;
}

.dyj-case-detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 44px 30px;
  padding: 24px 26px;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 50%, rgba(25, 211, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #07182f, #0b315f);
}

.dyj-case-detail-cta strong,
.dyj-case-detail-cta span {
  display: block;
}

.dyj-case-detail-cta strong {
  font-size: 20px;
  font-weight: 900;
}

.dyj-case-detail-cta span {
  margin-top: 6px;
  color: rgba(230, 244, 255, 0.72);
}

.dyj-case-detail-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  min-height: 46px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #1677ff, #12c8ee);
  font-weight: 900;
}

.dyj-case-detail .next-prev {
  margin: 0 44px 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 27, 51, 0.08);
}

.dyj-case-detail .next-prev p {
  margin: 0;
  color: #5d7088;
}

.dyj-case-detail .next-prev a {
  color: #10243d;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .page-content .page-content-card .dyj-product-detail-tabs {
    flex-direction: column;
  }

  .page-content .page-content-card .dyj-product-detail-tabs .tabs-item {
    width: 100%;
  }

  .page-content .page-content-card .dyj-product-detail-tabs .tabs-item + .tabs-item {
    margin-left: 0 !important;
    margin-top: 8px !important;
  }

  .dyj-product-tab-panel,
  .dyj-case-detail-body {
    padding: 24px 18px !important;
  }

  .dyj-case-detail-head {
    padding: 30px 20px 26px;
  }

  .dyj-case-detail .page-content-title {
    font-size: 28px;
  }

  .dyj-case-detail .page-content-detags,
  .dyj-case-detail-cta,
  .dyj-case-detail .next-prev {
    margin-left: 18px;
    margin-right: 18px;
  }

  .dyj-case-detail-cta {
    display: block;
  }

  .dyj-case-detail-cta a {
    width: 100%;
    margin-top: 18px;
  }
}

/* final KPI polish: remove legacy nested-card styling */
body.dyj-effect-home-page .dyj-effect-kpis {
  width: min(520px, 100%) !important;
  max-width: 520px !important;
  gap: 22px !important;
  margin-top: 26px !important;
}

body.dyj-effect-home-page .dyj-effect-kpis > div {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  min-height: 68px !important;
  padding: 12px 16px !important;
  border-radius: 6px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 18, 38, 0.48) !important;
}

body.dyj-effect-home-page .dyj-effect-kpis .dyj-effect-kpis-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.dyj-effect-home-page .dyj-effect-kpis i {
  width: 36px !important;
  height: 36px !important;
  font-size: 17px !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong {
  font-size: 23px !important;
  letter-spacing: 0 !important;
}

body.dyj-effect-home-page .dyj-effect-kpis span {
  margin-top: 0 !important;
  font-size: 13px !important;
}

/* final visual fixes: hero KPI cards and footer alignment */
body.dyj-effect-home-page .dyj-effect-kpis {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(530px, 100%) !important;
  max-width: 530px !important;
  gap: 24px !important;
  margin-top: 28px !important;
}

body.dyj-effect-home-page .dyj-effect-kpis > div {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  min-height: 70px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(116, 178, 255, 0.26) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
}

body.dyj-effect-home-page .dyj-effect-kpis i {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1677ff, #12c8ee) !important;
  font-size: 18px !important;
  box-shadow: 0 0 14px rgba(18, 145, 255, 0.34) !important;
}

body.dyj-effect-home-page .dyj-effect-kpis-content {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong,
body.dyj-effect-home-page .dyj-effect-kpis span {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

body.dyj-effect-home-page .dyj-effect-kpis span {
  margin-top: 5px !important;
  color: rgba(229, 244, 255, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.dyj-site-header .container,
.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container,
.dyj-footer > .container,
.copyriht > .container {
  width: 100% !important;
  max-width: 1680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}

.dyj-footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dyj-footer .footer-menu,
.dyj-footer .footer-contact {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dyj-footer .footer-contact {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767.98px) {
  body.dyj-effect-home-page .dyj-effect-kpis {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .dyj-footer .footer-contact {
    text-align: left;
  }
}

/* final homepage alignment and no-refresh product tabs */
:root {
  --dyj-home-width: 1680px;
  --dyj-home-gutter: 28px;
}

body.dyj-effect-home-page .dyj-site-header .container,
.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container,
.dyj-footer .container,
footer .container,
.copyriht .container {
  width: 100%;
  max-width: var(--dyj-home-width);
  padding-left: var(--dyj-home-gutter) !important;
  padding-right: var(--dyj-home-gutter) !important;
  margin-left: auto;
  margin-right: auto;
}

.dyj-site-header .lang-wrapper,
.dyj-site-header .cart,
.dyj-site-header .lang-wrapper,
.dyj-site-header .cart {
  display: none !important;
}

body.dyj-effect-home-page .dyj-header-tools {
  min-width: 42px;
  justify-content: flex-end;
}

.dyj-site-header .search-icon {
  display: block;
  flex: none;
  cursor: pointer;
}

.dyj-effect-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Removed redundant tabs styles */

.dyj-effect-tabs a {
  display: none;
}

.dyj-effect-product-panel[hidden] {
  display: none !important;
}

.dyj-effect-product-panel.active {
  display: block;
}

.dyj-effect-product-panels {
  position: relative;
  z-index: 1;
}

.dyj-effect-product-panel .dyj-effect-product-grid {
  animation: dyjPanelIn 0.22s ease both;
}

@keyframes dyjPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dyj-footer .container,
footer .container {
  box-sizing: border-box;
}

.dyj-footer .footer-link,
footer .footer-link {
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  body.dyj-effect-home-page .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    --dyj-home-gutter: 22px;
  }
}

@media (max-width: 991.98px) {
  .dyj-effect-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dyj-effect-tabs button {
    border-bottom: 1px solid #d8e2ef;
  }
}

@media (max-width: 767.98px) {
  body.dyj-effect-home-page .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    --dyj-home-gutter: 14px;
  }

  .dyj-effect-tabs {
    grid-template-columns: 1fr;
  }

  .dyj-effect-tabs button {
    justify-content: flex-start;
    min-height: 48px;
    border-right: 0;
  }
}

/* effect-shot aligned homepage */
.dyj-home-effect {
  overflow: hidden;
  margin-top: -78px;
  padding-top: 78px;
  background: #fff;
}

body.dyj-effect-home-page {
  background: #fff;
}

.dyj-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #020816 !important;
  box-shadow: none !important;
}

.dyj-site-header .container {
  max-width: 1680px;
}

.dyj-logo,
header .logo {
  width: 318px;
  max-width: 318px;
}

.dyj-logo img,
header .logo img {
  content: url("../images/dyj-logo-white.svg");
}

.dyj-site-header .nav-pc .menu > ul > li {
  padding: 0 29px;
}

.dyj-site-header .nav-pc .menu > ul > li > a {
  position: relative;
  display: block;
  line-height: 84px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dyj-site-header .nav-pc .menu > ul > li > a.active,
.dyj-site-header .nav-pc .menu > ul > li:hover > a {
  color: #fff;
  font-weight: 700;
}

.dyj-site-header .nav-pc .menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 0;
  height: 3px;
  border-radius: 0;
  background: #1677ff;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.dyj-site-header .nav-pc .menu > ul > li > a.active::after,
.dyj-site-header .nav-pc .menu > ul > li:hover > a::after {
  width: 40px;
}

.dyj-site-header .lang-btn {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.dyj-site-header .lang-text,
.dyj-site-header .lang-icon,
.dyj-site-header .search-icon,
.dyj-inquiry-entry a {
  color: #fff;
}

.dyj-site-header .search-icon {
  width: 25px;
  height: 25px;
}

.dyj-site-header .sub-menu a {
  color: #081b33 !important;
}

.dyj-effect-hero {
  position: relative;
  overflow: hidden;
  min-height: 345px;
  padding: 54px 0 28px;
  background:
    linear-gradient(90deg, rgba(2, 8, 22, 0.98) 0%, rgba(2, 8, 22, 0.76) 45%, rgba(2, 8, 22, 0.18) 100%),
    url("../images/dyj-banner-bg.svg") center / cover no-repeat;
}

.dyj-effect-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(25, 211, 255, 0.2), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.052) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  pointer-events: none;
}

.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container {
  max-width: 1440px;
}

.dyj-effect-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: 34px;
  align-items: center;
}

.dyj-effect-copy {
  max-width: 830px;
}

.dyj-effect-kicker {
  display: none;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 211, 255, 0.4);
  border-radius: 999px;
  color: #9eeeff;
  background: rgba(4, 20, 38, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.dyj-effect-copy h1 {
  margin: 0 0 18px;
  max-width: 1000px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dyj-effect-copy p {
  max-width: 800px;
  color: rgba(235, 245, 255, 0.85);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 400;
}

/* Captcha Styling */
.dyj-captcha-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dyj-captcha-group input {
  flex: 1;
}

.dyj-captcha-img {
  height: 56px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dyj-captcha-img img {
  height: 100%;
  width: auto;
  display: block;
}

.dyj-effect-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 15px;
  align-items: flex-end;
}

.dyj-effect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.dyj-effect-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s ease;
}

.dyj-effect-btn-primary {
  color: #fff;
  border: 1px solid #1677ff;
  background: #1677ff;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.2);
}

.dyj-effect-btn-primary:hover {
  background: #0056cc;
  border-color: #0056cc;
  transform: translateY(-2px);
}

.dyj-effect-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

.dyj-effect-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}

.dyj-effect-btn i {
  font-size: 18px;
}

.dyj-effect-tags,
.dyj-effect-scope,
.dyj-effect-cta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dyj-effect-tags {
  display: none;
}

.dyj-effect-tags span,
.dyj-effect-scope span,
.dyj-effect-cta-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(25, 211, 255, 0.24);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.dyj-effect-hero-visual {
  min-height: 230px;
}

.dyj-effect-kpis {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 510px;
  gap: 28px;
  margin-top: 30px;
}

.dyj-effect-kpis div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.dyj-effect-kpis i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at center, #1677ff 0%, #0056cc 100%);
  font-size: 20px;
  box-shadow: 0 0 15px rgba(22, 119, 255, 0.3);
}

.dyj-effect-kpis-content {
  display: flex;
  flex-direction: column;
}

.dyj-effect-kpis strong {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.dyj-effect-kpis span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-top: 2px;
}

.dyj-effect-scope {
  position: relative;
  z-index: 1;
}

.dyj-effect-products {
  position: relative;
  margin-top: 0;
  padding: 14px 0 20px;
  background: #fff;
}

.dyj-effect-products::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background:
    radial-gradient(circle at 14% 0%, rgba(25, 211, 255, 0.12), transparent 28%),
    linear-gradient(rgba(22, 119, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  pointer-events: none;
}

.dyj-effect-section-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  display: none;
}

.dyj-effect-section-head h2 {
  margin: 0 0 10px;
  color: #081b33;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
}

.dyj-effect-section-head p {
  max-width: 760px;
  color: #52657f;
  font-size: 15px;
  line-height: 1.8;
}

.dyj-effect-text-link {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(22, 119, 255, 0.2);
  border-radius: 999px;
  color: #1677ff;
  background: #fff;
  font-weight: 800;
}

.dyj-effect-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin-bottom: 24px;
  padding: 0;
  border: 1px solid #d8e2ef;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 8px 30px rgba(8, 27, 51, 0.08);
  overflow: hidden;
}

.dyj-effect-tabs a,
.dyj-effect-tabs button {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 8px 10px;
  border: 0;
  border-right: 1px solid #d8e2ef;
  border-radius: 0;
  color: #1d2d44;
  background: transparent;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dyj-effect-tabs a:last-child,
.dyj-effect-tabs button:last-child {
  border-right: 0;
}

.dyj-effect-tabs a.active,
.dyj-effect-tabs a:hover,
.dyj-effect-tabs button.active,
.dyj-effect-tabs button:hover {
  color: #fff;
  background: #1677ff;
  box-shadow: none;
}

.dyj-effect-tabs i {
  font-size: 20px;
}

.dyj-effect-product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.dyj-effect-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(8, 27, 51, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 27, 51, 0.08);
}

.dyj-effect-card:hover {
  border-color: rgba(22, 119, 255, 0.32);
  box-shadow: 0 24px 60px rgba(8, 27, 51, 0.14);
  transform: translateY(-4px);
}

.dyj-effect-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9.8;
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.09), rgba(25, 211, 255, 0.08)),
    #eaf2fb;
}

.dyj-effect-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
}

.dyj-effect-card-media::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1677ff, #19d3ff);
}

.dyj-effect-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dyj-effect-card:hover .dyj-effect-card-media img {
  transform: scale(1.06);
}

.dyj-effect-card-media span {
  display: none;
}

.dyj-effect-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 18px 16px;
}

.dyj-effect-card-body h3 {
  margin: 0;
  color: #081b33;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.dyj-effect-model {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
  margin: 10px 0 8px;
  color: #006df0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dyj-effect-desc {
  display: none;
}

.dyj-effect-bullets {
  min-height: 76px;
  margin: 6px 0 14px;
  padding-left: 16px;
}

.dyj-effect-bullets li {
  list-style: disc;
  color: #26384f;
  font-size: 13px;
  line-height: 1.8;
}

.dyj-effect-card-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 0;
}

.dyj-effect-card-foot em {
  color: #7a8aa0;
  font-size: 12px;
  font-style: normal;
}

.dyj-effect-card-foot strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 36px;
  border: 1px solid rgba(22, 119, 255, 0.4);
  border-radius: 999px;
  color: #1677ff;
  font-size: 13px;
  white-space: nowrap;
}

.dyj-effect-service {
  position: relative;
  overflow: hidden;
  padding: 34px 0 32px;
  background:
    #fff;
}

.dyj-effect-service::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(circle at 12% 0%, rgba(25, 211, 255, 0.12), transparent 28%),
    linear-gradient(rgba(22, 119, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}

.dyj-effect-service::after {
  content: none;
}

.dyj-effect-service .container {
  position: relative;
  z-index: 1;
}

.dyj-effect-service-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) repeat(4, minmax(0, 1fr)) minmax(150px, 0.75fr);
  gap: 0;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #d8e2ef;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 8px 30px rgba(8, 27, 51, 0.08);
}

.dyj-effect-service-tabs strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 18px;
  border-right: 1px solid #d8e2ef;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.92), rgba(8, 189, 234, 0.86));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.dyj-effect-service-tabs span,
.dyj-effect-service-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 16px;
  border-right: 1px solid #d8e2ef;
  color: #1d2d44;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.dyj-effect-service-tabs span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #19d3ff;
  box-shadow: 0 0 10px rgba(25, 211, 255, 0.42);
}

.dyj-effect-service-tabs a {
  border-right: 0;
  background: linear-gradient(135deg, #1677ff, #08bdea);
  color: #fff;
}

.dyj-effect-service-tabs a:hover {
  color: #fff;
  filter: brightness(1.08);
}

.dyj-effect-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dyj-effect-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 226px;
  padding: 28px;
  border: 1px solid rgba(8, 27, 51, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 27, 51, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.dyj-effect-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  pointer-events: none;
  background:
    linear-gradient(90deg, #1677ff, #19d3ff) 0 0 / 100% 3px no-repeat,
    radial-gradient(circle at 88% 12%, rgba(25, 211, 255, 0.09), transparent 24%);
}

.dyj-effect-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 119, 255, 0.32);
  background: #fff;
  box-shadow: 0 24px 60px rgba(8, 27, 51, 0.14);
}

.dyj-effect-service-card em {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(8, 27, 51, 0.08);
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.dyj-effect-service-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 1px solid rgba(22, 119, 255, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #1677ff, #19d3ff);
  color: #fff;
  font-size: 27px;
  box-shadow: 0 16px 34px rgba(22, 119, 255, 0.25);
}

.dyj-effect-service-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.dyj-effect-service-card h3 {
  margin: 0 0 12px;
  color: #081b33;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.34;
}

.dyj-effect-service-card p {
  margin: 0;
  color: #52657f;
  font-size: 14px;
  line-height: 1.8;
}

.dyj-effect-about {
  padding: 78px 0;
  background: #fff;
}

.dyj-effect-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.dyj-effect-about h2,
.dyj-effect-cta h2 {
  margin: 0 0 16px;
  color: #081b33;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
}

.dyj-effect-about-text {
  color: #53677f;
  font-size: 16px;
  line-height: 1.9;
}

.dyj-effect-about-counts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dyj-effect-about-counts div {
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.08), rgba(25, 211, 255, 0.04)),
    #f5f9ff;
}

.dyj-effect-about-counts strong {
  display: block;
  color: #1677ff;
  font-size: 36px;
  line-height: 1;
}

.dyj-effect-about-counts small {
  margin-left: 4px;
  color: #52657f;
  font-size: 14px;
}

.dyj-effect-about-counts span {
  display: block;
  margin-top: 12px;
  color: #52657f;
  font-size: 14px;
}

/* CTA Section - Service Bar Upgrade */
.dyj-effect-cta {
  padding: 80px 0;
  background: #fff;
}

.dyj-effect-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  border-radius: 16px;
  background: #020816;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(2, 8, 22, 0.2);
}

.dyj-cta-item {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.dyj-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(22, 119, 255, 0.1);
  border: 1px solid rgba(22, 119, 255, 0.3);
  color: #1677ff;
  font-size: 32px;
  transition: all 0.3s ease;
}

.dyj-cta-item:hover .dyj-cta-icon {
  background: #1677ff;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(22, 119, 255, 0.3);
}

.dyj-cta-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.dyj-cta-content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.dyj-cta-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 40px;
}

.dyj-cta-right {
  text-align: center;
  padding-left: 40px;
}

.dyj-cta-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  height: 56px;
  border-radius: 10px;
  background: #1677ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 12px;
}

.dyj-cta-main-btn:hover {
  background: #0056cc;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(22, 119, 255, 0.4);
}

.dyj-cta-right p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .dyj-effect-cta-bar {
    padding: 30px;
  }
  .dyj-cta-sep {
    margin: 0 20px;
  }
  .dyj-cta-right {
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .dyj-effect-cta-bar {
    flex-direction: column;
    gap: 30px;
  }
  .dyj-cta-sep {
    display: none;
  }
  .dyj-cta-item {
    width: 100%;
    justify-content: center;
  }
  .dyj-cta-right {
    padding-left: 0;
  }
}

/* Footer Beautification */
.dyj-footer {
  background: #020816;
  padding: 60px 0 40px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dyj-footer .footer-link {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.dyj-footer .public-title {
  flex: none;
}

.dyj-footer .public-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.dyj-footer .public-title p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.footer-link-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-wrapper li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-right: 24px;
  transition: color 0.3s ease;
}

.footer-link-wrapper li a:hover {
  color: #1677ff;
}

.dyj-footer .row {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  display: flex !important;
  gap: 80px;
}

.dyj-footer-brand {
  max-width: 320px;
}

.dyj-footer-brand img {
  height: 48px;
  margin-bottom: 24px;
  display: block;
}

.dyj-footer-brand p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.footer-nav-groups {
  display: flex;
  gap: 60px;
}

.footer-nav-groups dl {
  margin: 0;
}

.footer-nav-groups dt {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 24px;
}

.footer-nav-groups dt a {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
}

.footer-nav-groups dt a:hover {
  color: #9eeeff;
}

.footer-nav-groups dd {
  margin: 0;
}

.footer-nav-groups dd a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 14px;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-nav-groups dd a:hover {
  color: #1677ff;
  transform: translateX(5px);
}

.footer-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-contact .tel-number {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-contact p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1677ff;
  border-radius: 50%;
}

.qrcodes {
  gap: 30px;
  margin-top: 30px;
  justify-content: flex-end;
}

.qrcode-img {
  text-align: center;
}

.qrcode-img img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 6px;
  background: #fff;
}

.qrcode-img p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.copyriht {
  background: #01050d;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.copyriht a {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 15px;
}

.copyriht a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .dyj-effect-cta-inner {
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .dyj-footer .footer-link {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1199.98px) {
  .dyj-effect-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dyj-effect-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .dyj-effect-hero-grid,
  .dyj-effect-about-grid,
  .dyj-effect-cta-inner {
    grid-template-columns: 1fr;
  }

  .dyj-effect-service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dyj-effect-service-tabs strong,
  .dyj-effect-service-tabs a {
    grid-column: 1 / -1;
  }

  .dyj-effect-section-head {
    display: block;
  }

  .dyj-effect-text-link {
    margin-top: 18px;
  }

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

@media (max-width: 767.98px) {
  .dyj-effect-hero {
    min-height: 0;
    padding: 62px 0 54px;
  }

  .dyj-effect-copy h1 {
    font-size: 36px;
  }

  .dyj-effect-copy p {
    font-size: 15px;
  }

  .dyj-effect-panel {
    padding: 20px;
  }

  .dyj-effect-service-tabs {
    grid-template-columns: 1fr;
  }

  .dyj-effect-service-tabs strong,
  .dyj-effect-service-tabs a {
    grid-column: auto;
  }

  .dyj-effect-service-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .dyj-effect-kpis,
  .dyj-effect-product-grid,
  .dyj-effect-service-grid,
  .dyj-effect-about-counts,
  .dyj-effect-form {
    grid-template-columns: 1fr;
  }

  .dyj-effect-products,
  .dyj-effect-service,
  .dyj-effect-about,
  .dyj-effect-cta {
    padding: 52px 0;
  }

  .dyj-effect-cta-inner {
    padding: 26px 18px;
  }

  .dyj-effect-form input[name="remark"],
  .dyj-effect-form button {
    grid-column: auto;
  }
}

/* Removed redundant industrial visual upgrade section that was overriding global styles */

.dyj-hero {
  min-height: 0;
}

.dyj-hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(7, 17, 31, 0.96) 0%, rgba(9, 28, 54, 0.82) 44%, rgba(7, 17, 31, 0.25) 100%),
    radial-gradient(circle at 68% 34%, rgba(25, 211, 255, 0.18), transparent 28%);
}

.dyj-hero::before,
.dyj-service-section::after,
.dyj-product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
}

.main-slider .swiper-slide .swiper-silde-img {
  width: 100%;
  height: clamp(560px, 68vh, 680px);
  min-height: 0;
  max-height: none;
}

.main-slider__content {
  padding-top: 38px;
}

.dyj-hero .swiper-slide-content {
  align-items: center;
}

.dyj-hero-kicker,
.dyj-card-tag {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dyj-hero .more,
.main-slider .swiper-slide-content .more {
  min-width: 164px;
  text-align: center;
}

.dyj-hero-panel {
  width: 100%;
  margin-top: 42px;
  padding: 26px;
  border: 1px solid rgba(25, 211, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(4, 18, 34, 0.5);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.dyj-hero-panel-title {
  margin-bottom: 18px;
  color: #eaf9ff;
  font-size: 18px;
  font-weight: 900;
}

.dyj-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.dyj-hero-metrics span {
  min-height: 76px;
  padding: 14px 10px;
  border: 1px solid rgba(25, 211, 255, 0.18);
  border-radius: 6px;
  color: rgba(230, 244, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.dyj-hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: #9eeeff;
  font-size: 26px;
  line-height: 1;
}

.dyj-hero-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dyj-hero-panel-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(25, 211, 255, 0.22);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(22, 119, 255, 0.12);
  font-size: 12px;
}

.dyj-product-hero {
  height: 360px;
  overflow: hidden;
  position: relative;
}

.dyj-product-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.dyj-product-hero::after {
  background:
    radial-gradient(circle at 78% 38%, rgba(25, 211, 255, 0.2), transparent 28%),
    linear-gradient(105deg, rgba(7, 17, 31, 0.93), rgba(7, 17, 31, 0.72) 48%, rgba(7, 17, 31, 0.25));
}

.dyj-product-hero .neibannerdesc-title p {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(25, 211, 255, 0.3);
  border-radius: 999px;
  color: #9eeeff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dyj-product-hero .neibannerdesc-title h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: 0;
}

.dyj-page-lead {
  padding: 46px 0 8px;
}

.dyj-page-lead-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
  padding: 30px 34px;
  border: 1px solid rgba(22, 119, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.88)),
    #fff;
  box-shadow: 0 18px 50px rgba(8, 27, 51, 0.1);
}

.dyj-page-lead h1 {
  margin: 0 0 12px;
  color: #081b33;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.dyj-page-lead p {
  max-width: 760px;
  color: #52657f;
  font-size: 16px;
  line-height: 1.9;
}

.dyj-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dyj-kpi-grid span {
  min-height: 92px;
  padding: 18px 16px;
  border: 1px solid rgba(22, 119, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.92));
  color: #52657f;
  font-size: 13px;
}

.dyj-kpi-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #1677ff;
  font-size: 26px;
  line-height: 1;
}

.dyj-product-page {
  margin-top: 34px;
}

.container.product-wrapper.dyj-product-section {
  margin-top: 0;
  padding-top: 64px;
}

.dyj-product-section {
  position: relative;
}

.dyj-product-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 4%, rgba(25, 211, 255, 0.1), transparent 26%),
    linear-gradient(rgba(22, 119, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  transform: translateX(-50%);
  z-index: -1;
}

.dyj-product-nav-label {
  margin-right: 10px;
  color: #52657f;
  font-size: 13px;
  font-weight: 800;
}

.dyj-product-page .product-filter {
  margin-bottom: 26px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.dyj-product-page .filter-row {
  align-items: center;
}

.dyj-product-page .filter-title {
  min-width: 96px;
  color: #081b33;
  font-weight: 800;
}

.dyj-product-page .filter-values li a {
  display: inline-flex;
  margin: 5px 4px;
  padding: 8px 14px;
  border: 1px solid rgba(8, 27, 51, 0.08);
  color: #41546f;
  background: #fff;
}

.dyj-product-page .filter-values li.active a,
.dyj-product-page .filter-values li a:hover {
  border-color: rgba(22, 119, 255, 0.42);
  color: #fff;
  background: linear-gradient(135deg, #1677ff, #10bce8);
}

.dyj-card-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid rgba(22, 119, 255, 0.18);
  border-radius: 4px;
  color: #1677ff;
  background: rgba(22, 119, 255, 0.06);
  font-size: 10px;
  font-weight: 900;
}

.product-wrapper .product-list .product-item .product-item-wrapper {
  border: 1px solid rgba(8, 27, 51, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 0.98));
}

.product-wrapper .product-list .product-item .product-item-wrapper:hover {
  border-color: rgba(22, 119, 255, 0.26);
  transform: translateY(-3px);
}

.product-wrapper .product-list .product-item .pic {
  border-bottom: 1px solid rgba(22, 119, 255, 0.12);
}

.product-wrapper .product-list .product-item .pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.34;
  pointer-events: none;
}

.product-wrapper .product-list .product-item .pic::after {
  z-index: 2;
  height: 3px;
  border-radius: 99px;
}

.product-wrapper .product-list .product-item .pic img {
  position: relative;
  z-index: 0;
}

.product-wrapper .product-list .product-item .content-wrapper {
  min-height: 238px;
}

.product-item-model {
  color: #006df0;
}

.product-wrapper .product-list .product-item .product-item-info {
  color: #53677f;
}

.product-content-info {
  position: relative;
  overflow: hidden;
  border-color: rgba(22, 119, 255, 0.16);
}

.product-content-info::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.08), transparent 38%);
}

.product-content-info > div {
  position: relative;
  z-index: 1;
}

.procontent1_l .gallery-top {
  overflow: hidden;
  border: 1px solid rgba(22, 119, 255, 0.16);
  background: #f1f7ff;
}

.procontent1_l .gallery-top .swiper-slide img,
.procontent1_l .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.procontent1_l .gallery-thumbs {
  margin-top: 12px;
}

.procontent1_l .gallery-thumbs .swiper-slide {
  overflow: hidden;
  border: 1px solid rgba(22, 119, 255, 0.14);
  background: #f1f7ff;
}

.procont_lbot {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 8px;
  color: #4b5f78;
}

.procontent_zx {
  gap: 12px;
  margin-top: 26px;
}

.procontent_zx a {
  min-width: 148px;
  height: 48px;
  border-radius: 999px;
  font-weight: 800;
}

.dyj-detail-content {
  padding-top: 42px;
}

.page-content .page-content-card .tabs {
  display: flex;
  gap: 8px;
  padding: 18px 18px 0;
  border-bottom: 1px solid rgba(8, 27, 51, 0.08);
}

.page-content .page-content-card .tabs-item {
  padding: 12px 18px;
  border: 1px solid rgba(8, 27, 51, 0.08);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #52657f;
  background: #f5f9ff;
  font-weight: 800;
  cursor: pointer;
}

.page-content .page-content-card .tabs-item.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1677ff, #10bce8);
}

.page-content .page-content-card .card-body {
  padding: 30px;
}

.dyj-news-section,
.dyj-partner-section {
  background: transparent;
}

.dyj-footer,
footer {
  background:
    radial-gradient(circle at 10% 10%, rgba(25, 211, 255, 0.13), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0c1f38 100%);
  color: rgba(230, 244, 255, 0.78);
}

.dyj-footer .public-title h3,
footer .public-title h3,
.dyj-footer dt,
footer dt {
  color: #fff;
}

.dyj-footer .public-title p,
footer .public-title p,
.dyj-footer a,
footer a,
.dyj-footer dd,
footer dd,
.dyj-footer .footer-contact p,
footer .footer-contact p {
  color: rgba(230, 244, 255, 0.7);
}

.dyj-footer a:hover,
footer a:hover {
  color: #9eeeff;
}

.dyj-footer-brand {
  max-width: 380px;
  margin-bottom: 28px;
}

.dyj-footer-brand img {
  width: 210px;
  height: auto;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
}

.dyj-footer-brand p {
  margin-top: 12px;
  color: rgba(230, 244, 255, 0.72);
  line-height: 1.8;
}

.copyriht {
  background: #050c16;
  color: rgba(230, 244, 255, 0.6);
}

.copyriht a {
  color: rgba(230, 244, 255, 0.72);
}

@media (max-width: 1199.98px) {
  .dyj-site-header .nav-pc .menu > ul > li {
    padding: 0 11px;
  }

  .dyj-logo,
  header .logo {
    width: 196px;
  }
}

@media (max-width: 991.98px) {
  .dyj-page-lead-inner {
    grid-template-columns: 1fr;
  }

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

  .dyj-site-header .nav-pc {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .dyj-site-header {
    height: 68px;
  }

  .dyj-site-header .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .dyj-logo,
  header .logo {
    width: 166px;
  }

  .dyj-site-header .lang-wrapper,
  .dyj-site-header .cart {
    display: none;
  }

  .dyj-hero,
  .main-slider .swiper-slide .swiper-silde-img {
    height: 520px;
    min-height: 0;
  }

  .dyj-product-hero {
    height: 300px;
  }

  .dyj-page-lead {
    padding-top: 28px;
  }

  .dyj-page-lead-inner {
    padding: 22px 18px;
  }

  .dyj-kpi-grid {
    grid-template-columns: 1fr;
  }

  .dyj-kpi-grid span {
    min-height: auto;
  }

  .product-wrapper .product-list .product-item .content-wrapper {
    min-height: 216px;
  }

  .page-content .page-content-card .card-body {
    padding: 22px 16px;
  }
}

/* final priority overrides */
.dyj-site-header .container,
.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container,
.dyj-footer .container,
footer .container,
.copyriht .container {
  width: 100%;
  max-width: 1680px;
  padding-left: 28px !important;
  padding-right: 28px !important;
  margin-left: auto;
  margin-right: auto;
}

.dyj-footer-brand img {
  width: 318px;
  max-width: 100%;
  padding: 0;
  background: transparent;
}

@media (max-width: 1199.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer .container,
  footer .container,
  .copyriht .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* hard end overrides: banner KPI repair and footer/content alignment */
body.dyj-effect-home-page .dyj-effect-kpis {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(520px, 100%) !important;
  max-width: 520px !important;
  gap: 22px !important;
  margin-top: 26px !important;
}

body.dyj-effect-home-page .dyj-effect-kpis > div {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
  min-height: 68px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(116, 178, 255, 0.26) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 18, 38, 0.48) !important;
  box-shadow: none !important;
}

body.dyj-effect-home-page .dyj-effect-kpis i {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1677ff, #12c8ee) !important;
  font-size: 17px !important;
  box-shadow: 0 0 14px rgba(18, 145, 255, 0.34) !important;
}

body.dyj-effect-home-page .dyj-effect-kpis-content {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong,
body.dyj-effect-home-page .dyj-effect-kpis span {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body.dyj-effect-home-page .dyj-effect-kpis strong {
  color: #fff !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body.dyj-effect-home-page .dyj-effect-kpis span {
  margin-top: 0 !important;
  color: rgba(229, 244, 255, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.dyj-site-header .container,
.dyj-effect-hero .container,
.dyj-effect-products .container,
.dyj-effect-service .container,
.dyj-effect-about .container,
.dyj-effect-cta .container,
.dyj-footer > .container,
.copyriht > .container {
  width: 100% !important;
  max-width: 1680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}

.dyj-footer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dyj-footer .footer-menu,
.dyj-footer .footer-contact {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dyj-footer .footer-contact {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 767.98px) {
  body.dyj-effect-home-page .dyj-effect-kpis {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .dyj-site-header .container,
  .dyj-effect-hero .container,
  .dyj-effect-products .container,
  .dyj-effect-service .container,
  .dyj-effect-about .container,
  .dyj-effect-cta .container,
  .dyj-footer > .container,
  .copyriht > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .dyj-footer .footer-contact {
    text-align: left;
  }
}
