#msg_popup{width:36px;height:36px;border-radius:6px;cursor:pointer;margin-left:20px;position:relative;user-select:none}#msg_popup .icon-xiaoxi1{font-size:18px}#msg_popup:hover{background:rgba(23,159,151,0.06);color:#179f97}#msg_popup:hover .msg_panel{display:block}#msg_popup.open .msg_panel{display:block}#msg_popup .msg_btn{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#msg_popup .msg_badge{position:absolute;top:0;left:20px;min-width:14px;height:14px;padding:0 2px;line-height:14px;font-size:12px;color:#fff;background:#ff4d4f;border-radius:7px;text-align:center;box-shadow:0 0 0 2px rgba(0,0,0,0.03)}#msg_popup .msg_panel{position:absolute;top:0;right:-12px;padding-top:50px;z-index:999;display:none}#msg_popup .msg_panel .panel_inner{display:flex;width:496px;max-height:458px;background:#ffffff;box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);border-radius:10px;overflow:hidden}#msg_popup .msg_panel .panel_left,#msg_popup .msg_panel .panel_right{width:100%}#msg_popup .panel_header{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:0 30px;background:#ffffff;border-bottom:1px solid #f1f1f1;box-sizing:border-box}#msg_popup .panel_header .title{font-weight:600;font-size:16px;color:#333}#msg_popup .panel_header .title .total_count{font-weight:400;font-size:14px;color:#666666}#msg_popup .panel_header .title .total_count i{color:#fa3c3c}#msg_popup .panel_header .mark_read{width:72px;height:28px;display:flex;align-items:center;justify-content:center;line-height:28px;background:#f6f6f6;border-radius:4px;color:#333333;cursor:pointer;transition:all 0.2s ease}#msg_popup .panel_header .mark_read:hover{background:#ededed}#msg_popup .scroll_box{height:320px}#msg_popup .scroll_box .el-scrollbar{height:100%}#msg_popup .scroll_box .el-scrollbar__wrap{overflow-x:hidden !important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}#msg_popup .scroll_box .el-scrollbar__bar.is-horizontal{display:none}#msg_popup .msg_list .loading_tip,#msg_popup .msg_list .no_more_tip{text-align:center;font-size:12px;color:#999;padding:10px 0}#msg_popup .msg_list .item{display:flex;align-items:flex-start;gap:10px;padding:0px 20px;transition:background 0.2s ease;cursor:pointer}#msg_popup .msg_list .item:hover{background:#fafcfc}#msg_popup .msg_list .item:last-child{border-bottom:none}#msg_popup .msg_list .item .dot_box{width:8px;height:8px;margin-top:20px}#msg_popup .msg_list .item .dot_box .dot{width:100%;height:100%;border-radius:50%;background:#ff4d4f}#msg_popup .msg_list .item .content{flex:1;min-width:0;border-bottom:1px solid #f5f8f8;font-size:13px;color:#444;padding:14px 0px}#msg_popup .msg_list .item .content .msg_title{line-height:1.6;margin-bottom:4px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:flex;align-items:center}#msg_popup .msg_list .item .content .msg_title .msg_icon_box{padding:6px;background:#7bbbf6;border-radius:4px 4px 4px 4px;display:flex;align-items:center;justify-content:center;margin-right:10px}#msg_popup .msg_list .item .content .msg_title .msg_icon_box.msg_icon_box_4{background:#fb6041}#msg_popup .msg_list .item .content .msg_title .msg_icon_box.msg_icon_box_5{background:#0bb18f}#msg_popup .msg_list .item .content .msg_title .msg_icon_box.msg_icon_box_6{background:#0bb18f}#msg_popup .msg_list .item .content .msg_title .msg_icon_box.msg_icon_box_7{background:#0bb18f}#msg_popup .msg_list .item .content .msg_title .msg_icon_box.msg_icon_box_8{background:#0bb18f}#msg_popup .msg_list .item .content .msg_title .msg_icon_box .msg_icon{font-size:12px;line-height:12px;color:#ffffff}#msg_popup .msg_list .item .content .msg_title .title{font-size:14px;color:#333333;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc{position:relative;font-size:14px;color:#666666;line-height:1.6}#msg_popup .msg_list .item .content .msg_desc .msg_desc_text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}#msg_popup .msg_list .item .content .msg_desc.is-expanded .msg_desc_text{display:block;-webkit-line-clamp:unset;overflow:visible}#msg_popup .msg_list .item .content .msg_desc,#msg_popup .msg_list .item .content .msg_desc *{box-sizing:content-box}#msg_popup .msg_list .item .content .msg_desc h1{font-size:2em;margin:0.67em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc h2{font-size:1.5em;margin:0.83em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc h3{font-size:1.17em;margin:1em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc h4{font-size:1em;margin:1.33em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc h5{font-size:0.83em;margin:1.67em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc h6{font-size:0.67em;margin:2.33em 0;font-weight:bold}#msg_popup .msg_list .item .content .msg_desc ul,#msg_popup .msg_list .item .content .msg_desc ol{margin:1em 0;padding-left:40px}#msg_popup .msg_list .item .content .msg_desc ul{list-style:disc}#msg_popup .msg_list .item .content .msg_desc ol{list-style:decimal}#msg_popup .msg_list .item .content .msg_desc li{display:list-item}#msg_popup .msg_list .item .content .msg_desc dl{margin:1em 0}#msg_popup .msg_list .item .content .msg_desc dt{font-weight:bold}#msg_popup .msg_list .item .content .msg_desc dd{margin-left:40px}#msg_popup .msg_list .item .content .msg_desc b,#msg_popup .msg_list .item .content .msg_desc strong{font-weight:bold}#msg_popup .msg_list .item .content .msg_desc i,#msg_popup .msg_list .item .content .msg_desc em{font-style:italic}#msg_popup .msg_list .item .content .msg_desc em{color:inherit}#msg_popup .msg_list .item .content .msg_desc u,#msg_popup .msg_list .item .content .msg_desc ins{text-decoration:underline}#msg_popup .msg_list .item .content .msg_desc s,#msg_popup .msg_list .item .content .msg_desc del,#msg_popup .msg_list .item .content .msg_desc strike{text-decoration:line-through}#msg_popup .msg_list .item .content .msg_desc small{font-size:smaller}#msg_popup .msg_list .item .content .msg_desc sub{vertical-align:sub;font-size:smaller}#msg_popup .msg_list .item .content .msg_desc sup{vertical-align:super;font-size:smaller}#msg_popup .msg_list .item .content .msg_desc mark{background:yellow;color:inherit}#msg_popup .msg_list .item .content .msg_desc abbr[title],#msg_popup .msg_list .item .content .msg_desc acronym[title]{text-decoration:underline dotted}#msg_popup .msg_list .item .content .msg_desc a{color:#179f97;text-decoration:underline;font-size:inherit}#msg_popup .msg_list .item .content .msg_desc img{display:inline;vertical-align:middle;max-width:100%;height:auto}#msg_popup .msg_list .item .content .msg_desc table{border-collapse:separate;border-spacing:2px;box-sizing:border-box}#msg_popup .msg_list .item .content .msg_desc td,#msg_popup .msg_list .item .content .msg_desc th{padding:1px}#msg_popup .msg_list .item .content .msg_desc fieldset{display:block;margin:0 2px;padding:0.35em 0.625em 0.75em;border:2px groove}#msg_popup .msg_list .item .content .msg_desc legend{padding:0 2px}#msg_popup .msg_list .item .content .msg_desc blockquote{margin:1em 40px}#msg_popup .msg_list .item .content .msg_desc code,#msg_popup .msg_list .item .content .msg_desc kbd,#msg_popup .msg_list .item .content .msg_desc samp{font-family:monospace}#msg_popup .msg_list .item .content .msg_desc pre{margin:1em 0;white-space:pre;font-family:monospace}#msg_popup .msg_list .item .content .msg_desc hr{display:block;border:1px inset;margin:0.5em auto;box-sizing:border-box}#msg_popup .msg_list .item .content .msg_desc figure{margin:1em 40px}#msg_popup .msg_list .item .content .msg_desc figcaption{text-align:center}#msg_popup .msg_list .item .content .msg_desc center{text-align:center}#msg_popup .msg_list .item .content .msg_desc .msg_desc_expand{position:absolute;right:0;bottom:0;padding-left:36px;background:linear-gradient(to right, transparent, #fff 50%);cursor:pointer;user-select:none;line-height:1.6;font-size:13px;color:#179f97;white-space:nowrap}#msg_popup .msg_list .item .content .msg_desc .msg_desc_expand i{font-size:12px;margin-left:3px;color:#179f97}#msg_popup .msg_list .item .content .msg_desc .msg_desc_expand:hover{opacity:0.8}#msg_popup .msg_list .item .content .msg_desc .msg_desc_collapse{display:inline-block;cursor:pointer;user-select:none;margin-left:8px;vertical-align:middle;font-size:13px;color:#179f97;white-space:nowrap}#msg_popup .msg_list .item .content .msg_desc .msg_desc_collapse i{font-size:12px;margin-left:3px;color:#179f97}#msg_popup .msg_list .item .content .msg_desc .msg_desc_collapse:hover{opacity:0.8}#msg_popup .msg_list .item .content .msg_time{font-size:12px;color:#999}#msg_popup .panel_footer{padding:12px 20px;text-align:center;border-top:1px solid #f5f5f5;background:#fff;display:flex;align-items:center;justify-content:space-between}#msg_popup .panel_footer .setting{font-size:18px;color:#666666}#msg_popup .panel_footer .setting:hover{color:#179f97}#msg_popup .panel_footer .view_all{color:#179f97;text-decoration:none;font-size:13px;transition:opacity 0.2s ease}#msg_popup .panel_footer .view_all:hover{opacity:0.8}#msg_popup .msg_empty{height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#999999}#msg_popup .msg_empty .empty_illu{margin-bottom:12px}#msg_popup .msg_empty .empty_illu img{width:200px;height:88px}#msg_popup .msg_empty .empty_text{font-size:14px}
