@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes QFadeIn{0%{opacity:0}to{opacity:1}}@keyframes QFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes QFadeOut{0%{opacity:1}to{opacity:0}}@keyframes QFadeOut{0%{opacity:1}to{opacity:0}}.fade-enter-active{-webkit-animation:QFadeIn .3s;animation:QFadeIn .3s}.fade-leave-active{-webkit-animation:QFadeOut .3s;animation:QFadeOut .3s}.qui-loading__icon{font-size:16px;display:inline-block;margin:0 auto;width:1em;height:1em;vertical-align:middle;background-image:url(https://qq-web.cdn-go.cn/web.qun.qq.com_mannounce/ac4091cd/detail/assets/images/loading-gray.png);background-size:cover}.qui-loading__icon-white{background-image:url(https://qq-web.cdn-go.cn/web.qun.qq.com_mannounce/ac4091cd/detail/assets/images/loading-white.png)}.qui-loading__icon-red{background-image:url(https://qq-web.cdn-go.cn/web.qun.qq.com_mannounce/ac4091cd/detail/assets/images/loading-red.png)}.qui-loading_normal,.qui-loading_normal .qui-loading__inner{display:inline-block}.qui-loading_normal .qui-loading__txt-tips{margin-left:6px;font-size:14px;color:var(--text-secondary);vertical-align:middle}.qui-loading_float{position:fixed;top:50%;left:50%;z-index:10002;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qui-loading_float .qui-loading__inner{padding:20px 12px;min-width:100px;min-height:100px;background-color:var(--bg_top_dark,rgba(0,0,0,.7));border-radius:6px;box-sizing:border-box;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-justify-content:space-between;-webkit-box-pack:justify;justify-content:space-between}.qui-loading_float .qui-loading__icon{display:block;font-size:24px}.qui-loading_float .qui-loading__txt-tips{display:block;text-align:center;color:var(--text-white,#fff);font-size:14px}.qui-loading_circle{color:var(--brand-standard)}.qui-loading_circle-inner{-webkit-transform-origin:28px 28px;transform-origin:28px 28px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:stroke-dasharray .2s ease-in;transition:stroke-dasharray .2s ease-in}.qui-loading_circle-text{text-anchor:middle;dominant-baseline:middle;font-size:12px;line-height:1;stroke:#fff}.loading-fade-enter-active{-webkit-animation:QFadeIn .15s linear;animation:QFadeIn .15s linear}.loading-fade-leave-active{-webkit-animation:QFadeOut .15s linear;animation:QFadeOut .15s linear}.qui-button{font-size:17px;color:var(--button_text_secondary_default,#000);border-radius:4px;border:1px solid var(--button_border_secondary_default,#ccc);line-height:24px;font-weight:500;padding:0;margin:0;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.qui-button__inner{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;width:100%;height:100%;position:relative}.qui-button_large{width:100%;max-width:475px;height:45px}.qui-button_medium{min-width:168px;height:45px}.qui-button_small{font-size:14px;padding:0 14px;height:29px;font-weight:400;border-radius:4px}.qui-button_mini{font-size:10px;min-width:42px;line-height:20px;padding:0 11px;height:20px;font-weight:400;border-radius:2px}.qui-button__progress{position:relative;width:100%;height:100%}.qui-button__progress--finish{position:absolute;left:0;background-color:var(--button_bg_primary_pressed,#008ae5);height:100%;width:0;-webkit-transition:width .2s;transition:width .2s}.qui-button__progress--unfinish{position:absolute;background-color:var(--button_bg_primary_disable,rgba(0,153,255,.5));height:100%}.qui-button__progress--text{position:absolute;width:100%;height:100%;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.qui-button_default{border:1px solid var(--button_border_secondary_default,#ccc);background-color:var(--button_bg_secondary_default,transparent);color:var(--button_text_secondary_default,#000)}.qui-button_default:disabled:not(.qui-button_loading){border:1px solid var(--button_border_secondary_disable,hsla(0,0%,80%,.5));background-color:var(--button_bg_secondary_disable);color:var(--button_text_secondary_disable,rgba(0,0,0,.3))}.qui-button_default.qui-button_loading,.qui-button_default:active:not(:disabled){border:1px solid var(--button_border_secondary_pressed,#ccc);background-color:var(--button_bg_secondary_pressed,hsla(0,0%,80%,.3));color:var(--button_text_secondary_pressed,#000)}.qui-button_default.qui-button_progress,.qui-button_default:active:not(:disabled){background-color:var(--button_bg_secondary_disable)}.qui-button_default .qui-button__progress--finish{background-color:var(--button_bg_secondary_pressed,hsla(0,0%,80%,.3))}.qui-button_primary{color:var(--button_text_primary_default,#fff);background-color:var(--button_bg_primary_default,#09f);border-color:transparent}.qui-button_primary:disabled:not(.qui-button_loading){color:var(--button_text_primary_disable,hsla(0,0%,100%,.5));background-color:var(--button_bg_primary_disable,rgba(0,153,255,.5))}.qui-button_primary.qui-button_loading,.qui-button_primary:active:not(:disabled){background-color:var(--button_bg_primary_pressed,#008ae5);border-color:var(--button_border_primary_pressed,transparent)}.qui-button_primary.qui-button_progress{border:none}.qui-button_primary.qui-button_progress,.qui-button_primary:active:not(:disabled){background-color:var(--button_bg_primary_disable,rgba(0,153,255,.5))}.qui-button_primary .qui-button__progress--finish{background-color:var(--button_bg_primary_pressed,#008ae5)}.qui-button_warning{border:1px solid var(--button_border_error_default,#ccc);background-color:var(--button_bg_error_default,transparent);color:var(--button_text_error_default,#f74c30)}.qui-button_warning:disabled:not(.qui-button_loading){border:1px solid var(--button_border_error_disable,hsla(0,0%,80%,.5));background-color:var(--button_bg_error_disable,transparent);color:var(--button_text_error_disable,rgba(247,76,48,.3))}.qui-button_warning.qui-button_loading,.qui-button_warning:active:not(:disabled){border:1px solid var(--button_border_error_pressed);background-color:var(--button_bg_error_default,hsla(0,0%,80%,.3));color:var(--button_text_error_pressed,#f74c30)}.qui-button_warning.qui-button_progress,.qui-button_warning:active:not(:disabled){background-color:var(--button_bg_error_disable,transparent)}.qui-button_warning .qui-button__progress--finish{background-color:var(--button_bg_error_pressed,hsla(0,0%,80%,.3))}.qui-button_ghost{color:var(--button_text_ghost_default,#fff);background-color:var(--button_bg_ghost_default,transparent);border-color:var(--button_border_ghost_default,hsla(0,0%,80%,.5))}.qui-button_ghost:disabled:not(.qui-button_loading){color:var(--button_text_ghost_disable,hsla(0,0%,100%,.3));background-color:var(--button_bg_ghost_disable,transparent);border-color:var(--button_border_ghost_disable,hsla(0,0%,80%,.2))}.qui-button_ghost:active:not(:disabled){color:var(--button_text_ghost_pressed,#fff);background-color:var(--button_bg_ghost_pressed,transparent);border-color:var(--button_border_ghost_pressed,hsla(0,0%,80%,.5))}.qui-button_ghost.qui-button_progress,.qui-button_ghost:active:not(:disabled){background-color:var(--button_bg_ghost_disable,transparent)}.qui-button_ghost .qui-button__progress--finish{background-color:var(--button_bg_ghost_pressed,transparent)}.qui-button_link{color:var(--brand_standard,#09f);background-color:transparent;border:0;width:auto}.qui-button_link:active,.qui-button_link:disabled{opacity:.5}.qui-button_link.qui-button_link_small{font-size:14px}.qui-button .qui-loading{margin-right:3px;line-height:1}.qui-button .qui-loading__icon{font-size:14px}.qui-button.qui-button_small .qui-loading__icon{font-size:12px}.qui-button-group{display:-webkit-flex;display:-webkit-box;display:flex;max-width:475px}.qui-button-group .qui-button:not(:last-child){margin-right:7px}.qui-button-group .qui-button_medium{min-width:auto}.qui-tab{overflow-x:hidden;font-size:16px}.qui-tab__nav-wrap{-webkit-align-items:center;-webkit-box-align:center;align-items:center;background-color:var(--bg_bottom_light,#fff);padding:17px 0;-webkit-user-select:none;user-select:none}.qui-tab__nav,.qui-tab__nav-wrap{display:-webkit-flex;display:-webkit-box;display:flex}.qui-tab__nav{padding:0 8px;will-change:transform}.qui-tab__nav:not(.qui-tab__nav_scrollable){-webkit-justify-content:space-around;justify-content:space-around;padding:0;width:100%}.qui-tab__nav:not(.qui-tab__nav_scrollable):after,.qui-tab__nav:not(.qui-tab__nav_scrollable):before{content:""}.qui-tab__item{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:22px;line-height:22px;color:var(--text_primary,#000);margin:0 13px;white-space:nowrap;position:relative}.qui-tab__item.on{font-weight:700;color:var(--brand_standard,#09f)}.qui-tab__item.on:after{content:"";position:absolute;bottom:-6px;height:2px;width:100%;background-color:var(--brand_standard,#09f)}.qui-tab__content{display:-webkit-flex;display:-webkit-box;display:flex;will-change:transform}.qui-tab__panel{width:100%;-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box}:root{--background-white:#fff;--background-dialogue:#fff;--background-dialogue-pressed:#e6e6e6;--background-list:#fff;--background-list-pressed:#e6e6e6;--background-stick:#f5f5f5;--background-textfield:#f5f5f5;--background-chat-bg:#f1f1f1;--black-1:#fff;--black-2:#fafafa;--black-3:#f5f5f5;--black-4:#e6e6e6;--black-5:#dbdbdb;--black-6:#ccc;--black-7:#999;--black-8:grey;--black-9:#666;--black-10:#4d4d4d;--black-11:#333;--black-12:#292929;--black-13:#242424;--black-14:#1f1f1f;--black-15:#1a1a1a;--black-16:#000;--blue-1:#e6f5ff;--blue-2:#c2e7ff;--blue-3:#91d3ff;--blue-4:#5ebfff;--blue-5:#2eabff;--blue-6:#09f;--blue-7:#0082d9;--blue-8:#006db5;--blue-9:#005791;--blue-10:#004573;--dark-blue-1:#e6f0fa;--dark-blue-2:#c2daf3;--dark-blue-3:#91bde9;--dark-blue-4:#5e9fdf;--dark-blue-5:#2e82d5;--dark-blue-6:#06c;--dark-blue-7:#0057ad;--dark-blue-8:#004891;--dark-blue-9:#003a74;--dark-blue-10:#002e5c;--indigo-1:#f3f0ff;--indigo-2:#e3dbff;--indigo-3:#cbbdff;--indigo-4:#b19eff;--indigo-5:#9980ff;--indigo-6:#8566ff;--indigo-7:#7259d9;--indigo-8:#5f49b6;--indigo-9:#4c3a92;--indigo-10:#3d2f75;--green-1:#e8faf1;--green-2:#c7f4dd;--green-3:#9aebc3;--green-4:#6ce2a7;--green-5:#3fd98c;--green-6:#15d173;--green-7:#12b262;--green-8:#0f9452;--green-9:#0c7742;--green-10:#095e34;--pink-1:#fff0f7;--pink-2:#ffdaed;--pink-3:#ffbdde;--pink-4:#ff9fcf;--pink-5:#ff82c1;--pink-6:#ff66b3;--pink-7:#d95798;--pink-8:#b5487f;--pink-9:#913a66;--pink-10:#732e51;--red-1:#ffeef0;--red-2:#ffd7db;--red-3:#ffb8be;--red-4:#ff969f;--red-5:#ff7782;--red-6:#ff5967;--red-7:#d94c58;--red-8:#b53f49;--red-9:#91333b;--red-10:#73282e;--orange-1:#fff4ec;--orange-2:#ffe4d1;--orange-3:#ffcead;--orange-4:#ffb787;--orange-5:#ffa262;--orange-6:#ff8d40;--orange-7:#d97836;--orange-8:#b5642d;--orange-9:#915024;--orange-10:#733f1d;--yellow-1:#fff7e6;--yellow-2:#ffedc2;--yellow-3:#ffde91;--yellow-4:#ffcf5e;--yellow-5:#ffc12e;--yellow-6:#ffb300;--yellow-7:#d99800;--yellow-8:#b57f00;--yellow-9:#916600;--yellow-10:#735100}@media (prefers-color-scheme:dark){:root{--background-white:#000;--background-dialogue:#262626;--background-dialogue-pressed:#1a1a1a;--background-list:#262626;--background-list-pressed:#1a1a1a;--background-stick:#1a1a1a;--background-chat-bg:#000;--background-textfield:#1a1a1a}}.dark,.default-dark,.system-theme-darkmode{--background-white:#000;--background-dialogue:#262626;--background-dialogue-pressed:#1a1a1a;--background-list:#262626;--background-list-pressed:#1a1a1a;--background-stick:#1a1a1a;--background-chat-bg:#000;--background-textfield:#1a1a1a}body,html{color:#03081a}a,address,b,blockquote,body,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,ol,p,s,span,table,tbody,td,tfoot,th,thead,tr,ul{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:-apple-system}table{border-collapse:collapse;border-spacing:0}ol,ul{list-style:none}a img{border:none;vertical-align:top}a{text-decoration:none}button{margin:0;border:0;background-color:transparent}button,input,textarea{padding:0;font-family:inherit}input,textarea{background:0 0;border-radius:0;-webkit-appearance:none;border:none}input[type=password]{-webkit-text-security:disc}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}button:focus,input:focus,textarea:focus{outline:0}*{-webkit-tap-highlight-color:transparent}body{background-color:var(--bg_top_light)}.announcement-main{background-color:var(--bg_bottom_standard);padding-top:0}.announcement-main .announcement-detail>*{background-color:var(--bg_top_light)}.announcement-main .tag{background-color:var(--button_bg_primary_default);color:var(--button_text_primary_default)}.announcement-detail .detail-title:after{background-color:var(--border_standard);right:16px}.qui-tab__nav-wrap{background-color:var(--bg_top_light)}.announcement-detail .detail-content{padding:12px 16px;color:var(--text_primary);overflow:auto;position:relative}.announcement-detail .detail-edit{text-align:center;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.announcement-detail .detail-edit .edit-btn-left{display:inline-block;width:calc(50% - 3.5px);background-color:#ebedf5;color:var(--text_primary)}.announcement-detail .detail-edit .edit-btn-right{display:inline-block;width:calc(50% - 3.5px);float:right}.announcement-detail .detail-edit .qui-button-group{margin:auto}.announcement-main .announcement-detail .detail-content-tighten{max-height:75px;padding-bottom:0!important;border-bottom:12px solid var(--bg_top_light);box-sizing:content-box;overflow:hidden}.announcement-main .announcement-detail .detail-content-tighten .btn-expand{position:absolute;top:65.5px;right:16px;width:67px;height:16px;background-image:-webkit-linear-gradient(left,hsla(0,0%,100%,0),var(--bg_bottom_light) 41%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),var(--bg_bottom_light) 41%);border-radius:0;color:#4d94ff;line-height:16px;text-align:right;z-index:999}.announcement-main .announcement-detail .detail-comfirm{border-top:12px solid var(--bg_bottom_standard);padding:12px 16px 0;color:var(--bg_bottom_light);overflow:auto;position:relative}.announcement-main .announcement-detail .detail-comfirm .tab{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;margin:0 37px 12px}.announcement-main .announcement-detail .detail-comfirm .tab .opt{height:32px;color:#878b99;font-size:16px;text-align:center;line-height:16px;padding:8px 14px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.announcement-main .announcement-detail .detail-comfirm .tab .opt.active{background-color:rgba(0,202,252,.1);border-radius:16px;color:#00cafc}.announcement-main .announcement-detail .detail-comfirm .item{width:100%;height:56px;padding:8px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.announcement-main .announcement-detail .detail-comfirm .item .avatar{width:40px;height:40px;background-size:cover;border-radius:50%;margin-right:12px;-webkit-flex-shrink:0;flex-shrink:0}.announcement-main .announcement-detail .detail-comfirm .item .name{color:var(--text_primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:0}.announcement-detail .detail-title .title-l{overflow:hidden}.announcement-detail .detail-title .title-r{min-width:-webkit-fit-content;min-width:fit-content}.announcement-detail .detail-title .title-l .img{width:48px;height:48px;min-width:48px;max-width:48px;min-height:48px;max-height:48px;background-size:cover;border-radius:50%;margin-right:12px}.q-tab__item.on:after{left:0}*{-webkit-appearance:none;-webkit-touch-callout:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}