#r1{display:flex;flex-direction:column;height:120px;color:#fff;font-family:Arial,sans-serif}
.r2{flex:1;display:flex;align-items:center;gap:18px;padding:0 20px}
.r3{height:30px;display:none;align-items:center;justify-content:center;font-size:12px;background:rgba(255,255,255,.05)}
.r3 a{color:#fff;text-decoration:none;font-weight:500}
@media(max-width:768px){.r3{display:flex}#v1{display:none}}
.c1 img{width:70px;height:70px;object-fit:cover;border-radius:8px}
#b1{width:55px;height:55px;border-radius:50%;border:none;background:#1f3b63;color:#fff;font-size:22px;cursor:pointer}
.m1{flex:1;overflow:hidden}
.t1{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.a1{font-size:13px;color:#9ecbff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#q1{background:#1f3b63;border:none;color:#fff;padding:6px 10px;border-radius:6px}
#v1{width:90px}
.l1{display:flex;align-items:center;gap:6px;font-size:12px}
.d1{width:8px;height:8px;background:red;border-radius:50%;animation:p1 1.5s infinite}
@keyframes p1{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}