.news-detail-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.news-detail-page__main {
  flex: 1 0 auto;
  padding: 40px 0 60px;
  background: linear-gradient(180deg, rgba(237, 248, 255, 1) 0%, rgba(248, 248, 249, 1) 100%);
}

.news-detail-shell {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: 955px 304px;
  gap: 21px;
  align-items: start;
}

.news-detail-article,
.news-detail-side-card,
.news-detail-pager {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(214, 214, 214, 0.5);
}

.news-detail-article {
  padding: 0 36px 60px;
}

.news-detail-article__crumb-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-breadcrumb a,
.news-detail-breadcrumb span {
  color: rgba(23, 26, 29, 0.6);
}

.news-detail-breadcrumb img {
  width: 10px;
  height: 10px;
}

.news-detail-article__share-tip {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 148px;
  height: 66px;
  padding: 9px;
  margin-top: -1px;
  background: linear-gradient(90deg, rgba(237, 244, 255, 1) 0%, rgba(255, 255, 255, 0.71) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
}

.news-detail-article__share-tip-code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(235, 235, 235, 1);
  border-radius: 4px;
}

.news-detail-article__share-tip-code img {
  width: 36px;
  height: 36px;
}

.news-detail-article__share-tip p {
  width: 78px;
  margin: 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 8px;
  line-height: 14px;
  text-align: justify;
}

.news-detail-article__header {
  margin-top: 5px;
}

.news-detail-article__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.news-detail-article__title {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 24px;
  line-height: 33px;
  font-family: AlibabaPuHuiTiM, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-article__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.news-detail-article__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  cursor: pointer;
  background: transparent;
}

.news-detail-article__actions img {
  width: 30px;
  height: 30px;
  display: block;
}

.news-detail-article__action-circle {
  border-radius: 50%;
  background-color: rgba(231, 245, 255, 1);
}

.news-detail-article__action-circle img {
  width: 13px;
  height: 16px;
}

.news-detail-article__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
}

.news-detail-article__meta {
  margin: 3px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-article__meta span {
  margin: 0 6px;
}

.news-detail-article__share {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-detail-article__share > span {
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 24px;
}

.news-detail-article__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.news-detail-article__share a img {
  width: 30px;
  height: 30px;
}

.news-detail-article__share-circle {
  border-radius: 50%;
  background-color: rgba(216, 216, 216, 1);
}

.news-detail-article__share-circle img {
  width: 14px;
  height: 16px;
}

.news-detail-article__body {
  margin-top: 20px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 28px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
  text-align: justify;
  word-break: break-word;
}

.news-detail-article__body > *:first-child {
  margin-top: 0;
}

.news-detail-article__body > *:last-child {
  margin-bottom: 0;
}

.news-detail-article__body p,
.news-detail-article__body ul,
.news-detail-article__body ol,
.news-detail-article__body blockquote {
  margin: 24px 0 0;
}

.news-detail-article__body h1,
.news-detail-article__body h2,
.news-detail-article__body h3,
.news-detail-article__body h4,
.news-detail-article__body h5,
.news-detail-article__body h6 {
  margin: 32px 0 0;
  color: rgba(23, 26, 29, 1);
  font-family: AlibabaPuHuiTiM, "PingFang SC", "Microsoft YaHei", sans-serif;
  text-align: left;
}

.news-detail-article__body h2 {
  font-size: 24px;
  line-height: 33px;
}

.news-detail-article__body h3 {
  font-size: 20px;
  line-height: 30px;
}

.news-detail-article__body ul,
.news-detail-article__body ol {
  padding-left: 22px;
}

.news-detail-article__body a {
  color: rgba(10, 93, 230, 1);
  text-decoration: underline;
}

.news-detail-article__body strong,
.news-detail-article__body b {
  color: rgba(23, 26, 29, 1);
  font-family: AlibabaPuHuiTiM, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-article__body blockquote {
  padding-left: 16px;
  border-left: 4px solid rgba(10, 93, 230, 1);
}

.news-detail-article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto 0;
  border-radius: 8px;
}

.news-detail-article__body table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.news-detail-article__body th,
.news-detail-article__body td {
  padding: 12px 14px;
  border: 1px solid rgba(126, 134, 142, 0.16);
  text-align: left;
  vertical-align: top;
}

.news-detail-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-detail-side-card {
  overflow: hidden;
}

.news-detail-side-card--product {
  padding: 21px 20px 14px;
}

.news-detail-side-title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.9090909361839294px;
  font-family: AlibabaPuHuiTiM, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-product-card {
  display: block;
  width: 264px;
  height: 100px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: rgba(216, 216, 216, 1);
}

.news-detail-side-card--latest {
  padding: 21px 20px 19px;
}

.news-detail-latest-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.news-detail-latest-list li + li {
  border-top: 1px solid rgba(126, 134, 142, 0.16);
}

.news-detail-latest-item {
  display: block;
  padding: 19px 0;
}

.news-detail-latest-item__title {
  display: block;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-latest-item__date {
  display: block;
  margin-top: 8px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5454545617103577px;
}

.news-detail-side-card--contact {
  position: relative;
  padding: 21px 20px 30px;
}

.news-detail-contact__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
}

.news-detail-contact__labels span,
.news-detail-contact__phone span {
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-detail-contact__qrs {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 10px;
}

.news-detail-contact__qr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 84px;
  border: 1px solid rgba(235, 235, 235, 1);
  border-radius: 4px;
}

.news-detail-contact__qr-box img {
  display: block;
  width: 79px;
  height: 78px;
}

.news-detail-contact__phone {
  margin-top: 27px;
  padding-left: 10px;
}

.news-detail-contact__phone strong {
  display: block;
  margin-top: 2px;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-family: AlibabaPuHuiTiB, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-pager {
  display: flex;
  width: 955px;
  min-height: 100px;
  margin-top: 20px;
  border: 1px solid rgba(126, 134, 142, 0.16);
}

.news-detail-pager__labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding-left: 36px;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
  font-family: AlibabaPuHuiTiM, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-pager__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 22px 36px 21px 19px;
}

.news-detail-pager__links a,
.news-detail-pager__links span {
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.news-detail-pager__links a:hover {
  color: rgba(10, 93, 230, 1);
}

@media (max-width: 1320px) {
  .news-detail-shell {
    width: calc(100% - 48px);
  }

  .news-detail-layout {
    grid-template-columns: minmax(0, 1fr) 304px;
  }

  .news-detail-pager {
    width: min(955px, 100%);
  }
}

@media (max-width: 1024px) {
  .news-detail-page__main {
    padding: 24px 0 48px;
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-detail-sidebar {
    position: static;
    top: auto;
  }

  .news-detail-pager {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-detail-shell {
    width: calc(100% - 32px);
  }

  .news-detail-article {
    padding: 0 20px 28px;
  }

  .news-detail-article__crumb-row,
  .news-detail-article__title-row,
  .news-detail-article__meta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .news-detail-article__share-tip {
    width: 100%;
    height: auto;
  }

  .news-detail-article__title {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .news-detail-article__actions,
  .news-detail-article__share {
    justify-content: flex-start;
  }

  .news-detail-side-card--product,
  .news-detail-side-card--latest,
  .news-detail-side-card--contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-detail-product-card {
    width: 100%;
  }

  .news-detail-contact__labels,
  .news-detail-contact__qrs,
  .news-detail-contact__phone {
    padding-left: 0;
    padding-right: 0;
  }

  .news-detail-pager {
    flex-direction: column;
  }

  .news-detail-pager__labels,
  .news-detail-pager__links {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-detail-pager__labels {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .news-detail-pager__links {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .news-detail-shell {
    width: calc(100% - 24px);
  }

  .news-detail-article {
    padding: 0 16px 24px;
  }

  .news-detail-breadcrumb {
    gap: 8px;
    font-size: 14px;
  }

  .news-detail-side-title,
  .news-detail-contact__phone strong {
    font-size: 18px;
    line-height: 25px;
  }
}
