/* 默认隐藏两个元素，防止样式闪烁或意外显示 */
.pc-post-detail-box,
.mobile-post-detail-box {
    display: none;
}
.mobileNavTitle{
    color: transparent;
}

.share-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 媒体查询：PC 端样式 (视口宽度大于 768px 时生效) */
@media screen and (min-width: 768px) {
    .post-detail-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pc-post-detail-box {
        display: block;
        /* 仅在 PC 端显示此内容 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(---, #000);
    }
    .create-time {
        margin-right: 32px;
    }

    .detail-main-box {
        padding: 0 18px 18px 18px;
        /* background: rgba(255, 255, 255, 0.05); */
        width: 928px;
    }
}

.dplayerBox {
    max-width: 928px;
    min-height: 300px;
    display: block;
}

/* 媒体查询：移动端样式 (视口宽度小于或等于 767px 时生效) */
@media screen and (max-width: 767px) {
    .mobile-post-detail-box {
        display: block;
    }

    .dplayerBox {
        min-height: 200px;
    }
}

/* pc端单独样式 */

.top-back {
    margin: 36px 0;
    width: 928px;
    display: flex;
    align-items: center;
}

.top-back a {
    display: flex;
    align-items: center;
    color: #7C7C7C;

    /* Medium */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.top-back-breadcrumb {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.top-back-breadcrumb a {
    color: #7C7C7C;
    text-decoration: none;
}

.top-back-breadcrumb a:hover {
    color: #EB7332;
}

.breadcrumb-sep {
    margin: 0 4px;
    color: #7C7C7C;
}

.breadcrumb-current {
    color: #7C7C7C;
}

.top-title {
    text-align: center;

}

.detail-box {
    display: flex;
}

@media screen and (min-width: 1366px) {
    .post-detail-box{
        /* margin-top: 80px !important; */
    }
}



/* 影评头部样式 */
.yp-header h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    color: var(--11, var(---60, #BDBDBD));
    text-overflow: ellipsis;

    /* 30 */
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0;
}

.header-top-info-name {
    display: flex;
    align-items: center;
}

.header-top-info-name>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0 !important;
}

.header-top-info-name-txt h3 {
    overflow: hidden;
    color: #7C7C7C;
    text-overflow: ellipsis;

    /* Medium */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */

}

.header-top-info-name-txt time {
    overflow: hidden;
    color: #656565;
    text-overflow: ellipsis;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}
.time-box-left-link{
    display: flex;
    align-items: center;
    gap: 4px;
}

.shear-btn {
    border-radius: 30px;
    background-color: #5B7084;
    display: flex;
    padding: 4.932px 14.795px;
    justify-content: center;
    align-items: center;
    gap: 2.466px;
}

.yp-header-nav {
    display: flex;

    padding: 16px 32px 16px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(91, 112, 132, 0.30);
}

.yp-header-nav-info {
    display: flex;
}
.video-cover-box{
    position: relative;
    margin-right: 24px;

}
.video-cover-tags{
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: inline-flex;
    padding: var(---2, 2px) var(---6, 6px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(---3, 3px);
    background: var(---7, rgba(255, 16, 68, 0.70));
}
.yp-header-nav .video-cover {
    width: 213px;
    height: 120px;
    border-radius: 10px;
}
.video-info{
    justify-content: center;    
    align-items: center;
}

.video-info>h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    width: 450px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.actress-box {
    color: #7C7C7C;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin: 28px 0 9px 0;
}

.actress-box mark {
    background: transparent;
    color: #EB7332;
    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.create-time {
    color: #7C7C7C;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    
}

.last-updated {
    color: #7C7C7C;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    background: transparent;
}

.go-look {
    border-radius: 8px;
    background: #EB7332;
    display: flex;
    padding: 12px 32px;
    align-items: center;
    gap: 8px;
    color: #292929;

    /* 18 */
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.header-tags {
    margin: 28px 0;
}

.header-tags li {
    display: flex;
}

.header-tags li mark {
    background: transparent;
    overflow: hidden;
    color: #F1A800;
    text-overflow: ellipsis;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    margin-right: 18px;
    cursor: pointer;
}

/* 帖子头部 */
.post-header {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.10);
}

.post-header .title-box {
    flex: 1 0 0;
    color: #FFF;
    text-overflow: ellipsis;

    /* 18 */
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
    /* 133.333% */

}


.title-box mark {
    padding: 1.778px 5.333px;
    border-radius: 1.778px;
    background: rgba(235, 115, 50, 1);
    color: #292929;
    font-family: "Alimama FangYuanTi VF";
    font-size: 10.667px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
}
.time-box .user-avatar{
    width: 16px;
    height: 16px;
    border-radius: 16px;
}
.time-box-separator-name{
    font-family: PingFang SC;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(235, 115, 50, 1);
}
.time-box-separator{
    line-height: 0;
    font-size: 16px;
    color:rgba(124, 124, 124, 1);
    margin: 0 2px;
}
.time-box-left{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
}
.post-header .time-box {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
    align-items: center;
}

.post-header .time-box time {
    color: #7C7C7C;
    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.time-box .post-item-numb {
    display: flex;
    align-items: center;

}

.post-item-numb li {
    display: flex;
    align-items: center;
    color: #BDBDBD;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */

}

.post-item-numb li:first-child {
    margin-right: 30px;
}

.post-item-numb li img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

/* 右边导航 */
.nav-box {
    margin-left: 18px;
    width: 300px;
    position: relative;
}

.nav-box .nav-box-user {
    /* height: 468px; */
    align-self: stretch;
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.10);
    position: absolute;
    padding-bottom: 20px;
}

.nav-box-user .bg {
    width: 300px;
    height: 90px;
    border-radius: 4px 4px 0 0;
}

.nav-box-user .user-info {
    display: flex;
    align-items: flex-end;
    margin: -30px 0 0 15px;
}

.user-avatar-box {
    padding: 3px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.user-info .user-avatar {
    width: 50px;
    height: 50px;

}

.user-info-number {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}

.user-info-number mark {
    flex: 1;
    overflow: hidden;
    color: #BDBDBD;
    margin-right: 8px;
    text-align: right;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    background: transparent;
}

.user-info-number span {
    font-size: 14px;
}

.user-info-number .tip {

    padding: 2px 15px;
    border-radius: 3px;
    background: #FFC42E;
    color: #292929;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 145.455% */
    flex-shrink: 0;
    margin: 0 0 0 2px;
}

.number-title {
    color: #999;
    text-align: center;
    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin: 0 2px 0 8px;
}

.remember-post {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.10);
    margin-top: 310px;
    position: absolute;
    top: 500px;
}

.user-sign {
    margin: 15px;
    display: flex;
    padding: 11px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #BDBDBD;
    background: rgba(255, 255, 255, 0.05);
    /* Regular */
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.more-list-box {
    margin: 0 15px;
    /* height: 184px; */
}

.more-list-box li {
    display: flex;
    margin-bottom: 8px;
    color: #BDBDBD;
    align-items: center;

}
.more-list-box li a {
    display: flex;
    align-items: center;
}
.more-list-box .dots{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF4D4D;
    margin-right: 10px;
}

.more-list-box li h3 {
    display: -webkit-box;
    /* 使用弹性盒布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向的排列 */
    -webkit-line-clamp: 1;
    /* 限制为1行 */
    align-self: stretch;
    /* 让元素拉伸以填满容器 */
    max-width: 252px;
    /* 最大宽度 */
    overflow: hidden;
    /* 隐藏溢出部分 */
    text-overflow: ellipsis;
    /* IE 和 Edge 兼容 */
    white-space: nowrap;
    /* 防止换行 */
    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    /* 142.857% */
}

.more-list-box li img {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    margin-right: 10px;
}

.more-list-btn {
    display: inline-block;
    line-height: 36px;
    width: 270px;
    height: 36px;
    text-align: center;
    margin: 0 15px;
    border-radius: 4px;
    background: #F1A800;
}

.remember-post .list-title {
    color: #FFF;

    /* 20 */
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.remember-post {
    padding: 15px;
}

.list-item {
    display: flex;
    margin-bottom: 8px;
    color: #BDBDBD;
    align-items: center;
}

.list-item img {
    width: 110px;
    height: 70px;
    margin-right: 12px;
}

.list-item-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #BDBDBD;
    text-overflow: ellipsis;
    word-break:break-all; 
    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.list-item-info img {
    width: 12px;
    height: 14.25px;
    margin-right: 9px;
}

.list-item-info-watch {
    margin-top: 4px;
    display: flex;
    color: #7C7C7C;
    text-align: center;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    align-items: center;
}

/* 文章主体 */
.postContent {
    /* margin: 36px 0 0; */
    width: 100%;
    padding: 18px;
    max-width: 928px;
    background: var(---5, rgba(255, 255, 255, 0.05));

}

.postBox {
    color: #fff;
    /* margin-bottom: 18px; */
}

.postBox h2 {
    color: var(----4, var(----4, #FFF));
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 18px;
}

.postTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 28px;
    padding: 0 16px;
    box-sizing: border-box;
}

.postText {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
    padding-bottom:36px;
}

.postText a:not(.no-icon) {
    color: #1ABC9C;
}

.postimage {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    border-radius:4px;
    /* margin-bottom: 47px; */
}

.postDesc {
    font-size: 16px;
    color: #FAFAFA;
    line-height: 22px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 19px;
}

.postDesc span {
    font-weight: 600;
}

.postLine {
    margin: 0 16px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.50);
}

.tagBox {
    margin: 15px 0;
    padding: 0 16px;
}

.tagBox .tagList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.tagBox .tagList .tagItem {
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 62px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #BDBDBD;
}
.textAdvList {
    
}
.pc-grid-box  {
    display: none;
}

@media screen and (min-width: 768px) {
  .textAdvList {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
  }
  .pc-grid-box {
    display: block;
  }
}

/* 推荐阅读组件样式 */
.choice-post-section {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  background: linear-gradient(88.65deg, rgba(255, 255, 255, 0.03) 0.88%, rgba(255, 255, 255, 0.05) 74.95%, rgba(255, 255, 255, 0.12) 99.4%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding:12px 0 0 0;
  margin: 36px 0;
}

.choice-post-header {
  padding: 0  24px;
  display: flex;
  align-items: center;
}

.choice-post-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.choice-post-wrap {
  position: relative;
  width: 100%;
}

.choice-post-wrap .toggle {
  position: absolute;
  width: 56px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
  border: none;
  outline: none;
}

.choice-post-wrap .prev {
  left: 0;
  border-radius: 0 24px 24px 0;
  backdrop-filter: blur(8px);
  background: linear-gradient(270deg,  rgb(255 255 255 / 67%) 0%,rgba(0, 0, 0, 0.20) 100%)
}

.choice-post-wrap .next {
  right: 0;
  border-radius: 24px 0 0 24px;
  backdrop-filter: blur(8px);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.20) 0%, rgb(255 255 255 / 67%) 100%)
}

.choice-post-wrap .prev::after,
.choice-post-wrap .next::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../static/svg/arrowIcon.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  padding: 2px;
  border-radius: 99px;
  box-sizing: content-box;
}

.choice-post-wrap .prev::after {
  transform: rotate(90deg);
}

.choice-post-wrap .next::after {
  transform: rotate(-90deg);
}

.choice-post-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0 30px;
  padding: 18px 56px;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.choice-post-content::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.choice-post-item {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  width: 240px;
}

.choice-post-item:hover {
  transform: translateY(-2px);
}

.choice-post-item a {
  display: block;
  text-decoration: none;
}

.choice-post-cover {
  width: 240px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.choice-post-cover img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.choice-post-cover .cover-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  z-index: 3;
  white-space: nowrap; 
}

.choice-post-info {
  padding: 12px;
  width: 240px;
  height: 89px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #121212;
}

.choice-post-title {
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choice-post-meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.watch-count {
  display: flex;
  align-items: center;
}

.watch-count .watch-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* 移动端适配 */
@media screen and (max-width: 824px) {
  /* H5模式下隐藏整个区域的背景、边框 */
  .postText{
    color: var(--11, var(---60, #BDBDBD));

    padding-bottom: 12px !important;
  }
  .time-box-separator-name{
    font-size: 12px !important;
  }
  .postimage{
    margin-bottom: 8px !important;
  }
  .choice-post-section {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 18px 0 !important;
  }
  .tagBox {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 修改头部样式 */
  .choice-post-header {
    padding: 0 16px;
    margin-bottom: 12px;
  }

  /* 隐藏翻页按钮 */
  .choice-post-wrap .toggle {
    display: none !important;
  }

  /* 垂直滚动，一列显示 */
  .choice-post-content {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 16px !important;
    gap: 12px 0 !important;
    overflow: visible !important;
    scroll-behavior: auto !important;
  }

  /* 每个item改为左右布局 */
  .choice-post-item {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    border-radius: 8px !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .choice-post-item a {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
  }

  /* 左边图片宽度160px */
  .choice-post-cover {
    width: 160px !important;
    height: 90px !important;
    flex-shrink: 0 !important;
  }

  .choice-post-cover::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 35%,rgba(0, 0, 0, 0) 60%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .choice-post-info {
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    background: #121212 !important;
    padding: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }

  .choice-post-title {
    font-size: 14px !important;
    margin-bottom: 8px !important;
    line-height: 20px !important;
  }
  .choice-post-item .cover-duration{
    display: none !important;
  }

  .choice-post-meta {
    margin-top: auto !important;
  }
  .video-cover-box{
    margin-right:0px;
  }

  .postBox h2 {
    color: var(----4, #FFF);
    text-align: justify;

    /* Medium */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */

    margin-bottom: 10px;
}
.postText{
    color: var(--11, var(---60, #BDBDBD));
    text-align: justify;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
}