/*member/index页面css*/
.tblist tr:hover td{background:#f2f2f2;}
.wlbg td{background:#f5f5f5;



}

.logistics_status em{position:absolute;right:0;top:-20px;width:100px;
font-size: 0.8rem;
background: #eef2f6;
padding: 2px;
border-radius: 2rem;
display: inline-block;
color: #2c6e9e;
}
.message-box {
  display: inline-block;
  width: 300px;
  max-height: 20px;      /* 改用 max-height 更灵活 */
  line-height: 20px;
  overflow: hidden;
  word-break: break-all; /* 强制长单词断行 */
}

#tjbox li{width:25%;margin-bottom:10px;}