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

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

    .pc-post-detail-box {
        display: block;
        /* 仅在 PC 端显示此内容 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.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;
}

.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-title {
    text-align: center;

}

.detail-box {
    display: flex;
}

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

/* 影评头部样式 */
.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: 30px;
    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% */
}

.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;
}

.yp-header-nav .video-cover {
    width: 213px;
    height: 120px;
    margin-right: 24px;
    border-radius: 10px;
}

.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: #FEBD2B;
    /* 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% */
    margin-right: 32px;
}

.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: #FEBD2B;
    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: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */

}


.post-header .title-box mark {
    padding: 1.778px 5.333px;
    border-radius: 1.778px;
    background: #FEBD2B;
    color: #292929;
    font-family: "Alimama FangYuanTi VF";
    font-size: 10.667px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post-header .time-box {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
}

.post-header .time-box time {
    color: #7C7C7C;
    /* Regular */
    font-family: "PingFang SC";
    font-size: 12px;
    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;

    /* 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: 20px;
}

.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;

    /* 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;

}

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

.postBox h2 {
    color: #fff;
    margin: 0 16px 28px;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
}

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

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

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

.postimage {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    /* 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;
}