.article-body {
  background: #fff;
}

.article-wap,
.product-article-wap {
  padding: 70px 20px 92px;
  box-sizing: border-box;
}

.article-wap {
  display: flex;
  gap: 50px;
}
.article-wap .article-sidebar {
  width: 385px;
  flex-shrink: 0;
}

.article-recommend {
  border-radius: 10px;
  background: #e9e9e9;
  overflow: hidden;
}

.article-recommend-head {
  padding: 24px 18px;
  background: #ff7800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.article-recommend-head b {
  font-size: 30px;
  line-height: 1;
}

.article-recommend-list {
  padding: 14px 18px 28px;
  box-sizing: border-box;
}
.article-recommend-list .article-recommend-li {
  padding: 12px 0;
  border-bottom: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.article-recommend-list a {
  color: #555;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.article-recommend-list a:hover {
  color: #3e86c5;
}

.article-detail {
  color: #777;
  font-size: 14px;
}

.article-detail h1 {
  color: #333;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.article-date {
  margin-top: 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}

.article-content {
  margin-top: 24px;
  color: #777;
  font-size: 14px;
  line-height: 2.05;
}

.article-content p {
  margin-top: 5px;
}

.article-bottom {
  margin-top: 86px;
  border-top: 1px solid #cfcfcf;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.article-prev-next {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.article-prev-next a,
.article-back {
  color: #2f82c9;
  font-size: 16px;
}

.article-back {
  border: 1px solid #2f82c9;
  border-radius: 10px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.article-back i {
  width: 32px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.article-back i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.article-product {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 4.5%;
  align-items: start;
}

.article-main-img {
  background: #eee;
  aspect-ratio: 1.58;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.article-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.72;
}

.article-thumbs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: stretch;
}

.article-thumb-swiper {
  width: 100%;
  overflow: hidden;
}

.article-thumb-swiper .swiper-slide {
  height: auto;
}

.article-thumb,
.article-thumb-arrow {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.swiper-slide.is-selected .article-thumb {
  border-color: #3e86c5;
  opacity: 1;
}

.article-thumb {
  width: 100%;
  border: 1px solid transparent;
  background: #eee;
  aspect-ratio: 1.25;
  overflow: hidden;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  display: block;
}

.article-thumb-arrow {
  background: #3e86c5;
  position: relative;
}

.article-thumb-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.article-thumb-arrow--prev:before {
  transform: translate(-34%, -50%) rotate(-45deg);
}

.article-thumb-arrow--next:before {
  transform: translate(-66%, -50%) rotate(135deg);
}

.article-summary {
  padding-top: 70px;
  color: #666;
}

.article-summary h1 {
  color: #3e86c5;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.article-summary h1 sup {
  font-size: 50%;
}

.article-summary h2 {
  margin-top: 22px;
  color: #3e86c5;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

.article-summary ul {
  margin-top: 26px;
  color: #777;
  font-size: 16px;
  line-height: 2;
}

.article-contact-btn {
  width: fit-content;
  margin-top: 26px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #ff6e05;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.article-qr {
  margin-top: 46px;
  width: min(100%, 210px);
  text-align: center;
  color: #999;
  font-size: 11px;
}

.qr-box {
  aspect-ratio: 1;
  border: 2px solid #777;
  border-radius: 10px;
  background: linear-gradient(90deg, #000 50%, transparent 50%) 0 0/20px 20px, linear-gradient(#000 50%, transparent 50%) 0 0/20px 20px, #fff;
}

.article-models,
.article-video-section,
.article-downloads {
  margin-top: 95px;
}

.article-section-title h2 {
  color: #3e86c5;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.article-section-title p {
  margin-top: 14px;
  color: #777;
  font-size: 15px;
}

.article-table {
  width: 100%;
  margin-top: 54px;
  border-collapse: collapse;
  color: #666;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.article-table th {
  background: #3e86c5;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 20px;
}

.article-table td {
  border: 1px solid #777;
  padding: 14px 20px;
}

.article-video {
  width: min(100%, 660px);
  aspect-ratio: 1.46;
  margin: 70px auto 0;
  border: 0;
  background: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-video span {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #222;
  position: relative;
}

.article-video span:after {
  content: "";
  position: absolute;
  left: 39%;
  top: 31%;
  border-left: 28px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.article-downloads {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.article-pdf-link {
  color: #f00;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  line-height: 1.1;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.article-pdf-link span {
  width: 34px;
  aspect-ratio: 0.82;
  border: 2px solid currentColor;
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
}

/*# sourceMappingURL=article.css.map */
