.slideInDownInit {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transition-delay: 0.2s;
}

.slideInDown {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.scaleInit {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

/* 图片样式 */
.goods-section img {
  width: 100% !important;
  margin: 0 !important;
}

.backgroundPicture {
  width: 100%;
}

:root {
  --bgc-FFFFFF: #ffffff;
  --bgc-000000: #000000;
  --bgc-dddddd: #dddddd;
  --bgc-001111: #001111;
  --bgc-525151: #525151;
  --bgc-111111: #111111;
  --bgc-141414: #141414;

  --font-20: clamp(13px, 1vw, 20px);
  --font-24: clamp(14px, 1.2vw, 24px);
  --font-48: clamp(24px, 2.4vw, 48px);
  --font-54: clamp(27px, 2.7vw, 54px);
  --font-84: clamp(42px, 4.4vw, 84px);
}

.goods-section {
  background-size: cover;
  position: relative;
  letter-spacing: 0.03vw;
  overflow: hidden;
}

.section-con {
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.section-title {
  font-size: var(--font-54);
  font-weight: bold;
  color: var(--bgc-FFFFFF);
  text-transform: uppercase;
  padding-bottom: clamp(12px, 2.1vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.25px;
}

.section-content {
  font-size: var(--font-24);
  line-height: 1.5;
  color: var(--bgc-FFFFFF);
}

.goods-section {
  background-color: #1f2324;
}

article.w940 {
  width: 100% !important;
  max-width: 1180px;
  margin: 0 auto;
}

.section-1 .section-con {
  display: flex;
  flex-direction: column;
  padding-top: 14%;
  text-align: center;
}

.section-2 {
  background: #11100f;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
}

#ak-section2-title {
  padding: 10% 3% 6% 3%;
}

.ak-code-scroll {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
}

.ak-code-diagram {
  display: block;
  width: 1100px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10%;
  background: #11100f;
  font-family:
    Arial, "Noto Sans SC", "Microsoft YaHei", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  padding: 0;
}

.ak-code-diagram foreignObject {
  overflow: visible;
}

.ak-code-title {
  fill: #f4f4f4;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

.ak-guide-lines {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.ak-spec-table {
  display: grid;
  grid-template-rows: minmax(26px, max-content) auto;
  gap: 4px;
  width: 100%;
  min-height: 100%;
  height: auto;
  color: #111;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: 0;
}

.ak-spec-head,
.ak-spec-body {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 4px;
  min-height: 0;
}

.ak-spec-body {
  grid-template-rows: repeat(var(--rows), minmax(26px, max-content));
  align-content: start;
}

.ak-spec-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 26px;
  padding: 0 8px;
  overflow: visible;
  color: #111;
  background: #d9d9d9;
  box-sizing: border-box;
  hyphens: auto;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.ak-spec-head .ak-spec-cell {
  color: #fff;
  background: #9a9a9a;
  font-weight: 500;
}

.ak-spec-cell[data-i18n="akMini.section2.identifier"] {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.ak-spec-key {
  grid-row: 1 / span var(--rows);
}

.ak-spec-option {
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
}

.ak-spec-table-left .ak-spec-option {
  justify-content: center;
  text-align: center;
}

article:lang(en) .ak-spec-table,
article:lang(de) .ak-spec-table,
article:lang(ru) .ak-spec-table,
article:lang(ja) .ak-spec-table {
  font-size: 12px;
  line-height: 1.12;
}

article:lang(de) .ak-spec-cell,
article:lang(ru) .ak-spec-cell {
  word-break: break-word;
}

article:lang(ru) .ak-spec-head .ak-spec-cell:first-child,
article:lang(de) .ak-spec-head .ak-spec-cell:first-child,
article:lang(en) .ak-spec-head .ak-spec-cell:first-child {
  font-size: 11px;
}

.ak-mobile-code-diagram {
  display: none;
}

.section-3 {
  background: #26211f;
  color: #fff;
}

.ak-driver-spec-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 128px 78px 128px;
}

.ak-driver-spec-title {
  margin: 0;
  color: #f2f2f2;
  font-family:
    Arial, "Noto Sans SC", "Microsoft YaHei", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.ak-driver-board-list {
  display: grid;
  grid-template-columns: 130px 160px 190px 230px;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  margin: 118px auto 64px;
}

.ak-driver-board {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  color: #f2f2f2;
  font-family:
    Arial, "Noto Sans SC", "Microsoft YaHei", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.ak-driver-board img {
  display: block;
  height: auto;
  object-fit: contain;
}

.ak-driver-board figcaption {
  min-height: 20px;
  margin-top: 6px;
}

.ak-driver-spec-scroll {
  width: 1002px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
}

.ak-code-scroll::-webkit-scrollbar,
.ak-driver-spec-scroll::-webkit-scrollbar {
  height: 4px;
}

.ak-code-scroll::-webkit-scrollbar-track,
.ak-driver-spec-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.ak-code-scroll::-webkit-scrollbar-thumb,
.ak-driver-spec-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.ak-code-scroll::-webkit-scrollbar-thumb:hover,
.ak-driver-spec-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.52);
}

.ak-driver-spec-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #050505;
  color: #111;
  background: #b7b7b7;
  font-family:
    Arial, "Noto Sans SC", "Microsoft YaHei", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.ak-driver-spec-table .ak-spec-row-head {
  width: 8%;
}

.ak-driver-spec-table .ak-spec-data-col {
  width: 11.5%;
}

.ak-driver-spec-table th,
.ak-driver-spec-table td {
  box-sizing: border-box;
  padding: 6px 7px;
  border: 2px solid #050505;
  background: #b7b7b7;
  font-weight: 400;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ak-driver-spec-table thead th {
  height: 29px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #cfcfcf;
  line-height: 1.35;
}

.ak-driver-spec-table tbody tr:first-child th,
.ak-driver-spec-table tbody tr:first-child td {
  background: #b7b7b7;
}

.ak-driver-spec-table tbody th {
  background: #cfcfcf;
}

.ak-driver-spec-table tbody td {
  min-height: 44px;
}

.ak-driver-spec-table .ak-row-models th,
.ak-driver-spec-table .ak-row-models td {
  height: 219px;
}

.ak-driver-spec-table .ak-row-install th,
.ak-driver-spec-table .ak-row-install td {
  height: 120px;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.42;
}

.ak-driver-spec-note {
  margin: 72px auto 0;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

article:lang(en) .ak-driver-spec-table,
article:lang(de) .ak-driver-spec-table,
article:lang(ru) .ak-driver-spec-table,
article:lang(ko) .ak-driver-spec-table,
article:lang(es) .ak-driver-spec-table,
article:lang(fr) .ak-driver-spec-table {
  font-size: 13px;
  line-height: 1.28;
}

article:lang(de) .ak-driver-spec-table th,
article:lang(de) .ak-driver-spec-table td,
article:lang(ru) .ak-driver-spec-table th,
article:lang(ru) .ak-driver-spec-table td,
article:lang(es) .ak-driver-spec-table th,
article:lang(es) .ak-driver-spec-table td,
article:lang(fr) .ak-driver-spec-table th,
article:lang(fr) .ak-driver-spec-table td {
  hyphens: auto;
}

article:lang(ja) .ak-driver-spec-table,
article:lang(ko) .ak-driver-spec-table {
  line-height: 1.42;
}

article:lang(en) .ak-driver-spec-note,
article:lang(de) .ak-driver-spec-note,
article:lang(ru) .ak-driver-spec-note,
article:lang(es) .ak-driver-spec-note,
article:lang(fr) .ak-driver-spec-note {
  max-width: 940px;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .section-2 {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .ak-code-scroll {
    overflow-x: auto;
    overflow-y: visible;
  }

  .section-2 .ak-code-diagram {
    display: block;
    width: 900px;
    max-width: none;
    padding-bottom: 14%;
  }

  .ak-mobile-code-diagram {
    display: none;
  }

  .ak-driver-spec-inner {
    min-height: 0;
    padding: 64px 20px 88px;
  }

  .ak-driver-spec-title {
    font-size: 30px;
  }

  .ak-driver-board-list {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 38px 28px;
    margin-top: 64px;
    margin-bottom: 56px;
  }

  .ak-driver-board-mini,
  .ak-driver-board-small,
  .ak-driver-board-large,
  .ak-driver-board-plus {
    width: auto;
  }

  .ak-driver-board-mini img {
    width: 122px !important;
  }

  .ak-driver-board-small img {
    width: 148px !important;
  }

  .ak-driver-board-large img {
    width: 168px !important;
  }

  .ak-driver-board-plus img {
    width: 186px !important;
  }

  .ak-driver-spec-scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .ak-driver-spec-table {
    width: 1000px;
    font-size: 14px;
  }

  .ak-driver-spec-table .ak-spec-row-head {
    width: 80px;
  }

  .ak-driver-spec-table .ak-spec-data-col {
    width: 115px;
  }

  .ak-driver-spec-note {
    margin-top: 56px;
    font-size: 13px;
    line-height: 1.65;
  }
}
