.page-container {
  padding-top: 14.8125rem;
  position: relative;
}
.story-title {
  margin-bottom: 3.75rem;
}
.story-title h3 {
  color: #1d2129;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.375rem;
}
.date-row {
  margin-bottom: 1.875rem;
}
.date-row span {
  color: #6c6e74;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
  margin-right: 2.5rem;
}
.top-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 7.5rem;
  padding: 2.5rem 3.625rem;
  height: 31.25rem;
}
.top-box .logo {
  position: relative;
  z-index: 1;
  width: 15rem;
}
.top-box .img-title {
  position: relative;
  z-index: 1;
}
.top-box .img-title h2 {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.875rem; /* 130% */
}
.top-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
}
.story-content-box {
  position: relative;
}
.story-right-sidebar {
  position: sticky;
  right: 0;
  top: 6.25rem;
  height: fit-content;
}
.story-right-sidebar .card {
  width: 14.125rem;
  border-radius: 0.625rem;
  background: #fff;
  /* 白框投影 */
  box-shadow: 3px 3px 18px 0 rgba(204, 204, 204, 0.4);
}
.story-right-sidebar .card .card-top {
  width: 100%;
  height: 6.875rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: linear-gradient(185deg, #ffb500 3.72%, #ffa100 38.89%, #ff7a00 96.28%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.story-right-sidebar .card .card-top .btn {
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  border-radius: 3.125rem;
  margin-bottom: 0.625rem;
  border: solid 1px #fff;
}
.story-right-sidebar .card .card-top h6 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375rem;
}
.story-right-sidebar .card .card-content {
  border: solid 2px var(--color-primary);
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 13.375rem;
}
.story-right-sidebar .card .card-content img {
  width: 11.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 1.386px 1.386px 8.316px 0 rgba(204, 204, 204, 0.4);
}
.story-right-sidebar .card .card-content .btn {
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 500;
  border-radius: 2.125rem;
  width: 5.875rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--color-primary);
  &.primary {
    background-color: var(--color-primary);
    color: #fff;
    margin-right: 0.625rem;
  }
}
.story-right-sidebar .back-top {
  margin-top: 3.75rem;
  color: #6c6e74;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem; /* 21.606px */
  cursor: pointer;
}
.story-right-sidebar .back-top .icon-back-top {
  margin-left: 0.625rem;
  font-size: 1.875rem;
  color: #6c6e74;
}
.story-content {
  width: 56.25rem;
  padding-bottom: 6.25rem;
  font-family: "Noto Sans SC";
}

.story-content .primary-color {
  color: var(--color-primary);
}
.story-content span {
  color: var(--color-primary);
  font-family: "Noto Sans SC";
}
.story-content video {
  width: 100%;
}
.story-content img {
  width: 100%;
}
.story-content h3 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #1d2129;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans SC";
}
.story-content h4 {
  font-weight: 300;
  font-size: 1.75rem;
  color: #1d2129;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans SC";
}
.story-content p {
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
  color: #6c6e74;
}
