body{-webkit-font-smoothing:antialiased;background-color:#f8f8f8;margin:0;padding:0;font-size:14px}.app{background-color:#f8f8f8;flex-direction:column;height:100vh;display:flex}.header{background-color:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.header .title{color:#333;font-size:18px;font-weight:500}.header .header-actions{align-items:center;gap:12px;display:flex}.header .header-actions .more-btn,.header .header-actions .record-btn{color:#666;cursor:pointer;font-size:18px}.search-container{background-color:#fff;border-bottom:1px solid #eee;padding:12px 16px}.content-list{flex:1;padding:0 16px 20px;overflow-y:auto}.list-item{cursor:pointer;background-color:#fff;border-bottom:1px solid #eee;border-radius:8px;margin-bottom:8px;padding:16px 0;transition:background-color .2s;display:flex}.list-item:hover{background-color:#f5f5f5}.list-item:last-child{border-bottom:none}.item-image{flex-shrink:0;width:80px;height:60px;margin-right:12px}.item-image img{object-fit:cover;border-radius:6px;width:100%;height:100%}.item-content{flex-direction:column;flex:1;justify-content:space-between;min-height:60px;display:flex}.item-title{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.item-description{color:#999;margin-bottom:8px;font-size:12px}.item-footer{justify-content:space-between;align-items:center;display:flex}.time-info{align-items:center;display:flex}.time-info .send-time{color:#999;font-size:12px}.footer{text-align:center;background-color:#fff;border-top:1px solid #eee;flex-shrink:0;padding:12px 16px}.footer .icp-info{color:#999;font-size:12px;line-height:1.5}:deep(.van-search){padding:0}:deep(.van-search) .van-search__content{background-color:#f5f5f5;border-radius:20px}:deep(.van-search) .van-field__control{font-size:14px}