.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:  #FEBD2B;
}

.mobile-main-list-ul{
display:flex;
flex-wrap:wrap;
padding:0 16px;
    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;
}
.mobile-post-post-item h1{
        display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
    overflow: hidden;
color: #FFF;
text-overflow: ellipsis;
width: 295px;
height: 60px;
/* 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;
    
}