.story-content {
  margin-top: 16px;
}
.story-content-display-flex {
  display:flex;
}
.story-content-left {
  width: 808px;
  margin-right: 72px;
}
.story-content-title {
  font-weight: 400;
  font-size: var(--font-size-36);
  letter-spacing: 0.88px;
}
.story-content-divide {
  opacity: 0.2;
  border: 1px dashed rgba(58, 58, 58, 1);
  margin: 24px 0px;
}

.story-publish-time,story-source {
  font-weight: 400;
  letter-spacing: 1.87px;
  color: rgba(51, 51, 51, 1);
}

.story-content-shares {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.story-content-shares-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.story-content-shares-item img {
  height: 16px;
}

.story-content-shares-item.story-content-shares-wechat {
  background: rgba(7, 193, 96, 1);
  margin-left: -16px;
}

.story-content-shares-item.story-content-shares-weibo {
  background: rgba(229, 43, 47, 1);
}

.story-content-shares-item.story-content-shares-x {
  background: rgba(0, 0, 0, 1);
}

.story-content-shares-item.story-content-shares-facebook {
  background: rgba(127, 120, 225, 1);
}

.story-content-shares-facebook img {
  height: 23px;
}

.story-content-body-header {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.story-divide {
  width: 1px;
  height: initial;
  background: var(--primary-bg-color1);
}

.story-header-right {
  margin-left: auto;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 1.87px;
}

.story-header-right span {
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.story-content-body-content {
  font-weight: 400;
  font-size: var(--font-size-18);
  line-height: 42px;
  letter-spacing: 1.87px;
}
.story-content-body-content img {
  width:100%;
  max-width:100%;
}
.story-content-body-content {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font-size-18);
}
.story-content-body-content span,
  .story-content-body-content p{
  color: rgba(51, 51, 51, 1);
}
.story-content-body-content a {
  color: rgba(51, 51, 51, 1);
}
.story-content-body-content p {
    text-wrap: pretty;
}
.story-content-body-footer {
    margin: 24px 0 32px;
}

.story-footer-right-user {
    color: rgba(154, 154, 154, 1);
    font-weight: 400;
    letter-spacing: 1.87px;
    text-align: end;
}

.story-content-footer-line {
    height: 2px;
    background: rgba(154, 154, 154, 1);
    flex: auto;
}

.recommened-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.87px;
    color: rgba(154, 154, 154, 1);
}
.recommened-content-item {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: var(--font-size-20);
  letter-spacing: 1.87px;
  color: rgba(106, 106, 106, 1);
}
.recommened-content-item:first-child {
    margin-top: 24px;
}
.recommened-content-item-title {
    margin-bottom: 16px;
}

.recommened-content-item-title a {
	  color: rgba(106, 106, 106, 1)
}
.story-content-body-content.big-font-size {
  font-size: var(--font-size-20);
}
.story-content-body-content.medium-font-size {
  font-size: var(--font-size-18);
}
.story-content-body-content.small-font-size {
  font-size: var(--font-size-16);
}
.story-content figure {
  text-align: center;
}
.story-content figure figcaption{
  font-size: var(--font-size-16);
  line-height: normal;
  letter-spacing: 1px;
}
.story-content span.font-superbig {
  font-size: 32px !important;
  line-height: normal !important;
}
.story-content span.font-big {
  font-size: 24px !important;
  line-height: normal !important;
}
.story-content span.font-normal {
  font-size: 16px !important;
}
.story-content span.font-less {
  font-size: 14px !important;
  line-height: normal !important;
}
.story-content span.font-small {
  font-size: 12px !important;
  line-height: normal !important;
}
.story-content span.font-supersmall {
  font-size: 10px !important;
  line-height: normal !important;
}
.story-content p a {
    text-decoration: underline;
}

.story-content p a:not([href]){
    text-decoration: none;
}
.story-content p a[href='']{
    text-decoration: none;
}


/** 图集内容 */
.news-gallery {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}
.news-source {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 30px;
  padding: 0.25rem 1.2rem;
  font-size: 0.75rem;
  color: #e4b83e;
  margin-bottom: 1rem;
}
.dateline {
  font-size: 0.85rem;
  color: #9aa3b5;
  border-top: 1px solid rgba(255,215,0,0.2);
  display: inline-block;
  padding-top: 0.6rem;
  margin-top: 0.5rem;
}

/* ---- 轮播布局：图片区 + 外部描述区 ---- */
.swiper-outside {
  position: relative;
  margin: 0 0 1rem 0;
}
.image-zone {
  position: relative;
  border-radius: 8px;
  margin: 0 72px;
  overflow: hidden;
  background: #0f111a;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  cursor: pointer;
  background: #1a1d2b;
}
.slide-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.slide-img img {
  max-width: 100%;
  max-height: 100%;
  width: unset;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.swiper-slide:hover .slide-img img {
  transform: scale(1.02);
}

/* 外部自定义导航按钮 */
.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 76px;
  background: #999999;
  backdrop-filter: blur(8px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  border: 1px solid rgb(40 97 163 / 12%);
  color: #FFFFFF;
  font-weight: bold;
  user-select: none;
  transition: all 0.2s;
}
.custom-nav-btn:hover {
  background: rgb(40 97 163);
  color: #0a0c12;
  transform: translateY(-50%) scale(1.05);
}
.custom-prev {
  left: 8px;
}
.custom-next {
  right: 8px;
}

/* 外部分页器 */
.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 20px 0;
}
.custom-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: rgba(255,255,240,0.5);
  opacity: 0.7;
  border-radius: 50%;
  transition: all 0.2s;
  background: #a0a0a0;
}
.custom-pagination .swiper-pagination-bullet-active {
  background: #fa9c09;
  opacity: 1;
}

/* ===== 独立描述区域 + 平滑过渡（无上下颤动）===== */
.sync-caption {
  backdrop-filter: blur(8px);
  border-radius: 28px;
  padding: 1.2rem 1.8rem;
  margin: 0 0 1.5rem 0;
  /* 关键：防止内容变化时的布局抖动，给一个相对稳定的最小高度 */
  min-height: 160px;
  transition: background 0.2s;
}

.sync-caption-hide {
  display: none;
}
.sync-caption:first-child {
  display: block;
}
.sync-caption-active {
  display: block;
}

.sync-caption,
  transition: display 0.25s ease-in-out;
}

.sync-caption .desc {
  font-size: 1rem;
  color: #a2a2a2;
  margin: 0.5rem 0;
  line-height: 1.5;
}

/* 灯箱自定义样式 */
.pswp-custom-caption {
  text-align: center;
  color: #f5f0e0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(8px);
  padding: 10px 18px;
  border-radius: 28px;
  font-size: 14px;
  max-width: 80%;
  margin: 0 auto;
  pointer-events: none;
}

/* 图片放大 **/
.bigPicSlideBox{
  width:100%;height:100%;
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 右侧内容 */
.story-content-right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.story-content-footer-recommened {
  display:none;
}
.story-content-footer-recommened a{
  color: rgb(63 63 63);
}
.recommened-content-list {
  padding: 8px 0px;
}
.recommend_item {
  font-size: var(--font-size-16);
  line-height: 1.5;
  padding: 8px 0px;
  border-bottom: 1px solid var(--primary-bg-line-color);;
}
.recommened-content-list .recommend_item:last-child {
   border-bottom: 0;
}
.recommened-content-list a {
  display: block;
  padding: 8px 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

.recommened-content-list a:hover {
  transform: translateX(4px);
}
.story-content-comment {
    width: 100%;
    margin-bottom: 24px;
}
