.z-privilege{display:none;position:absolute;right:0;top:38px;width:318px;background:#fff;background-image:linear-gradient(180deg,rgba(20,86,255,.08),rgba(20,86,255,0));background-size:100% 110px;background-repeat:no-repeat;box-shadow:0 2px 8px rgba(71,72,103,.1);border-radius:6px}.z-privilege:before{position:absolute;top:-7px;left:0;width:100%;height:7px;content:""}.z-privilege__header{padding:20px 20px 0}.z-privilege__header h2{color:#000;font-weight:700;display:flex;align-items:center;margin:0 0 4px}.z-privilege__header h2 i{margin:0 6px 0 0}.z-privilege__header p{color:#666f7b;font-size:12px}.z-privilege__list{padding:0 20px 24px}.z-privilege__item{display:flex;margin:24px 0 0}.z-privilege__icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:rgba(63,93,255,.1);border-radius:50%}.z-privilege__icon i{font-size:20px;color:var(--color-primary)}.z-privilege__content{margin-left:10px}.z-privilege__content h3{margin:0 0 4px;font-weight:700;color:#000}.z-privilege__content p{font-size:12px;color:#666f7b}.z-privilege__button{position:relative;margin:0 16px 16px;height:40px;line-height:40px;color:#fff;text-align:center;font-size:14px;font-weight:700;background:var(--color-primary);border-radius:4px;cursor:pointer;transition:background .2s}.z-privilege__button:hover{background:var(--color-hover)}.z-privilege__tag{position:absolute;right:0;top:-10px;width:70px;height:20px;font-size:12px;font-weight:400;color:#fff;text-align:center;line-height:20px;background:var(--color-danger);border-radius:0 8px 0 8px}.lazy-img{height:100%}.lazy-img,.lazy-img picture{display:flex;width:100%}.lazy-img picture img{image-rendering:-webkit-optimize-contrast}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .1s}.z-header-search{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;padding:0 0 0 14px;width:420px;height:40px;background:var(--color-gray-light);border-radius:6px}.z-header-search input{padding:0 8px;flex-grow:1;height:100%;font-size:14px;background:transparent;border:0;outline:0;box-sizing:border-box}.z-header-search input:active,.z-header-search input:focus{border:0}.z-header-search input::-webkit-input-placeholder{color:var(--color-level-4)}.z-header-search .td-button{display:flex;justify-content:center;align-items:center;width:80px;height:40px;border-radius:0 4px 4px 0}.z-header-search .z-icon-search{color:var(--color-level-4)}.z-header-search .z-icon-clear{margin:0 10px;color:var(--color-level-4);cursor:pointer}.z-search-drop{position:absolute;top:42px;left:0;padding:0;width:100%;background:var(--background-main);border-radius:4px;box-sizing:border-box;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.z-search-drop__title{display:flex;justify-content:space-between;align-items:center;padding:12px 0 8px}.z-search-drop__title h3{font-size:14px;color:var(--color-level-2)}.z-search-drop__title span{color:var(--color-level-4);cursor:pointer;transition:color .2s}.z-search-drop__title span:hover{color:var(--color-primary)}.z-search-drop__history{padding:0 20px 4px}.z-search-drop__history ul{display:flex;flex-wrap:wrap;margin-left:-10px;max-height:80px;overflow:hidden}.z-search-drop__history li{padding:0 12px;margin:0 0 12px 10px;max-width:190px;line-height:28px;background:var(--color-gray-light);border-radius:4px;cursor:pointer;transition:background .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-search-drop__history li:hover{background:var(--color-border)}.z-search-drop__hot{padding:0 20px 20px}.z-search-drop__hot ul{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.z-search-drop__hot li{display:flex;align-items:center;padding:10px;height:28px;background:var(--color-gray-light);border-radius:2px;box-sizing:border-box;overflow:hidden;cursor:pointer;transition:background .2s}.z-search-drop__hot li:first-child .z-search-drop__number{background:#e96346}.z-search-drop__hot li:nth-child(2) .z-search-drop__number{background:#ff7c14}.z-search-drop__hot li:nth-child(3) .z-search-drop__number{background:#ffaf14}.z-search-drop__hot li:hover{background:var(--color-border)}.z-search-drop__hot p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-search-drop__number{flex-shrink:0;margin:0 6px 0 0;width:16px;height:16px;text-align:center;line-height:16px;color:#fff;background:#b4b8bf;border-radius:2px}.z-search-drop__result li{padding-left:24px;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;cursor:pointer}.z-search-drop__result li:hover{background:rgba(34,34,34,.03)}.z-search-drop__keyword{color:var(--color-primary);cursor:pointer}.z-header{z-index:9;background:var(--background-main);transition:.2s;box-shadow:0 0 5px rgba(0,0,0,.1)}.z-header,.z-header .z-inner{position:relative;display:flex;justify-content:space-between;align-items:center;height:54px}.z-header .z-inner{max-width:1900px;width:100%;padding:0 60px;box-sizing:border-box}.z-header .z-header__search{background:rgba(0,0,0,.03);border-color:rgba(34,34,34,.15)}.z-header .z-header__fav,.z-header .z-header__login a{color:var(--color-default)}.z-header .z-header__fav:hover,.z-header .z-header__login a:hover{color:var(--color-primary)}.z-header__logo a{display:block;width:90px;height:30px;color:var(--color-default);font-size:0;background-image:var(--logo);background-repeat:no-repeat;background-size:auto 100%}.z-header__status{display:flex;align-items:center;font-size:14px}.z-header__login{margin-right:15px;cursor:pointer}.z-header__login a{display:block;width:32px;height:32px}.z-header__login a img{width:100%;height:100%;border-radius:50%}.z-header__logged{display:flex;align-items:center}.z-header__logged .z-header__publish{display:flex;justify-content:center;padding:6px 0 0;margin-right:16px;width:72px;height:32px;font-size:14px;color:#fff;background:var(--color-primary);border-radius:4px;box-sizing:border-box;transition:background .2s}.z-header__logged .z-header__publish:hover{background:var(--color-hover)}.z-header__unlogged,.z-header__vip-button{display:flex;align-items:center}.z-header__vip-button{justify-content:center;margin:0 12px 0 0;width:90px;height:26px;color:var(--color-vip);font-size:12px;background:var(--background-vip);border-radius:13px;cursor:pointer;transition:background .2s}.z-header__vip-button:hover{background:var(--background-vip-hover)}.z-header__vip-button i.z-svg-pt{margin:0 2px 0 0;width:18px;height:18px}.z-header__logout{margin-left:12px;color:#fff;font-size:14px}.z-header__privilege{position:relative;margin-right:20px}.z-header__privilege:hover .z-privilege{display:block}.z-header__privilege:hover .z-header__vip-type{color:#fff;background:var(--color-hover)}.z-header__vip-type{display:flex;justify-content:center;align-items:center;width:104px;height:32px;color:#fff;background:var(--color-primary);border-radius:4px;cursor:pointer;transition:background .2s}.z-header__vip-type .z-svg-crown{margin-right:4px}.z-header__user{position:relative;display:flex;align-items:center}.z-header__user .td-avatar{background:unset}.z-header__user:hover .z-header__avatar{cursor:pointer;transform:translate3d(0,10px,0) scale(1.3)}.z-header__user:hover .z-header__avatar img{image-rendering:-webkit-optimize-contrast}.z-header__user:hover .z-user-info{display:block;-webkit-animation:showInfo .3s both;animation:showInfo .3s both}@-webkit-keyframes showInfo{0%{opacity:0;transform:translate3d(0,-10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes showInfo{0%{opacity:0;transform:translate3d(0,-10px,0)}to{opacity:1;transform:translateZ(0)}}.z-header__avatar{position:relative;z-index:2;display:flex;transition:transform .2s;transform-origin:center top}.z-header__avatar img{width:32px;height:32px;border-radius:50%;image-rendering:-webkit-optimize-contrast}.z-header__avatar i{font-size:32px;vertical-align:middle}.z-header.is-transparent{background:transparent}.z-header.is-transparent .z-header__login a{color:#fff}.z-header.is-fixed{position:fixed;top:0;left:0;right:0}.z-message-drop{position:absolute;top:45px;right:-45px;padding:18px 16px 16px;width:250px;font-size:12px;background:#fff;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1));border-radius:6px}.z-message-drop:before{position:absolute;top:-20px;right:38px;width:40px;height:20px;content:""}.z-message-drop:after{top:-20px;right:49px;position:absolute;width:0;height:0;font-size:0;overflow:hidden;border-color:transparent transparent #fff;border-style:dashed;border-width:10px 8px;content:""}.z-message-drop__header{display:flex;justify-content:space-between}.z-message-drop__header h3{font-weight:700;font-size:14px;color:var(--color-default)}.z-message-drop__header p{color:var(--color-level-3);font-family:dinot;font-size:14px}.z-message-drop__main{position:relative;display:flex;align-items:center;margin-top:32px;height:72px;color:#fff;background:var(--color-primary);border-radius:6px}.z-message-drop__main .z-line{width:1px;height:24px;background:hsla(0,0%,100%,.3)}.z-message-drop__main:before{position:absolute;top:-30px;left:0;width:44px;height:44px;background:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/human.ec8ba58.png) no-repeat;background-size:100% auto;content:""}.z-message-drop__item{width:50%;text-align:center}.z-message-drop__item strong{display:block;font-family:dinot;font-size:20px;font-weight:400}.z-message-drop__item span{display:block;margin-top:8px;color:hsla(0,0%,100%,.8)}.z-message-drop__hot{margin:16px 0 -4px}.z-message-drop__hot h4{margin-bottom:12px;font-weight:700;font-size:12px}.z-message-drop__hot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.z-message-drop__hot .td-media__object{margin:0;width:53px;height:30px}.z-message-drop__hot .td-media__content{display:flex;align-items:center;flex:1;width:auto;margin-left:6px;overflow:hidden}.z-message-drop__hot .z-message-drop__title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-message-drop__hot .z-message-drop__count{display:flex;align-items:center;flex-shrink:0;margin-left:6px;color:var(--color-level-3);font-family:dinot}.z-message-drop__footer{display:flex;justify-content:flex-end;margin-top:18px}.z-message-drop__footer .td-button--other{width:64px;color:var(--color-primary);line-height:23px;border-color:var(--color-primary)}.z-message-drop__footer .td-button--other:hover{color:var(--color-primary);background:rgba(51,138,244,.1);border-color:var(--color-primary)}.z-message-drop__footer .td-button--other.z-message-drop__button{margin-left:10px;color:var(--color-level-3);border-color:#d8d8d8}.z-logo,.z-message-drop.is-show{display:block}.z-logo{width:auto;height:34px}.z-user-info{position:absolute;top:40px;right:-30px;display:none;width:248px;color:#000;background:#fff;border-radius:4px;box-shadow:0 2px 12px rgba(50,58,80,.1)}.z-user-info:before{position:absolute;right:0;top:-10px;left:0;height:10px;content:""}.z-user-info__main{position:relative;padding:16px 16px 0;background:linear-gradient(180deg,rgba(20,86,255,.08),rgba(20,86,255,0));border-radius:4px 4px 0 0}.z-user-info__main:before{position:absolute;left:15px;bottom:0;width:218px;height:57px;background:linear-gradient(#fff,hsla(0,0%,100%,0));border-radius:5px 5px 0 0;content:""}.z-user-info h4{margin:0 0 8px;font-weight:600;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-user-info__card{position:relative;z-index:1;display:flex;align-items:center;padding:10px 12px;background:linear-gradient(85.87deg,#cfdfff 6.48%,#e9f2ff);border-radius:4px 4px 0 0;overflow:hidden}.z-user-info__card i{margin:0 12px 0 0}.z-user-info__card .z-svg-free{filter:brightness(5)}.z-user-info__card h5{font-weight:600;font-size:14px;line-height:20px}.z-user-info__card p{font-size:12px;color:var(--color-level-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-user-info__card:before{position:absolute;top:-10px;right:-3px;width:22px;height:22px;background:#48d1b0;border-radius:50%;content:""}.z-user-info__card:after{position:absolute;bottom:0;right:0;width:10px;height:15px;background:#e96346;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);content:""}.z-user-info__text{flex:1;overflow:hidden}.z-user-info__button{margin:0 0 0 2px;width:60px;height:28px;line-height:28px;color:#fff;text-align:center;background:var(--color-primary);border-radius:14px;cursor:pointer;transition:background .2s}.z-user-info__button:hover{background:var(--color-hover)}.z-user-info__items{padding:4px 0;cursor:pointer}.z-user-info__item i{margin:0 6px 0 0}.z-user-info__item a{display:flex;align-items:center;padding:0 16px;height:40px;color:#000}.z-user-info__item:hover,.z-user-info__item:hover a{color:var(--color-primary)}.z-user-info__item--quit{border-top:1px solid #edeeef}.z-user-info.is-vip .z-user-info__main{background:linear-gradient(180deg,#fff8e8,#f2ebd8)}.z-user-info.is-vip .z-user-info__card{background:#f8d27f}.z-user-info.is-vip .z-user-info__text{color:var(--color-vip)}.z-user-info.is-vip .z-user-info__text p{color:rgba(113,68,42,.6)}.z-user-info.is-vip .z-user-info__button{color:var(--color-vip)}.avatar_1F4Lz{display:block;width:32px;height:32px}.avatar_1F4Lz img{width:100%;height:100%;border-radius:50%}.tag_1rhp-{right:100%;margin-right:-2px;top:4px;padding:0 8px;height:23px;font-size:12px;text-align:center;line-height:23px;color:#fff;font-weight:400;white-space:nowrap;background:linear-gradient(253.73deg,#ff8e36 8.51%,#ef6900 97.36%);border-radius:4px;box-sizing:border-box}.tag_1rhp-,.tag_1rhp-:before{position:absolute}.tag_1rhp-:before{left:100%;top:7px;width:0;height:0;font-size:0;overflow:hidden;border-color:transparent transparent transparent #ff8e36;border-style:dashed;border-width:4px 5px;content:""}@media only screen and (max-width:415px){.avatar_1F4Lz{width:.24rem;height:.24rem}}h1[data-v-58f8fb9b]{margin:20px 0 50px;text-align:center}.loading-page[data-v-2b77c3cd]{position:fixed;top:0;left:0;width:100%;height:2px;font-size:30px;font-family:sans-serif;z-index:100}.loading-page div[data-v-2b77c3cd]{height:2px;background:#338af4;-webkit-animation:pulse-data-v-2b77c3cd 2s;animation:pulse-data-v-2b77c3cd 2s}@-webkit-keyframes pulse-data-v-2b77c3cd{0%{width:0;opacity:1}to{width:100%;opacity:0}}@keyframes pulse-data-v-2b77c3cd{0%{width:0;opacity:1}to{width:100%;opacity:0}}:root{--innerWidth:1564px;--pageWidth:998px;--page-width:998px;--page-max-width:1412px}html{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;word-spacing:1px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box}body{--innerWidth:1248px;--column:4;--indexCard:4;--columnIndex:5;--color-primary:#3f5dff;--color-danger:#e96346;--color-success:#0dca94;--color-hover:#2c41ff;--color-vip:#ff7c14;--background-main:#fff;--background-vip:#f8d27f;--background-vip-hover:#f6c459;--background-footer:#f9fafc;--color-level-1:#000;--color-level-2:#666f7b;--color-level-3:#959ba6;--color-level-4:#b4b8bf;--color-default:var(--color-level-1);--color-link:var(--color-level-2);--color-icon:#6a707c;--color-loader:rgba(0,0,0,0.06);--color-loader-1:hsla(0,0%,100%,0.4);--color-border:#d6d6d6;--color-gray-deep:#cbced2;--color-gray-main:#f6f7f9;--color-gray-light:#f0f3f4;--color-shadow:rgba(50,58,80,0.1);--button-disabled-fill:var(--color-hover);--button-default-fill-hover:var(--color-hover);--button-secondary-color:var(--color-level-1);--input-border-color:var(--color-border);--avatar-background:var(--color-loader);--button-default-fill:var(--color-primary);--color-primary-gray-2:var(--color-border);--logo:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/logo-text.ad8723f.svg);background:#fff}body.dark{--color-level-1:#fff;--color-level-2:#a1a8b1;--color-level-3:#78808a;--color-level-4:#6d747d;--color-border:#414344;--color-loader:hsla(0,0%,100%,0.1);--color-loader-1:rgba(0,0,0,0.5);--background-main:#2a2a2c;--background-footer:#18181a;--color-gray-light:#333536;--color-gray-main:#262728;--color-gray-deep:#474b4d;--color-shadow:#000;--logo:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/logo-text-white.920b661.svg);background:#1f1f21}body .td-button.is-status{background:#d9dfff;color:hsla(0,0%,100%,.8)}body .td-checkbox__label{color:var(--color-level-2)}body .td-checkbox__inner:checked{background:transparent;border-color:var(--color-primary)}body .td-checkbox__inner:checked:before{top:3px;left:3px;width:7px;height:4px;border-color:var(--color-primary)}body .td-cover{background:rgba(0,0,0,.5);z-index:90}body .td-cover.td-cover--message{background:transparent;z-index:9999}body .td-avatar span{display:flex}body .td-avatar img,body .td-avatar picture,body .td-avatar span{width:100%;height:100%}body .td-avatar img{image-rendering:-webkit-optimize-contrast}body .td-select__drop{color:#c4c4c4}body .td-dropdown-menu{width:auto;min-width:100%;max-height:180px;box-shadow:0 0 20px var(--color-shadow);overflow-y:auto}body .td-dropdown-menu::-webkit-scrollbar{width:5px;background:transparent}body .td-dropdown-menu::-webkit-scrollbar:horizontal{height:5px}body .td-dropdown-menu::-webkit-scrollbar-thumb{border-radius:3px;width:5px;background:rgba(0,0,0,.3)}body .td-dropdown-menu::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}body .td-dropdown-menu::-webkit-scrollbar-corner{background:transparent}body .td-dropdown-menu__item{white-space:nowrap}body sup{font-family:dinot}body pre{width:100%;font:12px/1.5 microsoft yahei,-apple-system,PingFang SC,simsun,Arial,sans-serif;white-space:nowrap;word-wrap:break-word;overflow:hidden;outline:none}body .td-input__inner{color:currentColor;background:transparent}body .td-input__inner::-webkit-input-placeholder{color:var(--color-level-4)}body .td-message{position:fixed;top:0;right:0;left:0;margin:0;justify-content:center;height:60px;font-size:14px;font-weight:700;line-height:20px;color:#fff;font-weight:400;border-radius:0;-webkit-animation:showMessage .2s both;animation:showMessage .2s both}@-webkit-keyframes showMessage{0%{transform:translateY(-60px)}to{transform:translateY(0)}}@keyframes showMessage{0%{transform:translateY(-60px)}to{transform:translateY(0)}}body .td-message a{text-decoration:underline}body .td-message.td-message--warning{background:rgba(255,84,84,.95)}body .td-message.td-message--success{background:rgba(13,202,148,.9)}body .td-message i{font-size:24px;font-family:z-icon!important}body .td-message .td-icon-warning:before{content:""}body .td-message .td-icon-success:before{content:""}@font-face{font-family:dinot;src:url(//static-zhan.xunlei.com/.nuxt/dist/client/fonts/dinot.1b19130.ttf) format("truetype");font-display:fallback}.z-inner{margin:0 auto;width:var(--innerWidth)}.z-blank{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 0}.z-blank__image{width:150px;height:150px;background-image:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/empty.5a4551f.png);background-repeat:no-repeat;background-size:100%}.z-blank__text{margin-top:6px;color:var(--color-level-3);font-size:12px;line-height:20px}.z-blank__text a{display:inline-flex;align-items:center;color:var(--color-primary)}.z-blank .td-button{margin-top:44px;width:128px;height:40px;line-height:40px}.z-breadcrumb{height:36px;font-size:14px}.z-breadcrumb,.z-breadcrumb__item{display:flex;align-items:center}.z-breadcrumb__item span{color:var(--color-level-3);cursor:pointer}.z-breadcrumb__item span:hover{color:var(--color-primary)}.z-breadcrumb__separator{margin:0 3px;height:16px;color:var(--color-level-3)}.z-line{margin:0 8px;width:1px;height:12px;background:#959595}.z-point{margin:0 4px}.z-operate-drop{display:none;position:absolute;z-index:2;right:-5px;padding:6px 0;width:70px;background:var(--background-main);border-radius:6px;box-shadow:0 0 5px var(--color-shadow)}.z-operate-drop__item{line-height:30px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;cursor:pointer}.z-operate-drop__item:hover{background:rgba(0,0,0,.1)}.z-operate-drop:before{position:absolute;top:-10px;left:0;width:100%;height:10px;content:""}.z-operate-drop:after{top:-10px;right:10px;position:absolute;width:0;height:0;font-size:0;overflow:hidden;border-color:transparent transparent #fff;border-style:dashed;border-width:5px 4px;content:""}.z-operate-drop__close{display:none}.z-cover{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;background:rgba(0,0,0,.5)}.z-svg-crown{width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDUuMTQzTDI2LjI4NiAxNiAxNiAyNi44NTcgNS43MTQgMTYgMTYgNS4xNDN6IiBmaWxsPSIjRkZENDAxIi8+PHBhdGggZD0iTTE2IDE4LjI4NWwxMC4yODYtNS40MjgtMTAuMjg2IDE0LTEwLjI4Ni0xNEwxNiAxOC4yODV6IiBmaWxsPSIjRkY3QzE0Ii8+PHBhdGggZD0iTTMuNDI5IDkuNzE0bDYuMjg1IDQgOC41NzIgMTMuMTQzSDQuNTcyTDMuNDI5IDkuNzE0eiIgZmlsbD0iI0ZGQUYxNCIvPjxwYXRoIGQ9Ik0yOC41NzIgOS43MTRsLTYuMjg2IDQtOC41NzEgMTMuMTQzaDEzLjcxNGwxLjE0My0xNy4xNDN6IiBmaWxsPSIjRkZBRjE0Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:100%}.z-svg-crown.is-disabled{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDMuODU3TDE5LjcxNCAxMiAxMiAyMC4xNDMgNC4yODYgMTIgMTIgMy44NTd6IiBmaWxsPSIjRTNFM0UzIi8+PHBhdGggZD0iTTEyIDEzLjcxNGw3LjcxNC00LjA3MUwxMiAyMC4xNDNsLTcuNzE0LTEwLjVMMTIgMTMuNzE0eiIgZmlsbD0iIzlBOUJBMyIvPjxwYXRoIGQ9Ik0yLjU3MSA3LjI4Nmw0LjcxNSAzIDYuNDI4IDkuODU3SDMuNDI4TDIuNTcxIDcuMjg2eiIgZmlsbD0iI0M5QzlDOSIvPjxwYXRoIGQ9Ik0yMS40MjggNy4yODZsLTQuNzE0IDMtNi40MjkgOS44NTdoMTAuMjg2bC44NTctMTIuODU3eiIgZmlsbD0iI0M5QzlDOSIvPjwvc3ZnPg==)}figure{margin:0}.z-end__tip{display:flex;justify-content:center;align-items:center;padding:40px 0 32px;font-size:12px;color:var(--color-level-4)}.z-end__tip i{margin:0 6px 0 0;font-size:24px}@media only screen and (max-width:1300px){body{--innerWidth:932px;--column:3;--indexCard:3;--columnIndex:4}body .z-header__search{width:400px}}@media only screen and (min-width:860px)and (max-width:1060px){body{--innerWidth:870px;--column:3;--columnIndex:4;--pageWidth:900px;--page-width:900px;--indexCard:3}body .z-header .z-inner{padding:0 20px}body .z-list{margin-left:-30px}body .z-user .z-list{margin:0}body .z-detail .z-blank{padding:20px 30px}body .z-detail .z-blank__image{margin-top:-20px;width:120px;height:120px}body .z-index-card .z-inner{width:100%}body .z-side{top:186px;margin-left:calc(var(--innerWidth)/2 - 10px)}body .z-index-nav__item{width:180px}}@media only screen and (max-width:960px){body{overflow-x:hidden}.z-index .z-zone-nav{left:0;margin:0}.z-header-search{width:320px}}#authIframe{background:rgba(0,0,0,.35)}.file-uploader,.poster-uploader{visibility:hidden;height:0}@media(prefers-reduced-motion:reduce){.animation{-webkit-animation:none;animation:none}}@font-face{font-family:z-icon;src:url(//static-zhan.xunlei.com/.nuxt/dist/client/fonts/icons.a795d95.woff) format("woff");font-display:swap}[class*=" z-icon-"],[class^=z-icon]{font-family:z-icon!important;font-size:16px;font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.z-icon-clear:before{content:""}.z-icon-end:before{content:""}.z-icon-checkbox:before{content:""}.z-icon-mark:before{content:""}.z-icon-question:before{content:""}.z-icon-alipay:before{content:""}.z-icon-wechat-pay:before{content:""}.z-icon-crown:before{content:""}.z-icon-dashboard:before{content:""}.z-icon-layers:before{content:""}.z-icon-report:before{content:""}.z-icon-copyright:before{content:""}.z-icon-arrow-fill:before{content:""}.z-icon-arrow-left-1:before{content:""}.z-icon-arrow-right-1:before{content:""}.z-icon-publish-1:before{content:""}.z-icon-arrow-left:before{content:""}.z-icon-label-1:before{content:""}.z-icon-file-size:before{content:""}.z-icon-download-1:before{content:""}.z-icon-author:before{content:""}.z-icon-add-1:before{content:""}.z-icon-reply:before{content:""}.z-icon-view:before{content:""}.z-icon-arrow-extend:before{content:""}.z-icon-arrow:before{content:""}.z-icon-top-1:before{content:""}.z-icon-code-1:before{content:""}.z-icon-praise-fill:before{content:""}.z-icon-comment:before{content:""}.z-icon-retry:before{content:""}.z-icon-face:before{content:""}.z-icon-file-upload:before{content:""}.z-icon-praise:before{content:""}.z-icon-info:before{content:""}.z-icon-up:before{content:""}.z-icon-delete:before{content:""}.z-icon-move:before{content:""}.z-icon-picture:before{content:""}.z-icon-notice:before{content:""}.z-icon-message:before{content:""}.z-icon-top:before{content:""}.z-icon-fire:before{content:""}.z-icon-home:before{content:""}.z-icon-code:before{content:""}.z-icon-wechat:before{content:""}.z-icon-download-fill:before{content:""}.z-icon-download:before{content:""}.z-icon-logo:before{content:""}.z-icon-publish:before{content:""}.z-icon-success-fill:before{content:""}.z-icon-login:before{content:""}.z-icon-warning:before{content:""}.z-icon-success:before{content:""}.z-icon-operate:before{content:""}.z-icon-wait:before{content:""}.z-icon-cloud-line:before{content:""}.z-icon-logout:before{content:""}.z-icon-fail:before{content:""}.z-icon-file:before{content:""}.z-icon-more:before{content:""}.z-icon-edit:before{content:""}.z-icon-label:before{content:""}.z-icon-arrow-right:before{content:""}.z-icon-search:before{content:""}.z-icon-add:before{content:""}.z-icon-fav-fill:before{content:""}.z-icon-arrow-down:before{content:""}.z-icon-bell:before{content:""}.z-icon-user:before{content:""}.z-icon-fav:before{content:""}@media only screen and (max-width:415px){body,html{overflow-x:hidden;font-size:27.777vw!important;-webkit-tap-highlight-color:rgba(0,0,0,0);min-width:auto}body{position:relative;--innerWidth:100%;--pageWidth:100%;--column:2;--logo:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjg4IDE2Ljg3NWE1LjYyNSA1LjYyNSAwIDAxMTEuMjUgMHYxNy40MzhIMS42ODhWMTYuODc1eiIgZmlsbD0iIzIyMiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzQuMzEzIDE1Ljc1SDE1LjE4NnYxOC41NjNoMTIuMzc2YTYuNzUgNi43NSAwIDAwNi43NS02Ljc1VjE1Ljc1em0tNi43NSA2LjE4OGgtNS42MjV2NS42MjVoMy4zNzVhMi4yNSAyLjI1IDAgMDAyLjI1LTIuMjV2LTMuMzc1eiIgZmlsbD0iIzNGNURGRiIvPjxwYXRoIGZpbGw9IiM0OEQxQjAiIGQ9Ik0yNC4xODcgMS42ODh2MTQuMDYzaC02Ljc1VjEuNjg4eiIvPjxwYXRoIGQ9Ik03LjMxMyAxMS4yNWw1LjYyNS05LjU2M0gxLjY4OGw1LjYyNSA5LjU2M3oiIGZpbGw9IiNFOTYzNDYiLz48Y2lyY2xlIGN4PSIzMC4zNzUiIGN5PSI1LjYyNSIgcj0iMy45MzgiIGZpbGw9IiNFOTYzNDYiLz48L3N2Zz4=)}body .z-icon-user,body .z-tabs-sort{display:none}body .z-banner h2,body .z-element,body .z-privilege{display:none!important}body .z-index{padding:1.06rem 0 0}body .z-header{align-items:flex-start;height:1.06rem;box-shadow:none}body .z-header.no-search{height:.6rem}body .z-icon-login{display:none}body .z-header .z-inner{padding:0 .15rem;height:.5rem;border-bottom:1px solid var(--color-gray-light)}body .z-header .z-inner .z-header__fav{margin:0 .3rem}body .z-header__logo a{width:.82rem;height:.3rem}body .z-header__vip-type{width:.96rem;height:.28rem;font-size:.13rem}body .z-header__privilege{margin-right:.12rem}body .z-search-drop__hot ul{display:flex;flex-wrap:wrap;gap:0}body .z-search-drop__hot li{width:1.35rem;margin:0 0 .06rem}body .z-search-drop__hot li:nth-child(odd){margin-right:.1rem}body .z-header__user{padding-right:.04rem}body .z-user-info{right:-.14rem}body .z-header__status{position:absolute;top:0;right:.15rem;height:.5rem}body .z-header-search{top:.6rem;left:.2rem;width:3.2rem;height:.36rem;transform:unset;padding:0}body .z-header-search .td-button{width:.3rem;opacity:0}body .z-search-drop{display:none;font-size:.12rem}body .z-icon-search{position:absolute;right:.12rem;pointer-events:none}body .z-nav ul{justify-content:space-around}body .z-nav__item{margin:0 auto;font-size:.14rem;white-space:nowrap}body .z-nav__item.is-active:after{height:.03rem;border-radius:.02rem}body .z-publish{padding:0;font-size:.12rem}body .z-publish .z-publish__inner{margin:0}body .z-publish h2{padding:.1rem .1rem 0;margin-bottom:.1rem;font-size:.14rem}body .z-publish-list__body li,body .z-publish-list__header{margin:0 .1rem}body .z-publish-list__time{width:.8rem}body .z-publish-list__size{width:.3rem}body .z-publish-list__operate{width:.6rem}body .z-publish__panel{margin:0 .1rem .1rem;padding:.2rem .1rem .1rem}body .z-publish__panel h3{font-size:.12rem}body .z-publish__picture{width:90%;height:1.5rem}body .z-publish__picture h4{font-size:.14rem}body .z-publish__picture .td-button{margin-bottom:.1rem;width:.3rem;height:.3rem;line-height:.3rem}body .z-publish__picture .td-button .z-icon-add{font-size:.16rem;line-height:.3rem}body .z-publish__picture .td-button .dropdown-item{height:100%}body .z-publish__picture p{margin-top:.05rem;font-size:.09rem}body .z-publish__input .td-input__inner{height:.3rem}body .z-publish__input-limit{line-height:.3rem}body .z-publish__radio{margin:.2rem .3rem}body .z-publish__radio .td-radio{font-size:.36rem}body .z-publish__upload-edit{height:1rem;font-size:.36rem}body .z-publish__header-button{position:relative}body .z-publish__header{flex-wrap:wrap}body .z-publish__footer .z-publish__inner{padding:0 .6rem}body .td-cover .z-dialog-list{width:3.3rem;height:4rem;font-size:.12rem}body .td-cover .z-dialog-list h2{padding:.1rem .2rem;font-size:.14rem}body .td-cover .z-dialog-list .z-detail-list__body{height:2.3rem;overflow-y:auto}body .td-cover .z-dialog-list .z-detail-list__header{padding:0 .1rem}body .td-cover .z-dialog-list .z-detail-list__item{padding:0 .1rem 0 .3rem}body .td-cover .z-dialog-list .z-detail-list__time{width:.7rem}body .td-cover .z-dialog-list .z-detail-list__size{width:.5rem}body .td-cover .z-dialog-list .td-dialog__footer{margin-top:.15rem}body .td-cover .z-dialog-list .z-dialog-list__footer{padding:0 .3rem .2rem}body .td-cover .z-dialog-list .z-detail-list__item .td-checkbox{left:.1rem}body .td-cover .z-dialog-list .z-detail-list__item:after{left:.1rem;width:calc(100% - .2rem)}body .z-dialog-common__text{padding:.1rem 0;font-size:.14rem}body .z-tag{padding:.1rem .1rem 0}body .z-crop-image__element{width:90%}body .z-tag__input{margin:0 0 .1rem;height:.3rem;font-size:.3rem}body .z-tag__note{bottom:0;line-height:.3rem;font-size:.1rem}body .z-detail{padding-bottom:.64rem;font-size:.12rem}body .z-detail-header{display:none}body .z-detail-header .z-inner{height:.5rem}body .z-detail-header h2{margin:0 .16rem}body .z-detail-wrapper .z-inner{width:100%;margin-top:0;padding:0}body .z-detail-list{margin:0}body .z-detail-info.is-fixed{top:auto;right:0;bottom:0;left:0;margin:0;width:100%}body .z-detail-info__main{padding:.16rem 0;font-size:.14rem;background:#fff}body .z-detail-info__main .td-avatar,body .z-detail-info__main .td-media__object{width:.24rem;height:.24rem}body .z-detail-info__main .td-media__content{width:auto;flex:1}body .z-detail-info__comment{display:none}body .z-detail-info__detail{margin-top:.06rem}body .z-detail__banner{margin:0;width:auto;height:2rem;border-radius:0}body .z-detail__main{width:100%;margin-top:.52rem}body .z-detail-info h2{display:none}body .z-detail-info__text{margin:.06rem 0 0}body .z-detail__side{position:fixed;right:0;bottom:0;left:0;z-index:9;margin:0;width:100%;height:.64rem;background:#fff;box-shadow:0 -2px 2px rgba(0,0,0,.04);transform:translateZ(0)}body .z-detail-info__button{padding:0 .16rem;height:.64rem;display:flex;align-items:center}body .z-detail-info__button .td-button{order:2;flex:1;width:auto;height:.48rem;font-size:.16rem}body .z-detail-info__button .td-button .z-icon-download-fill{margin-right:.1rem}body .z-detail-info__button .td-button .z-icon-download-fill:before{font-size:.2rem}body .z-detail-info__button .td-button--secondary{flex:none;order:1;margin:0 .08rem 0 0;width:.48rem}body .z-detail-info__button .td-button--secondary .z-icon-fav-fill{font-size:.2rem}body .z-detail__user{padding:0 .6rem}body .z-detail-info__link,body .z-detail-info__list{display:none}body .z-detail-file{margin-top:0;padding:.12rem .14rem}body .z-detail-file .td-media{align-items:center}body .z-detail-file .td-media__object,body .z-detail-file .z-detail-file__icon{width:.24rem;height:.24rem}body .z-detail-file .td-media__content{margin-left:.08rem}body .z-detail-file .z-detail-file__size{margin-top:.02rem}body .z-detail-file .z-detail-file__title{font-size:.12rem}body .z-detail-file .td-button.td-button--other{width:.72rem;height:.32rem}body .z-detail-file .z-button-fav{display:none}body .z-detail-file .z-detail-file__button{flex-direction:column;height:auto}body .z-detail-file .z-detail-file__count{position:static;margin:.07rem 0 0}body .z-header-user{background-size:auto 1.1rem;background-repeat:no-repeat}body .z-header-user__banner{height:1rem;margin-top:.2rem}body .z-header-user .td-media,body .z-header-user .z-inner{position:relative;display:block}body .z-header-user .td-media{top:-.35rem;height:auto;margin:0 0 -.3rem}body .z-header-user__name{margin:0 0 .04rem}body .z-header-user__name a{font-size:.18rem;font-weight:400}body .z-header-user__name span{display:inline-block;max-width:10em;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}body .z-header-user .td-media__object{margin:0 .16rem;width:.72rem;height:.72rem}body .z-header-user__signature pre{padding:0;font-size:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}body .z-header-user__signature{padding:0;margin:0;width:auto;pointer-events:none}body .z-header-user .td-media__content{padding:0 .16rem;margin:0;background:#fff;border-radius:.1rem .1rem 0 0;box-sizing:border-box}body .z-header-user__content{position:absolute;top:-.45rem;right:.06rem;margin:0}body .z-header-user__content span{margin-bottom:.03rem;font-size:.16rem}body .z-user__title{margin:0 0 .1rem;background:#fff}body .z-user-tabs{padding:0 .16rem;height:.34rem}body .z-user-tabs__item{font-size:.14rem}body .z-user-tabs__item.is-active:after{position:absolute;left:50%;bottom:0;margin-left:-.12rem;width:.24rem;height:.02rem;background:var(--color-primary);border-radius:.02rem;content:""}body .z-detail .td-breadcrumb{margin:.2rem .6rem}body .z-detail-list__header,body .z-detail-list__item{padding:0 .16rem;height:.4rem}body .z-detail-list__item:after{display:none}body .z-detail-list__size{width:.6rem;text-align:right}body .z-detail-list__time{width:.6rem;display:none}body .z-detail-list__operate{width:.5rem}body .z-detail-list__type{width:.14rem;height:.14rem;margin:0 .05rem}body .z-detail__user .td-media{height:.5rem}body .z-detail__user .td-media .td-avatar{width:.3rem;height:.3rem}body .z-detail__user .td-media__content{margin-left:.3rem;width:5rem}body .z-header-user .z-header-user__name{font-size:.18rem}body .z-detail__user .td-button{width:2.4rem;height:.78rem;font-size:.36rem}body .z-detail-description{padding:0 0 .3rem}body .z-detail-description .z-detail-description__title{display:none!important;align-items:center;padding:0 .16rem;line-height:1.6}body .z-detail-description__header{margin-bottom:.12rem;font-size:.16rem}body .z-detail-description__header:before{display:none}body .z-detail-description__content{width:auto;margin:0 .16rem;font-size:.12rem;line-height:.24rem}body .z-detail-description__content h1{font-size:.15rem;font-weight:700}body .z-detail-description__content blockquote{font-size:.14rem}body .z-detail-description img{max-width:3.2rem}body .z-comment{padding:.16rem;max-width:100%}body .z-comment__header{margin:0 0 .16rem}body .z-comment-list__item .td-avatar,body .z-comment__main .td-avatar{width:.24rem;height:.24rem}body .z-comment-list__item{padding:.12rem 0 0 .36rem}body .z-comment-list__item:before{display:none}body .z-comment-list--reply .z-comment-list__name,body .z-comment-list--reply .z-comment-list__object{max-width:5em;font-size:.12rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}body .z-comment-list__time{font-size:.11rem}body .z-comment__upload{display:none}body .z-comment-reply--father{padding-left:.36rem}body .z-user{font-size:.3rem}body .z-user .z-list{padding-bottom:0}body .z-user .z-container{padding-bottom:.2rem}body .z-index-list{left:0;width:100%}body .z-index-list h2{margin:0 .1rem .1rem}body .z-index-list__items{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 .16rem;padding:0;gap:unset}body .z-index-item{width:1.6rem;padding:.08rem .04rem;margin-bottom:.08rem;font-size:.14rem}body .z-index-image{height:.83rem}body .z-index-image__after,body .z-index-image__mask{display:none}body .z-index-image__hot{top:0;left:0;width:.5rem;height:.2rem;font-size:.13rem;border-radius:.04rem 0 .04rem 0}body .z-index-image__hot i{font-size:.14rem}body .z-share,body .z-side{display:none}body .z-index-card ul{display:flex;flex-wrap:wrap}body .z-index-card-item__content p{font-size:.1rem}body .z-index-card-item{width:100%}body .z-list{margin:0}body .z-list .z-list__items{width:unset;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 .16rem;gap:unset}body .z-list .z-item{padding:.04rem;width:1.6rem;height:1.69rem;margin-bottom:.08rem;font-size:.14rem}body .z-list .z-item__operate{display:none}body .z-list .z-item__status{padding:0 .05rem;width:.64rem;height:.24rem;font-size:.12rem;white-space:nowrap}body .z-list .z-item__status i{font-size:.14rem}body .z-list .z-item__button{transform:none;pointer-events:visible}body .z-list .z-item__button .td-button:first-child{display:none}body .z-list .z-item__button .td-button--secondary{width:.16rem;height:.16rem;background:unset}body .z-list .z-item__button .td-button--secondary.is-active .z-icon-fav-fill{color:var(--color-primary)}body .z-list .z-item__button .td-button--secondary .z-icon-fav-fill{opacity:1;font-size:.16rem;color:hsla(0,0%,100%,.5)}body .z-list .z-item__title{padding:0;margin:.08rem .06rem;font-size:.12rem;line-height:.17rem;height:.34rem;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}body .z-list .z-item__info{display:flex;justify-content:space-between;align-items:center;margin:0 .06rem;font-size:.11rem}body .z-list .z-item__info .td-button{display:flex;justify-content:center;align-items:center;width:.58rem;flex-shrink:0;height:.22rem;line-height:.22rem;font-size:.12rem;color:var(--color-primary);border-color:var(--color-primary)}body .z-list .z-item__name{max-width:calc(100% - 3rem)}body .z-list .z-item__list{height:2rem}body .z-list .z-item__list li{height:.8rem;font-size:.3rem}body .z-list .z-item__list .z-item__type{margin-right:.2rem;width:.42rem;height:.42rem}body .z-list .z-item__image{height:.83rem}body .z-list .z-item__footer{height:1.2rem}body .z-list .z-item__fav,body .z-list .z-item__point,body .z-list .z-item__time{display:none}body .z-rows-item,body .z-user-category__item{font-size:.12rem}body .z-rows-item__info,body .z-rows-item__operate,body .z-rows-item__text,body .z-user-category .td-button--other,body .z-user-search{display:none!important}body .z-user-category{padding:0 .1rem;box-sizing:border-box}body .z-rows-item__button{margin-left:.12rem}body .z-rows-item__content h3{white-space:normal;-webkit-line-clamp:2;display:-webkit-box;word-break:break-all;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}body .z-rows-item__button .td-button{width:.6rem;height:.26rem;line-height:.26rem;font-size:.11rem}body .z-rows-item__button .td-button i{font-size:.12rem}body .z-rows-item__button .td-button.td-button--secondary{margin-right:.05rem;width:.26rem}body .z-rows-item.is-loader .z-rows-item__button{width:.9rem}body .z-rows-item.is-loader .z-rows-item__button p{width:.26rem;height:.26rem}body .z-rows-item.is-loader .z-rows-item__button p:nth-child(2){margin-left:.05rem;width:.6rem}body .z-user-sort{font-size:.12rem}body .z-header__vip-button,body .z-resource-list__button,body .z-resource-list__tabs{display:none}body .z-resource-list__wrapper--2 .z-resource-item__text{opacity:1}body .z-resource-list__wrapper--2 .z-resource-item{width:1.42rem;height:auto}body .z-resource-list__wrapper--2 .z-resource-image,body .z-resource-list__wrapper--2 .z-resource-item__more{height:2.2rem}body .z-resource-list__wrapper--3 .z-resource-item__text{opacity:1}body .z-resource-list__wrapper--3 .z-resource-item{width:1.42rem;height:auto}body .z-resource-list__wrapper--3 .z-resource-image,body .z-resource-list__wrapper--3 .z-resource-item__more{height:1.42rem}body .z-resource-list{width:100%;font-size:.12rem}body .z-resource-list__header{margin:0 .16rem}body .z-resource-list__items{margin:0 0 0 .16rem;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}body .z-resource-item{padding:0;margin-right:.1rem;width:1.42rem;scroll-snap-align:start}body .z-resource-item:hover{transform:none;box-shadow:unset}body .z-resource-item--more{height:auto}body .z-resource-image,body .z-resource-item__more{height:.9rem}body .z-resource-image img,body .z-resource-item__more img{border-radius:.03rem}body .z-resource-image__mask{display:none}body .z-zone-wrapper{background-size:100% auto}body .z-zone-wrapper .z-inner{width:100%}body .z-zone-list .z-resource-item{width:1.58rem;margin:0 .06rem .08rem;box-shadow:0 0 8px rgba(0,0,0,.08)}body .z-zone-list .z-resource-item__text{padding:.06rem .13rem;opacity:1}body .z-zone-list .z-resource-image{height:.89rem}body .z-zone-list--2 .z-resource-image{height:2.2rem}body .z-zone-list--3 .z-resource-image{height:1.58rem}body .z-zone-list ul{display:flex;flex-wrap:wrap;gap:unset;margin:0 .1rem}body .z-privacy article.z-inner{--privacy-inner:100%;padding:0 .2rem;box-sizing:border-box;font-size:.12rem;line-height:.24rem}body .z-privacy article.z-inner h2{margin:.1rem 0;font-size:.14rem}.td-message{height:.5rem;font-size:.14rem}.z-dialog-pay{position:fixed;bottom:0;right:0;left:0;font-size:.12rem}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (-webkit-min-device-pixel-ratio:1){.z-detail .z-detail-wrapper .z-inner{display:flex;justify-content:space-between;width:100%;max-width:var(--detail-inner);border-radius:6px}.z-detail .z-detail-wrapper .z-inner .z-detail__main{max-width:540px}.z-detail .z-detail-wrapper .z-inner .z-detail__side{width:226px;flex-shrink:1;margin-right:24px}.z-detail .z-detail-wrapper .z-inner .z-detail__side .z-detail-info.is-fixed{position:fixed;top:70px;left:50%;margin-left:160px;width:226px}.z-header-search{left:44%!important}}.loading[data-v-76ece82e]{position:relative;margin:24px auto}.loading[data-v-76ece82e],.loading div[data-v-76ece82e]{width:16px;height:16px}.loading div[data-v-76ece82e]{position:absolute;border-radius:50%;box-sizing:border-box;-webkit-animation:loading-data-v-76ece82e 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:loading-data-v-76ece82e 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid transparent;border-top-color:#3f85ff}.loading div[data-v-76ece82e]:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.loading div[data-v-76ece82e]:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.loading div[data-v-76ece82e]:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes loading-data-v-76ece82e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading-data-v-76ece82e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.z-icon-alipay,.z-icon-wechat-pay{width:24px;height:24px;background-size:100% 100%}.z-icon-alipay:before,.z-icon-wechat-pay:before{display:none}.z-icon-wechat-pay{margin-right:10px;color:#1aad19;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAPFBMVEUAAAAarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRkarRlXq7KEAAAAE3RSTlMAUBmu0DPgJWJ/C0H375C/oG9XoIxR8QAAARtJREFUSMftk9uygyAMRYOAgIio+f9/PYcyTkQu6XT62PXKTti5wY8PWYywzh1WT2/Jp2NXKybm6DQrFxILlB3K7YwV69H3HrHJrDvmA/bwLb3BAbaRH4fUrgIO2P3y1G8jufkXUAhTwOqm9C6x7K7ENnOu1qXIYgLYRJ2Q8HmcAgh7KXQkufS5ffIqBYj9cpB+z2wGshv6Dwh1G5C4y8/1Vk8rIKSOuCO1MPcGmQCqjNxQMiI20lhyU/+wV0tjVN3kuq2JSG4eyM6qGnJTIjqroazCJnBHI4uDgh0ZAjxYcYzmTpo/as8UUKPZ/G+78tChPYCtOH/uUIOboMv5yiecDNfQNw8jNsSY2z0Z7bVZgCGW+8VzCvjxHf4A1gFAMHa94P8AAAAASUVORK5CYII=)}.z-icon-alipay{width:24px;height:24px;color:#3f85ff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAARVBMVEUAAAA/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf8/hf+3XrtFAAAAFnRSTlMAOH3ykclwK0KHZqYJTREemlqv2OW8GRzagAAAAV1JREFUSMft1Em2gyAQBdCH9HbY1v6X+g9EYyogP5nnTqWQagA/Bzs3SjWtGPGJYZF00u2/Me1GnEdN0JTZHG7NVNTghqEbXWX9FxEDVShkRrZgVYrnP2QBK/s+Ay0xvCHZZwN4YhZw8iyhcFEAgns4fx3KGRsbxSkahU3WYt573itFb1gAvWmBht4IXGxp2PrR2tCyQpSGSPto6rpJxdo35eY1VOKv6kUTTjxBudFVSMEHKg9YQjq9M/ujVfomwD/zGt082HSXGst/QFM+GP7YUXYDkqk8sc+d+usE25xG2E3li9dTtAfeumQ0azbhZ3IavKTqWCKUTP/Ppxvty/7xfPoI6eeddiA703J0UMUOxF2vEDgLxp8HEc7yF2G5VhZu0BrfRmsWSS+0QYGgCul7ZDxVbD1yXWU9MtWItUeZoqLly+e7QUXIjqUt6qyS12o5CXxAmPQIeOPwk/wB6t5Mgtp0DmsAAAAASUVORK5CYII=)}.z-pay{position:relative;margin:0 auto;background:#fff;border-radius:4px}.z-pay__header{position:relative;padding:0 32px;height:80px;color:#969aa0;background:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/bg-pay.24424bb.png) no-repeat;background-size:100% auto;border-radius:4px 4px 0 0}.z-pay__header .td-media{height:100%}.z-pay__header .td-avatar{width:32px;height:32px}.z-pay__header .td-media__content{width:auto;flex:1}.z-pay__header p{display:flex;align-items:center}.z-pay__header .z-icon-question{margin-left:6px}.z-pay__close{position:absolute;top:6px;right:6px;display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#666f7b;border-radius:4px;cursor:pointer}.z-pay__close i{color:#fff;font-size:18px}.z-pay__user{display:flex;align-items:center;margin:0 0 3px}.z-pay__user span{cursor:pointer}.z-pay__user .z-svg-crown{width:20px;height:20px}.z-pay__user-name{margin:0 8px 0 0;line-height:18px;font-weight:700;font-size:14px;color:#fff}.z-pay__body{display:flex;color:#000}.z-pay__side{position:relative;width:200px;min-height:412px;background:#fff}.z-pay__side h2{margin:0 0 24px;font-size:16px;font-weight:700;text-align:center}.z-pay__side-icon{position:relative;margin:40px auto 6px;width:32px;height:32px}.z-pay__side-icon .z-svg-crown{display:block;width:100%;height:100%}.z-pay__side-icon b{position:absolute}.z-pay__side-icon b:after{display:block;width:2px;height:4px;background:#ffd401;content:""}.z-pay__side-icon b:first-child{top:1px;left:7px}.z-pay__side-icon b:first-child:after{transform-origin:center bottom;transform:rotate(-30deg);display:block}.z-pay__side-icon b:nth-child(2){left:50%;margin-left:-1px;top:-4px;height:5px}.z-pay__side-icon b:nth-child(2):after{height:100%}.z-pay__side-icon b:nth-child(3){top:1px;right:7px}.z-pay__side-icon b:nth-child(3):after{transform-origin:center bottom;transform:rotate(30deg)}.z-pay__list{margin:0 0 0 32px}.z-pay__list li{margin:0 0 16px;line-height:17px;color:var(--color-level-2);font-size:13px}.z-pay__tips{position:absolute;right:0;bottom:24px;left:0;text-align:center;color:var(--color-level-4)}.z-pay__content{flex:1;padding:24px;position:relative;background:#f6f7f9}.z-pay__item,.z-pay__items{display:flex;height:150px}.z-pay__item{position:relative;margin:0 16px 0 0;flex-direction:column;justify-content:center;align-items:center;width:210px;border:2px solid var(--color-gray-deep);box-sizing:border-box;border-radius:8px;cursor:pointer;transition:border .1s linear}.z-pay__item:last-of-type{margin:0}.z-pay__item.is-chosen{background:linear-gradient(180deg,#e7f4fd,#eff8ff);border-color:var(--color-primary)}.z-pay__item.is-chosen .z-pay__price{color:var(--color-danger)}.z-pay__item.is-chosen:before{position:absolute;right:0;bottom:0;width:26px;height:26px;background:var(--color-primary);border-radius:8px 0 5px 0;content:""}.z-pay__item.is-chosen:after{position:absolute;right:4px;bottom:10px;width:13px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);content:""}.z-pay__item h3{display:flex;align-items:center;font-weight:700;font-size:18px;line-height:24px}.z-pay__item h3 i{margin-right:4px}.z-pay__price{margin:8px 0;font-size:16px;font-weight:700;height:52px}.z-pay__price span{font-size:40px;font-family:dinot}.z-pay__old-price{color:var(--color-level-2);text-decoration:line-through}.z-pay__detail{margin:24px 0;color:var(--color-level-2);line-height:20px}.z-pay__area{margin:30px 0 0;padding:10px;border-radius:6px}.z-pay__area,.z-pay__code{display:flex;background:#fff}.z-pay__code{position:relative;justify-content:center;align-items:center;margin:6px;width:124px;height:124px;border-radius:4px}.z-pay__code img{width:100%;height:100%;border:3px solid #fff;box-sizing:border-box;border-radius:4px}.z-pay__code-fail{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background:rgba(73,73,73,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px}.z-pay__code-fail span{margin:0 0 12px;height:24px;padding:0 12px;line-height:24px;color:#222;text-align:center;background:#fff;border-radius:12px;cursor:pointer}.z-pay__type{margin:28px 0 0 24px;color:var(--color-level-4)}.z-pay__defray{font-size:14px;color:var(--color-level-2);display:flex;align-items:center}.z-pay__defray span{font-size:24px;color:var(--color-danger)}.z-pay__defray span strong{font-family:dinot}.z-pay__icon{display:flex;margin:20px 0 4px}.z-pay__icon i{font-size:24px}.z-pay__footer{display:flex;justify-content:space-between;margin:12px 0 0;color:var(--color-level-3)}.z-pay__footer a{color:#545888}.z-pay__footer a:first-child{color:var(--color-level-4)}.z-pay__success{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:412px}.z-pay__success h2{font-weight:700;font-size:20px}.z-pay__success p{margin:8px 0 24px;font-size:14px;color:var(--color-level-2)}.z-pay__success .td-button{width:120px;font-weight:700}.z-pay__success .td-button a{display:block}.z-pay-wrapper{width:860px;margin:0 auto;font-size:12px;overflow:hidden}.z-pay-wrapper__mobile .z-pay-mobile{position:relative;padding-bottom:16px}.z-pay-wrapper__mobile .td-icon-close{display:none}.z-pay-mobile{position:fixed;right:0;bottom:0;left:0;font-size:.12rem;background:#fff;border-radius:.06rem .06rem 0 0}.z-pay-mobile__header{padding:16px;border-bottom:1px solid var(--color-border)}.z-pay-mobile__header h2{display:flex;align-items:center;font-size:.2rem;line-height:.28rem}.z-pay-mobile__header .td-icon-close{position:absolute;top:.12rem;right:.12rem;color:var(--color-level-4);font-size:.24rem}.z-pay-mobile__user i{margin-left:.04rem;width:.24rem;height:.24rem}.z-pay-mobile__vip-type{display:flex;padding:.12rem 0 0}.z-pay-mobile__price{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 .14rem 0 0;padding:.1rem 0;width:1.2rem;text-align:center;color:var(--color-level-4);border:1px solid var(--color-gray-deep);border-radius:.06rem}.z-pay-mobile__price h3{padding:.06rem 0;color:#000;font-weight:700}.z-pay-mobile__price.is-chosen{background:linear-gradient(180deg,#e7f4fd,#eff8ff);border-color:var(--color-primary)}.z-pay-mobile__price-now{color:var(--color-danger);font-size:.16rem;font-family:dinot}.z-pay-mobile__price-now strong{font-size:.3rem}.z-pay-mobile__price-old{margin:0 .08rem 0 .04rem;text-decoration:line-through}.z-pay-mobile__way{margin:.16rem}.z-pay-mobile__way h3{margin:0 0 .08rem;font-size:.14rem;color:#b4b8bf}.z-pay-mobile__way .td-button{display:flex;justify-content:center;align-items:center;width:100%;height:.48rem;margin-top:.16rem;font-size:.16rem}.z-pay-mobile__way .td-button strong{margin-left:.06rem;font-family:dinot}.z-pay-mobile__item{display:flex;align-items:center;padding:0 .12rem;height:.56rem;border-radius:.04rem;border:1px solid transparent;box-sizing:border-box}.z-pay-mobile__item i{margin:0 .08rem 0 0;font-size:.24rem}.z-pay-mobile__item.is-chosen{border-color:var(--color-primary)}.z-pay-mobile__item.is-chosen .z-pay-mobile__checkbox{background:var(--color-primary);border-color:var(--color-primary)}.z-pay-mobile__item.is-chosen .z-icon-checkbox{opacity:1}.z-pay-mobile__item span{flex:1;font-size:.16rem}.z-pay-mobile__checkbox{display:flex;justify-content:center;align-items:center;width:.2rem;height:.2rem;border-radius:50%;border:1px solid #b6bdc7;box-sizing:border-box}.z-pay-mobile__checkbox .z-icon-checkbox{margin:0;width:.16rem;color:#fff;font-size:.16rem;opacity:0}.z-pay-mobile__checkbox .z-icon-checkbox:before{display:block;width:.16rem;overflow:hidden}.z-pay-mobile__tips{margin:.08rem 0 0;color:var(--color-level-4);text-align:center}.z-img-success{margin:0 auto;width:80px;height:80px;background:url(//static-zhan.xunlei.com/.nuxt/dist/client/img/img-success.3872866.png);background-size:100% auto}.z-element-loading{width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAA9lBMVEUAAAAhISEPDw84ODgZGRkeHh4rKyshISEgICAbGxsoKCg+Pj4VFRUjIyMcHBwlJSUwMDBCQkJTU1M3NzdYWFhTU1MMDAw6Ojo7OzsyMjIxMTFgYGBAQEBAQEBVVVVbW1tEREQrKytLS0tdXV0sLCxPT09eXl5RUVFHR0dBQUEgICBaWlpMTExPT09FRUU+Pj5OTk4wMDBXV1dbW1sYGBhMTExaWlpfX19KSkpJSUlERERDQ0NYWFhUVFQZGRk1NTVNTU1HR0dgYGBhYWEwMDBCQkJYWFheXl5VVVVFRUVkZGRZWVljY2NjY2NQUFA0NDRmZmZiYmKkV6STAAAAUHRSTlMAMgpxGCFOBwMcR4oTNyxBXhIMdt3PD3yAbGf4kDzW6ppTsRtYvfHHppU75LbBn4UgY7YtJbh30qSsRVHIWSgze4ySWSpoYutTY/iiqjuyafCK15QAAAHVSURBVDjLjdDXeqJgEIDhoRdBbKBRBDRBQRasq2KMxvStYe//ZnYg+7gp8pPvhJP3mfkHeNtkz1faz+0Kr+1ZyE3oMvU6w5ydtdvTSqXCq/Rptmk1mxl8foEXFz3qBO02WxmspxOn08z1erL03l2WxmOUjHynCDi9yqk9hDzP371de18qlcYtZo/omCSjk2VVhP8xJsJmF97FoZM16tVe0zRL9eqJAzWEGne8w/dNk0F3Qqqapo1YyKqOfd9vocuRo9G/Z35zHOeALk8ilLKBUeQ4G8iNVVWVEtOBURQdgFBZpaj0lYe1F3VJkKUoqgww9zzPAVJiGaPhMvbieyAmIVTgOo7jLhkau91OgkO/35+QobBYLDhYI6yRobjgOA6+YFAQh8FXrAhKGPx2XbdoNToW1m4YFh3Dsiz+njAMNwVQYVkDnobD4TUZ0oqi0DBHWPBIw1AUEcAd6voV8RbaMAz8Pui6PiNuxgT81nTdsggjRUGgaUhbWpa1Pc+HKAVIq22tRmOGMp/CS1cNDGVxy0YQBNvPyB9BYNuNh2JYm9n242Cwuv3EdtseDDqdx5vbeY0sn1Yp/IMlSSKS5PlN5wirAGS6Sh02gaJ+LX+uvifJHD70F7noOKRvwXe4AAAAAElFTkSuQmCC) no-repeat;background-size:100% auto;-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}.z-block-error,.z-element-loading{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto}.z-block-error{display:flex;flex-direction:column;justify-content:center;align-items:center;width:200px;text-align:center}.z-block-error img{width:150px;height:150px}.z-block-error a{margin-top:20px;font-size:13px;color:var(--color-level-2);line-height:17px;cursor:pointer}.z-block-error a span{color:var(--color-primary)}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body .td-dialog{color:#000}body .td-dialog h2{font-size:16px;font-weight:700;text-align:left}body .td-dialog__close{top:12px;right:12px;width:24px;height:24px;color:#666f7b;opacity:.8}body .td-dialog__close:hover{opacity:1;background:unset}body .td-dialog__close:hover i.td-icon-close{color:#666f7b}body .z-dialog-common{padding:0 24px 24px;width:320px;min-height:206px}body .z-dialog-common--tip .td-dialog__close{display:none}body .z-dialog-common--pbind .z-pbind-input__item{position:relative;height:40px;line-height:40px;margin-bottom:10px;background:#edeff2;border-radius:6px}body .z-dialog-common--pbind .z-pbind-input__item input{position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;padding:0 12px;border:0;outline:0;background-color:transparent;box-sizing:border-box}body .z-dialog-common--pbind .z-pbind-input__item:last-of-type input{width:70%}body .z-dialog-common--pbind .z-pbind-input__item:last-of-type a{position:absolute;right:12px;top:0;bottom:0;font-size:13px;color:var(--color-primary);cursor:pointer}body .z-dialog-common--pbind .z-pbind-input__item:last-of-type a.disabled{color:var(--color-level-3)}body .z-dialog-common--pbind .z-pbind-input__warning{width:100%;height:16px;font-size:12px;color:var(--color-danger)}body .z-dialog-common--pbind .z-dialog-common__footer{margin-top:24px}body .z-dialog-common--pbind .z-dialog-common__footer .td-button{width:100%}body .z-dialog-common h2{display:flex;align-items:center;padding:30px 0 0;font-size:16px;font-weight:700;text-align:left}body .z-dialog-common .z-icon-success-fill{margin-right:6px;font-size:24px;color:var(--color-primary)}.z-dialog-common__group{display:flex;justify-content:center;align-items:center;margin:0 auto;width:214px;height:40px;font-size:14px;background:#f4f5f5;border-radius:4px}.z-dialog-common__group-avatar{margin-right:6px;width:30px;height:30px}.z-dialog-common__group-avatar img{width:100%;height:100%}.z-dialog-common__group-code{margin:12px auto 8px;padding:5px;width:160px;height:160px;box-sizing:border-box}.z-dialog-common__group-code img{width:100%;height:100%}.z-dialog-common__group-text{margin-bottom:-30px;color:#11c17b;text-align:center;font-size:14px}.z-dialog-common__text{margin:18px 0;line-height:20px;color:var(--color-level-3)}.z-dialog-common__text span{color:var(--color-primary)}.z-dialog-common__footer{position:relative;margin-top:54px;display:flex;justify-content:flex-end}.z-dialog-common__footer .td-checkbox{position:absolute;top:10px;left:0}.z-dialog-common__footer .td-button{display:flex;justify-content:center;align-items:center;width:80px;height:36px;font-size:12px;border-radius:6px}.z-dialog-common__footer .td-button a{color:#fff}.z-dialog-common__footer .td-button.td-button--secondary{margin-right:12px;color:var(--color-level-3);font-size:12px;background:unset}.z-dialog-common__footer .td-button.td-button--secondary:hover{background:#efefef}.z-dialog-common__footer .td-button.td-button--other{margin-right:12px;color:var(--color-level-3)}.z-dialog-common__footer .td-button.td-button--other:hover{color:var(--color-primary);background:unset}.z-dialog-common__footer .td-button.is-warn{background:#ff5454}.z-dialog-common__footer .td-button.is-warn:hover{background:#ff4343;box-shadow:unset}body .z-dialog-new{width:520px;padding:0 32px 32px}body .z-dialog-new h2{padding:26px 0 0;font-size:20px}.z-dialog-new__body,body .z-dialog-new .z-dialog-common__footer{margin-top:32px}.z-dialog-new__body li{position:relative;margin-bottom:16px}.z-dialog-new__body .td-input{display:block}.z-dialog-new__body .td-input__inner{padding-left:12px;width:100%;height:44px;font-size:14px;background:rgba(0,0,0,.04);border:0}.z-dialog-new__body .td-input__inner::-moz-placeholder{color:var(--color-level-3)}.z-dialog-new__body .td-input__inner:-ms-input-placeholder{color:var(--color-level-3)}.z-dialog-new__body .td-input__inner::placeholder{color:var(--color-level-3)}.z-dialog-new__body .td-textarea__inner{padding-left:12px;width:100%;height:175px;font-size:14px;background:rgba(0,0,0,.04);border:0}.z-dialog-new__body .td-textarea__inner::-moz-placeholder{color:var(--color-level-3)}.z-dialog-new__body .td-textarea__inner:-ms-input-placeholder{color:var(--color-level-3)}.z-dialog-new__body .td-textarea__inner::placeholder{color:var(--color-level-3)}.z-dialog-new__limit{position:absolute;right:12px;top:0;font-size:14px;line-height:44px;color:var(--color-level-3)}body .z-dialog-contribute{width:520px;padding:0 27px 24px 32px}body .z-dialog-contribute h2{padding:26px 0 24px;font-size:20px}body .z-dialog-contribute .td-tabs__title{position:absolute;top:23px;right:28px;border-bottom:0}body .z-dialog-contribute .td-tabs__item{margin-right:32px;width:56px;height:36px;line-height:36px;font-size:14px}body .z-dialog-contribute .td-tabs__item.is-active{color:var(--color-default);border-bottom-color:var(--color-default)}body .z-dialog-contribute .z-dialog-common__footer{margin-top:24px}body .z-dialog-contribute .z-blank{padding:20px 0}.z-dialog-contribute__list{height:256px;overflow-y:scroll}.z-dialog-contribute__list::-webkit-scrollbar{width:5px;background:transparent}.z-dialog-contribute__list::-webkit-scrollbar:horizontal{height:5px}.z-dialog-contribute__list::-webkit-scrollbar-thumb{border-radius:3px;width:5px;background:rgba(0,0,0,.3)}.z-dialog-contribute__list::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.z-dialog-contribute__list::-webkit-scrollbar-corner{background:transparent}.z-dialog-contribute__list li{position:relative;display:flex;align-items:center;padding:0 4px;margin-bottom:8px;height:50px;color:var(--color-level-2);background:#f7f7f7;border:1px solid #f7f7f7;border-radius:4px;box-sizing:border-box;cursor:pointer}.z-dialog-contribute__list li:hover{background:#e5e5e5;border-color:#e5e5e5}.z-dialog-contribute__list li.is-checked{background:rgba(51,138,244,.05);border-color:var(--color-primary)}.z-dialog-contribute__list li .td-checkbox__inner{width:20px;height:20px;background:#fff}.z-dialog-contribute__list li .td-checkbox__inner:checked{border-color:var(--color-primary)}.z-dialog-contribute__list li .td-checkbox__inner:before{top:5px;left:4px;width:11px;height:6px;border-color:var(--color-primary);border-width:2px}.z-dialog-contribute__image{width:72px;height:42px}.z-dialog-contribute__image img{width:100%;height:100%;border-radius:3px}.z-dialog-contribute__title{margin:0 12px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}body .z-dialog-retrieve{padding:0 32px 38px;width:520px;text-align:center}body .z-dialog-retrieve h2{padding:26px 0 0;font-size:20px;font-weight:700}.z-dialog-retrieve__file{display:flex;justify-content:center;align-items:center;margin:40px 0 38px}.z-dialog-retrieve__name{max-width:27em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.z-dialog-retrieve__type{flex-shrink:0;margin-right:8px;width:24px;height:24px}.z-dialog-retrieve__type img{width:100%;height:100%}.z-dialog-retrieve__text{margin-bottom:16px;color:var(--color-level-2)}body .z-dialog-retrieve .td-button{display:flex;justify-content:center;align-items:center;margin:0 auto;width:190px;height:36px;font-size:12px;border-radius:18px}.z-dialog-retrieve__link{display:inline-block;margin-top:40px;color:var(--color-primary);cursor:pointer}body .z-dialog-move{padding:0 24px 24px;width:400px}body .z-dialog-move h2{padding:30px 0 16px;font-weight:700;font-size:16px}.z-dialog-move__title{display:flex;justify-content:center;font-size:14px;text-align:center}.z-dialog-move__title span{margin-right:4px;max-width:18em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;vertical-align:top;color:var(--color-primary)}body .z-dialog-move .td-select{width:135px;margin:12px auto}body .z-dialog-move .td-select-group{height:40px;border-color:rgba(0,0,0,.1)}body .z-dialog-move .td-select-group__label{font-size:14px}body .z-dialog-move .td-dropdown-menu{top:44px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:unset}body .z-dialog-move .td-dropdown-menu__item{padding:8px 8px 8px 16px}body .z-dialog-move .td-dropdown-menu__item.is-selected{padding-left:16px;color:var(--color-primary)}body .z-dialog-move .td-dropdown-menu__item.is-selected:before{display:none}body .z-dialog-move .td-select-group__label{text-indent:12px}body .z-dialog-move .z-dialog-common__footer{margin-top:24px}body .z-dialog-pay{width:860px;height:576px;padding:0;background:#f6f7f9;overflow:hidden}body .z-dialog-pay .td-dialog__header{min-height:unset}body .z-dialog-pay .td-dialog__close{position:absolute;top:6px;right:6px;z-index:9;display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#666f7b;border-radius:4px;cursor:pointer}body .z-dialog-pay .td-dialog__close .td-icon-close,body .z-dialog-pay .td-dialog__close:hover .td-icon-close{color:#fff}body .z-dialog-pay h2{text-align:center}.login-web-pop{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;justify-content:center;background:rgba(0,0,0,.5);z-index:99}.login-web-pop__inner{display:flex;position:absolute;top:15%;justify-content:center;align-items:center}.login-web-pop .login-icon-close{position:absolute;z-index:99;top:-8px;right:-48px;padding:12px;font-size:24px;cursor:pointer;z-index:111;color:hsla(0,0%,100%,.7)}.login-web-pop iframe{width:400px!important;height:466px!important}