#watchList{position:fixed;inset:0;z-index:9999;visibility:hidden;width:100%;height:100%}#watchList.show{display:contents;visibility:visible;opacity:1}.watch-mask{position:absolute;inset:0;background:rgba(0,0,0,0.5)}.watch-panel{position:absolute;bottom:0;width:100%;height:54%;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform 0.25s ease}#watchList.show .watch-panel{transform:translateY(0)}.watch-header{position:relative;padding:16px;font-weight:bold;color:#23282C;display:flex;align-items:center;justify-content:center;font-family:"PingFang HK";font-size:20px;line-height:24px}.watch-title{text-align:center}.watch-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-weight:bold;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#A4A4A4;font-size:18px;cursor:pointer;user-select:none}.watch-viewport{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.watch-content{position:relative}.watch-item{position:absolute;left:0;right:0;height:70px;padding:12px 16px;display:flex;align-items:center;box-sizing:border-box;background:#fff}.watch-tags{display:flex;align-items:center;margin-top:4px;margin-left:10px}.tag{height:18px;line-height:18px;padding:0 6px;font-size:11px;color:#666;background:#f5f5f5;border-radius:9px;white-space:nowrap}.tag-flag{height:14px;width:14px;border-radius:2px}.tag-level{height:20px;width:auto;margin-left:6px}.avatar-wrapper{position:relative;width:40px;height:40px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.online-dot{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;background:#00e500;border:2px solid #fff;border-radius:50%}.watch-name{margin-left:10px;font-size:16px;font-weight:500;color:#222;line-height:22px;display:flex}.tag-sex-age{height:14px;line-height:14px;padding:0 4px;font-size:12px;color:#fff;border-radius:11px;white-space:nowrap;display:inline-flex;align-items:center;margin-left:6px}.sex-icon{width:10px;height:10px;margin-right:2px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.sex-boy{background-image:url('./imgs/ic_sex_boy.png')}.sex-girl{background-image:url('./imgs/ic_sex_girl.png')}.tag-age,.tag-sex{display:none !important}