.mobile-header-nav ul{
    display:flex;
}
.mobile-header-nav ul li{
    display: flex;
    height: 44px;
    padding: 0  12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    position:relative;
    text-align:center;
    line-height:44px;
}
.mobile-header-nav ul .active::after{
    position:absolute;
    content:'';
    display:block;
    width: 16px;
    height: 4px;
    left:50%;
    transform:translate(-50%);
    bottom:0;
    border-radius:  3px  3px 0 0;
    background:  #EB7332;
    text-align: center;
}

.mobile-main-list-ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;

}
/* 影评item */
.mobile-post-yp-item{
width: 49%;
margin-bottom:12px;

}
.mobile-post-yp-item .cover-box{
 width:100%;
height: 96px;

flex-shrink: 0;
position:relative;
}
.mobile-post-yp-item .cover-box img{
    width:100%;
    height:100%;
   border-radius: 10px 10px 0 0;
}
.mobile-post-yp-item .cover-box mark{
    background:transparent;
    display: flex;
padding: 0  2px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 3px;
background: rgba(0, 0, 0, 0.70);
position:absolute;
bottom:6px;
right:6px;
color:#fff;
font-size:10px;
}
.mobile-post-yp-item .user-info-box{
    display:flex;
    align-items:center;
   border-radius: 0 0 10px 10px;
}
.user-info-name-box h2{
    overflow: hidden;
color:  #BDBDBD;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
align-self: stretch;
/* Medium */
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
}
.user-info-name-box time{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
    overflow: hidden;
color:  #BDBDBD;
text-overflow: ellipsis;

/* 10 */
font-family: "PingFang SC";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 160% */
}
.mobile-post-yp-item .user-info-box img{
    width: 28px;
height: 28px;
border-radius:50%;
margin-right:6px;
}
.yp-item-info-box{
    background:  rgba(255, 255, 255, 0.05);
padding:  4px  8px;
width:100%;
}
.yp-item-info-box h1{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;

    overflow: hidden;
color:  #BDBDBD;
text-overflow: ellipsis;
/* Regular */
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}
.yp-item-info-box p{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin:2px 0;
  overflow: hidden;
color: #7C7C7C;
text-overflow: ellipsis;

/* 10 */
font-family: "PingFang SC";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 160% */
}
/* 帖子item */
.mobile-post-post-item{
    width:100%;
 position: relative; 
 border-radius:4px;
    margin-bottom:12px;
}
/* 2. 定义伪元素作为遮罩层 */
.mobile-post-post-item::before {
    content: ""; /* 伪元素必须要有 content 属性 */
    position: absolute; /* 绝对定位，相对于父容器 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgba(0, 0, 0, 0.50);
    /* 确保遮罩层覆盖在内容上方 */
    z-index: 10; 
}

.mobile-post-post-item a{
    position:relative;
     display:block;
     width:100%;
        height: 192px;
        flex-shrink: 0;
        
}
.mobile-post-post-item img{
    width:100%;
    height: 192px;
flex-shrink: 0;
align-self: stretch;
 border-radius:4px;
}
.item-info{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:20;
}
.item-info span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 295px;
}
.mobile-post-post-item h1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    width: 295px;
    height: 20px;
    /* Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.mobile-post-post-item p{
    display:flex;
    align-items:center;
    justify-content:space-around;
    color: rgba(255, 255, 255, 0.80);
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
letter-spacing: 2px;
    
}
.mobile-post-post-item p mark{
    background:transparent;
  color: rgba(255, 255, 255, 0.80);
}
.mobile-post-post-item p span{
  width: 42px;
  height:1px;
  background-color:#fff;
    
}

/* 移动端帖子列表 - 类似PC端布局 */
.mobile-post-item {
    display: flex;
    /* padding: 16px 0px; */
    padding-bottom: 36px;
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    background: rgba(255, 255, 255, 0.02);
}

.mobile-post-item:last-child {
    border-bottom: none;
}

/* 用户头像 */
.mobile-post-item .mobile-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 12px;
    object-fit: cover;
}

/* 帖子内容区域 */
.mobile-post-item .mobile-post-content {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.mobile-post-item .mobile-post-content > a {
    display: block;
    text-decoration: none;
}

/* 用户名 */
.mobile-post-item .mobile-user-name {
    /* color: #fff; */
    font-size: 14px;
    color: var(--11, var(---60, #BDBDBD));

    /* font-weight: 500; */
}

.mobile-user-row{
    display:flex;
    align-items:center;
    justify-content:start;
    gap:6x;
}

/* 发表时间 */
.mobile-post-item .mobile-post-time {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 0;
    margin-left: 8px;
    display: block;
    white-space: nowrap;
}

/* 帖子标题区域 */
.mobile-post-item .mobile-title-box {
    margin-top: 10px;
}

.mobile-post-item .mobile-post-title {
    color: #BDBDBD;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-post-item .mobile-title-box mark {
    background: #EB7332;
    color: #000;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    flex-shrink: 0;
}

/* 帖子描述 */
.mobile-post-item .mobile-post-desc {
    color: #7C7C7C;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

/* 图片/视频封面列表 */
.mobile-post-item .mobile-cover-list,
.mobile-post-yp-item .mobile-cover-list,
.mobile-post-post-item .mobile-cover-list {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mobile-post-item .mobile-cover-item,
.mobile-post-yp-item .mobile-cover-item,
.mobile-post-post-item .mobile-cover-item {
    flex-shrink: 0;
    width: 100px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.mobile-post-item .mobile-cover-item img,
.mobile-post-yp-item .mobile-cover-item img,
.mobile-post-post-item .mobile-cover-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 视频封面样式 */
.mobile-post-item .mobile-video-cover-box,
.mobile-post-yp-item .mobile-video-cover-box,
.mobile-post-post-item .mobile-video-cover-box {
    position: relative;
}

.mobile-post-item .mobile-video-cover-box .mobile-play-icon,
.mobile-post-yp-item .mobile-video-cover-box .mobile-play-icon,
.mobile-post-post-item .mobile-video-cover-box .mobile-play-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

/* 底部互动数据 */
.mobile-post-item .mobile-post-stats {
    display: flex;
    gap: 16px;
}

.mobile-post-item .mobile-stat-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.mobile-post-item .mobile-stat-item img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.mobile-post-item .mobile-stat-item span {
    color: inherit;
    width: auto !important;
}

/* 移动端图片溢出蒙层样式 */
.mobile-post-item .mobile-cover-item,
.mobile-post-yp-item .mobile-cover-item,
.mobile-post-post-item .mobile-cover-item {
    position: relative;
}

.mobile-post-item .mobile-cover-item.has-more::after,
.mobile-post-yp-item .mobile-cover-item.has-more::after,
.mobile-post-post-item .mobile-cover-item.has-more::after,
.mobile-post-item .mobile-cover-item .more-overlay::after,
.mobile-post-yp-item .mobile-cover-item .more-overlay::after,
.mobile-post-post-item .mobile-cover-item .more-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 6px;
}

.mobile-post-item .mobile-cover-item .more-overlay,
.mobile-post-yp-item .mobile-cover-item .more-overlay,
.mobile-post-post-item .mobile-cover-item .more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-post-item .mobile-cover-item .more-badge,
.mobile-post-yp-item .mobile-cover-item .more-badge,
.mobile-post-post-item .mobile-cover-item .more-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    padding: 4px 10px;
}

.mobile-post-item .mobile-cover-item .more-icon,
.mobile-post-yp-item .mobile-cover-item .more-icon,
.mobile-post-post-item .mobile-cover-item .more-icon {
    width: 14px;
    height: 14px;
}

.mobile-post-item .mobile-cover-item .more-count,
.mobile-post-yp-item .mobile-cover-item .more-count,
.mobile-post-post-item .mobile-cover-item .more-count {
    color: #FFF;
    font-family: "PingFang SC";
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16.83px;
    letter-spacing: 0%;
}

/* 响应式调整 - 宽度小于等于 824px */
@media screen and (max-width: 824px) {
    .mobile-post-item .mobile-title-box mark {
        display: none;
    }

    .mobile-post-item .mobile-post-time {
        max-width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* 移动端：筛选条始终固定在顶部（不随列表滚动） */
@media screen and (max-width: 767px) {
    .mobile-post-main .custom-select{
        height:52px;
    }
    .mobile-post-main .custom-select{

        width:100vw;
        /* padding:12px 0 2px 16px; */
    }
}