@charset "UTF-8";header{z-index:2;display:flex;padding:0 .5em;color:var(--primary-color);background-color:var(--primary);transition:background-color .3s;top:0;left:0;right:0;position:sticky}header a{color:inherit}header .head-icon{margin:.5em 0;min-width:3em;cursor:pointer;text-align:center;border-radius:var(--radius);transition:background-color .3s}header .head-icon .fa:before{display:block;line-height:3rem;font-size:1.75em;transition:transform .3s}header .head-icon:hover{color:inherit;background-color:#0000001a}header .head-icon:active{background-color:#0003}header .head-breadcrumb{display:flex;margin:0 1em;flex:1 1 auto;font-size:1.1em;font-weight:700;align-items:center;justify-content:center}header .head-breadcrumb a+a:before,header .head-breadcrumb a+span:before{opacity:.5;content:"/";margin:0 .75em}.action-menu{top:4em;right:.5em;z-index:2;opacity:0;color:#555;position:absolute;transform:scale(0);border-radius:var(--radius);border-radius:calc(var(--radius) * .5);background-color:var(--lighter);transform-origin:top right;transition:opacity .3s,transform .3s;box-shadow:0 0 5px #0000001a,0 5px 10px #0000001a}.action-menu.active{opacity:1;transform:scale(1)}.action-menu .menu-group{border-bottom:1px solid var(--light-gray)}.action-menu .menu-group:last-child{border-bottom:none}.action-menu .menu-group:first-child .menu-item{border-top-left-radius:calc(var(--radius) * .5);border-top-right-radius:calc(var(--radius) * .5)}.action-menu .menu-group:last-child .menu-item{border-bottom-left-radius:calc(var(--radius) * .5);border-bottom-right-radius:calc(var(--radius) * .5)}.action-menu .menu-item{color:inherit;padding:1rem;display:block;cursor:pointer;font-size:1.1em;transition:background-color .3s}.action-menu .menu-item:hover{background-color:#0000000d}.action-menu .menu-item:active{background-color:#00000026}.action-menu .menu-item.switch-color{cursor:auto;display:grid;grid-gap:.5em;grid-template-columns:repeat(4,1fr)}.action-menu .menu-item.switch-color span{width:1.25em;height:1.25em;cursor:pointer;border-radius:1em;background-color:#ccc;display:inline-block}.action-menu .menu-item.multi{gap:1em;display:flex}@media screen and (prefers-color-scheme: dark){.action-menu{color:#ddd}}.head-icon.music-playing img{width:2em;height:2em;object-fit:cover;border-radius:60%;animation:rotate 5s infinite linear paused}.head-icon.music-playing img.playing{animation-play-state:running}.music-menu{top:4em;right:3.5em;position:absolute;width:16em;z-index:2;opacity:0;color:#555;transform:scale(0);background:var(--lighter);border-radius:var(--radius);box-shadow:0 0 5px #0000001a,0 5px 10px #0000001a;transform-origin:top right;transition:opacity .3s,transform .3s}@media screen and (prefers-color-scheme: dark){.music-menu{color:#ddd}}.music-menu.active{opacity:1;transform:scale(1)}.music-menu .music-info{padding:1em}.music-menu .music-cover{width:10em;height:10em;display:block;margin:0 auto 1em;object-fit:cover;border-radius:50%;animation:rotate 15s infinite linear paused}.music-menu .music-cover.playing{animation-play-state:running}.music-menu .music-detail{text-align:center;margin-bottom:1em}.music-menu .music-detail .music-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25em}.music-menu .music-detail .music-artist{opacity:.6;font-size:.85em}.music-menu .music-controls{gap:1em;display:flex;justify-content:center}.music-menu .music-controls button{width:3em;height:3em;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.music-menu .music-controls button:hover{background-color:#0000000d}.music-menu .music-controls button i{font-size:1.2em}.music-menu .music-list{overflow:auto;max-height:11em;font-size:.875em;padding-bottom:1em}.music-menu .music-list .music-item{display:flex;line-height:2;justify-content:space-between;cursor:pointer;margin-bottom:0;padding:.25em 1em;transition:background-color .3s}.music-menu .music-list .music-item.active{color:var(--primary)}.music-menu .music-list .music-item .item-title{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:1em}.music-menu .music-list .music-item .item-artist{opacity:.6;flex-shrink:0}.music-menu .music-list .music-item:hover{background-color:var(--transparent)}.music-menu .music-progress{height:.5em;background:var(--transparent);margin:.5em 1em;border-radius:var(--radius);overflow:hidden}.music-menu .music-progress .progress-bar{width:0%;height:100%;background:var(--primary)}aside{top:4em;left:-15em;bottom:0;z-index:2;width:13em;color:#aaa;overflow:auto;position:fixed;padding:1em .5em;background-color:#444;transform:translate(0);transition:transform .3s}aside::-webkit-scrollbar{width:0}aside.active{transform:translate(15em)}aside a{color:#eee}aside .menu-item{margin-bottom:1.5em}aside .menu-item:last-child{margin-bottom:0}aside .menu-item p{font-size:.875em;padding-left:.75rem;margin-bottom:.25rem}aside .menu-item .sub-menu a{display:block;padding:.75em;border-radius:var(--radius);transition:color .3s,background-color .3s}aside .menu-item .sub-menu a:hover{background-color:#0003}aside .menu-item .sub-menu a .fa{width:1em;color:var(--primary);color:color-mix(in srgb,var(--primary) 60%,#fff);transition:color .3s;margin-right:.75em}._error_ug9or_1{margin:auto;padding:1em;max-width:50em;margin-top:10vh}._error_ug9or_1 h1{text-align:center}._login_1enu2_1{display:flex;-webkit-user-select:none;user-select:none;text-align:center;flex-direction:column;justify-content:center;margin:auto;height:100vh;max-width:15em}._login_1enu2_1 ._avatar_1enu2_11{animation:fade-in-bottom .75s}._login_1enu2_1 ._avatar_1enu2_11 h2{margin:1em 0}._login_1enu2_1 ._avatar_1enu2_11 img{width:8em;height:8em;cursor:help;object-fit:cover;border-radius:8em;transition:transform .3s;box-shadow:0 0 2.5em #0000000d}._login_1enu2_1 ._avatar_1enu2_11 img:hover{transform:scale(1.05)}._login_1enu2_1 ._avatar_1enu2_11 img:active{transform:scale(.95)}._login_1enu2_1 ._input_1enu2_32{animation:fade-in-top .75s;margin-bottom:1em}._login_1enu2_1 ._input_1enu2_32 input{width:100%}._login_1enu2_1 ._error_1enu2_39{animation:fade-in-top .75s .25s backwards;color:var(--red);font-size:.875em}._login_1enu2_1 ._error_1enu2_39+._link_1enu2_44{animation-delay:.5s}._login_1enu2_1 ._link_1enu2_44{animation:fade-in-top .75s .25s backwards}._login_1enu2_1 ._link_1enu2_44 a{opacity:.6;font-size:.875em}._board_10qf3_1{margin-bottom:3em}._board_10qf3_1:last-child{margin-bottom:0}._board_10qf3_1 h1{margin-bottom:1em}._board_10qf3_1 h1:after{content:"";width:1.5em;height:.25em;display:block;margin-top:.25em;border-radius:1em;background-color:var(--primary)}._board_10qf3_1 button .fa{margin-right:.75em}._board_10qf3_1 h3{color:var(--dark-gray)}._board_10qf3_1 ._card_10qf3_25{overflow:hidden}._board_10qf3_1 ._card_10qf3_25 .card-icon{right:1em;position:absolute;flex:0 0 auto;text-align:right;font-size:1.5em;bottom:2.5em;transform:scale(4.5) rotate(-15deg);opacity:.06;color:var(--primary)}@media screen and (max-width: 768px){._board_10qf3_1 ._card_10qf3_25 .card-icon{transform:scale(3.5) rotate(-15deg)}}._hitokoto_10qf3_44 ._save_10qf3_44{opacity:0;margin-left:1em}._hitokoto_10qf3_44:hover ._save_10qf3_44{cursor:pointer;color:var(--primary);opacity:1}._logger_10qf3_53 p{margin-left:6.25em;word-break:break-all}._logger_10qf3_53 p:only-child{margin-left:0}._logger_10qf3_53 em{width:6em;line-height:1;text-align:center;display:inline-block;margin-left:-7em;margin-right:1em}._loader_ba78t_1{top:0;left:0;right:0;bottom:0;z-index:1;width:2em;height:2em;margin:auto;position:fixed;border-radius:3em;background-color:#3498db;animation:_loader_ba78t_1 1.5s infinite linear}._loader_ba78t_1:after{width:5em;height:5em;top:-1.5em;left:-1.5em;content:"";position:absolute;border:.75em solid #9b59b6;border-left-color:transparent;border-right-color:transparent;border-radius:3em;animation:_loader_after_ba78t_1 1.5s infinite linear}@keyframes _loader_ba78t_1{0%{transform:rotate(0)}50%{transform:rotate(180deg);background:#2ecc71}to{transform:rotate(360deg)}}@keyframes _loader_after_ba78t_1{0%{border-top-color:#9b59b6;border-bottom-color:#9b59b6}50%{border-top-color:#3498db;border-bottom-color:#3498db}to{border-top-color:#9b59b6;border-bottom-color:#9b59b6}}._pagination_1yzeb_1{display:flex;overflow:auto;margin-top:3em}._pagination_1yzeb_1::-webkit-scrollbar{display:none}._pagination_1yzeb_1 ._item_1yzeb_9{width:2.5em;display:block;cursor:pointer;flex:0 0 2.5em;line-height:2.5em;border-radius:4em;text-align:center;margin-right:.25em}._pagination_1yzeb_1 ._item_1yzeb_9._active_1yzeb_19{color:#fff;background-color:var(--primary)}._pagination_1yzeb_1 ._item_1yzeb_9._disabled_1yzeb_23{opacity:.3;cursor:no-drop}._pagination_1yzeb_1 ._item_1yzeb_9._dot_1yzeb_27{pointer-events:none}._pagination_1yzeb_1 ._item_1yzeb_9:first-child{margin-left:auto}._pagination_1yzeb_1 ._item_1yzeb_9:last-child{margin-right:auto}._editor_16k5j_1 ._action_16k5j_1{display:flex;row-gap:.5em;flex-wrap:wrap;margin-top:1em}._editor_16k5j_1 ._action_16k5j_1 .btn{width:3em;padding:.5em;margin-right:.5em;border-radius:var(--radius)}._editor_16k5j_1 ._action_16k5j_1 .btn i{margin:0}._list_17dpc_1{display:grid;grid-gap:1.5em;grid-template-columns:repeat(auto-fill,minmax(20em,1fr))}._list_17dpc_1 ._item_17dpc_6{display:flex;color:inherit;animation:none;-webkit-user-select:none;user-select:none;flex-direction:column}._list_17dpc_1 ._item_17dpc_6:hover{color:inherit}._list_17dpc_1 ._item_17dpc_6:before{top:0;left:0;content:"";width:1.25em;height:1.25em;display:block;position:absolute;border-radius:calc(var(--radius) * .5) 0;clip-path:polygon(0 0,0% 100%,100% 0)}._list_17dpc_1 ._item_17dpc_6 ._title_17dpc_27{letter-spacing:.06em}._list_17dpc_1 ._item_17dpc_6 ._content_17dpc_30{flex-grow:1;color:var(--dark-gray)}._list_17dpc_1 ._item_17dpc_6 ._info_17dpc_34{color:var(--dark-gray);font-size:.85em}._list_17dpc_1 ._item_17dpc_6 ._info_17dpc_34 .fa{margin-right:.5em}._list_17dpc_1 ._item_17dpc_6 ._info_17dpc_34 .fa:last-child{margin-right:0}._list_17dpc_1 .status-0:before{background-color:var(--red)}._list_17dpc_1 .status-1:before{background-color:var(--blue)}._list_17dpc_1 .status-2:before{background-color:var(--yellow)}._list_17dpc_1 .status-3:before{background-color:var(--green)}._note_ckvl9_1{margin-bottom:3em}._note_ckvl9_1:last-child{margin-bottom:0}._note_ckvl9_1 ._notice_ckvl9_7{display:block;color:var(--red);margin-top:.5em;font-size:small}._note_ckvl9_1 ._submit_ckvl9_13{margin-left:.5em;color:var(--dark-gray)}._modal_ckvl9_17 textarea{width:100%;height:20em}._action_ckvl9_21 ._count_ckvl9_21 span{display:inline-block;margin-right:1em}._action_ckvl9_21 ._count_ckvl9_21 span:last-child{margin-right:0}._action_ckvl9_21 ._count_ckvl9_21 span i{margin-right:.5em}._modal_mcqh5_1{width:30em;z-index:2;max-width:90%;position:fixed;display:block;visibility:hidden;border:0;opacity:0;padding:0;border-radius:var(--radius);display:flex;flex-direction:column;background-color:var(--light);transition:opacity .3s,visibility .3s,transform .3s}._modal_mcqh5_1::backdrop{transition:background-color .3s;background-color:#00000080}._modal_mcqh5_1[open]{opacity:1;visibility:visible}._modal_mcqh5_1 ._header_mcqh5_25,._modal_mcqh5_1 ._footer_mcqh5_26{display:flex;align-items:center;padding:.75em 1.5em;box-shadow:0 0 5em #0000001a}._modal_mcqh5_1 ._header_mcqh5_25{padding:1em 1.5em}._modal_mcqh5_1 ._header_mcqh5_25 ._close_mcqh5_35{padding:0;line-height:1;cursor:pointer;font-size:1.25em;margin-left:auto}._modal_mcqh5_1 ._footer_mcqh5_26{justify-content:flex-end}._modal_mcqh5_1 ._body_mcqh5_45{flex:1;overflow:auto;padding:1em 1.5em}._modal_mcqh5_1 ._body_mcqh5_45::-webkit-scrollbar{width:0;display:none}._music_1hm1m_1{position:relative}._music_1hm1m_1 ._cover_1hm1m_4{top:0;left:.5em;bottom:0;width:2em;height:2em;margin:auto;position:absolute;object-fit:cover;border-radius:60%;pointer-events:none;background-color:var(--dark-gray)}._music_1hm1m_1:has(._cover_1hm1m_4) input:first-child{padding-left:3em}._action_11896_1{left:0;right:0;bottom:0;z-index:1;position:fixed;padding:.5em 1em;display:flex;justify-content:space-between;line-height:2.5;background-color:#333;color:#ffffffb3}._action_11896_1 div:only-child{margin-left:auto}._action_11896_1 a{color:inherit;margin-right:1em;display:inline-block}._action_11896_1 a:after{content:"";opacity:.3;padding-right:1em;border-right:1px solid currentColor}._action_11896_1 a:last-child{margin-right:0}._action_11896_1 a:last-child:after{content:none}._action_11896_1 button{padding:0;border:none;cursor:pointer}._media_1a2p7_1{margin-bottom:3em}._media_1a2p7_1:last-child{margin-bottom:0}._media_1a2p7_1 ._header_1a2p7_7{margin-bottom:1rem}._media_1a2p7_1 ._items_1a2p7_10{overflow:auto;padding:1.25em;-webkit-user-select:none;user-select:none;white-space:nowrap;background-color:var(--transparent)}._media_1a2p7_1 ._items_1a2p7_10::-webkit-scrollbar{height:0}._media_1a2p7_1 ._items_1a2p7_10 figure{width:13em;height:10em;overflow:hidden;margin-right:1em;position:relative;display:inline-block;background-color:#555;border-radius:var(--radius)}._media_1a2p7_1 ._items_1a2p7_10 figure:last-child{margin-right:0}._media_1a2p7_1 ._items_1a2p7_10 figure._add_1a2p7_33{color:#fff;cursor:pointer;text-align:center}._media_1a2p7_1 ._items_1a2p7_10 figure._add_1a2p7_33 i{font-size:2.5em;margin-top:1em;margin-bottom:.25em}._media_1a2p7_1 ._items_1a2p7_10 figure._add_1a2p7_33 p{opacity:.5}._media_1a2p7_1 ._items_1a2p7_10 figure img{width:100%;height:100%;object-fit:cover;transition:transform .3s}._media_1a2p7_1 ._items_1a2p7_10 figure:hover img{transform:scale(1.1)}._media_1a2p7_1 ._items_1a2p7_10 figure ._action_1a2p7_55{top:0;left:0;right:0;bottom:0;opacity:0;color:#fff;position:absolute;text-align:center;background-color:#00000080;transition:opacity .3s;display:flex;align-items:center;justify-content:center}._media_1a2p7_1 ._items_1a2p7_10 figure ._action_1a2p7_55 a{color:inherit}._media_1a2p7_1 ._items_1a2p7_10 figure ._action_1a2p7_55 i{padding:.5em;font-size:1.25em;vertical-align:middle}._media_1a2p7_1 ._items_1a2p7_10 figure:hover ._action_1a2p7_55{opacity:1}._drawer_1cpde_1{top:0;right:0;bottom:0;width:25em;z-index:2;max-width:90%;position:fixed;display:flex;flex-direction:column;background-color:var(--light);transform:translate(100%);outline:solid 100vw transparent;transition:transform .3s,outline-color .3s}._drawer_1cpde_1._active_1cpde_16{transform:translate(0);outline-color:#00000080}._drawer_1cpde_1 ._header_1cpde_20,._drawer_1cpde_1 ._footer_1cpde_21{display:flex;align-items:center;padding:.75em 1.5em;box-shadow:0 0 5em #0000001a}._drawer_1cpde_1 ._header_1cpde_20{padding:1em 1.5em}._drawer_1cpde_1 ._header_1cpde_20 ._close_1cpde_30{padding:0;line-height:1;cursor:pointer;font-size:1.25em;margin-left:auto}._drawer_1cpde_1 ._footer_1cpde_21{justify-content:flex-end}._drawer_1cpde_1 ._body_1cpde_40{flex:1;overflow:auto;padding:1em 1.5em}._drawer_1cpde_1 ._body_1cpde_40::-webkit-scrollbar{width:0;display:none}._uploader_1iohe_1{cursor:copy;height:18em;overflow:hidden;position:relative;border-radius:var(--radius)}._uploader_1iohe_1 ._placeholder_1iohe_8{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;color:#00000080;border-radius:var(--radius);background-color:#fffc;border:2px dashed rgba(0,0,0,.3)}._uploader_1iohe_1 ._placeholder_1iohe_8:before{margin:auto;font-size:1.25em;content:"选择或拖入媒体文件"}._uploader_1iohe_1._active_1iohe_27 ._placeholder_1iohe_8{border-color:var(--primary)}._uploader_1iohe_1._active_1iohe_27 ._placeholder_1iohe_8,._uploader_1iohe_1:hover ._placeholder_1iohe_8{z-index:1}._uploader_1iohe_1._small_1iohe_34{width:3em;height:3em}._uploader_1iohe_1._small_1iohe_34 ._placeholder_1iohe_8:before{font-size:1em;content:"";font-family:Fontawesome}._uploader_1iohe_1 img,._uploader_1iohe_1 video{width:100%;height:100%;object-fit:cover;position:relative}._uploader_1iohe_1 video{z-index:1}._uploader_1iohe_1 ._loading_1iohe_53{filter:saturate(.2)}._uploader_1iohe_1 ._error_1iohe_56{left:0;right:0;bottom:0;color:#fff;padding:.5em;position:absolute;text-align:center;background-color:#f4433699}@media screen and (prefers-color-scheme: dark){._uploader_1iohe_1:before{color:inherit;background-color:#0000004d}._uploader_1iohe_1 img,._uploader_1iohe_1 video{filter:brightness(.7)}}._tags_1ed9p_1{gap:.5em;display:flex}._tags_1ed9p_1 ._tag_1ed9p_1:after{content:","}._tags_1ed9p_1 ._tag_1ed9p_1:last-child:after{content:""}._copy_1penv_1{cursor:pointer}._copy_1penv_1 ._icon_1penv_4{opacity:0;margin-left:.5em;color:var(--primary);transition:opacity .3s}._copy_1penv_1:hover ._icon_1penv_4{opacity:1}._container_1t2c1_1 ._suggestions_1t2c1_1{margin-top:1em}._container_1t2c1_1 ._suggestions_1t2c1_1 small{display:block;margin-bottom:.5em}._container_1t2c1_1 ._suggestions-list_1t2c1_8{display:flex;flex-wrap:wrap;gap:4px}._container_1t2c1_1 ._suggestion-item_1t2c1_13{font-size:12px;padding:2px 8px}._list_shgd8_1 ._card_shgd8_1{cursor:pointer;margin-bottom:1em;transition:color .3s,background-color .3s,box-shadow .3s}._list_shgd8_1 ._card_shgd8_1:last-child{margin-bottom:0}._list_shgd8_1 ._card_shgd8_1._selected_shgd8_9{color:#fff;background-color:var(--primary)}._list_shgd8_1 ._card_shgd8_1 a{cursor:alias;color:inherit;margin-left:1em;transition:none}._list_shgd8_1 ._card_shgd8_1 ._title_shgd8_19{letter-spacing:.06em}._list_shgd8_1 ._card_shgd8_1 ._content_shgd8_22{opacity:.8}._list_shgd8_1 ._card_shgd8_1 ._info_shgd8_25{opacity:.4;font-size:.85em}._list_shgd8_1 ._card_shgd8_1 ._info_shgd8_25 .fa{margin-right:.5em}._list_shgd8_1 ._card_shgd8_1 ._info_shgd8_25 .fa:last-child{margin-right:0}._placeholder_shgd8_35{padding:2em 0;text-align:center}._placeholder_shgd8_35 i{opacity:.5;width:1.5em;height:1.5em;font-size:3em;line-height:1.5;border:2px solid;border-radius:3em;margin-bottom:.5em}._wrapper_teg4u_1{display:flex;align-items:center;flex-wrap:wrap;gap:8px;cursor:text;color:inherit;border-radius:var(--radius);border:var(--border-width) var(--gray) solid;min-height:3.5em;padding:.75em;border-color:transparent;background-color:var(--transparent)}._tag_teg4u_15{gap:.25em;display:inline-flex;align-items:center;font-size:.875em;padding:.25em .5em;border-radius:.5em var(--radius) var(--radius) .5em;background:rgba(22,119,255,.1)}._tag_teg4u_15 ._remove_teg4u_24{width:1em;height:1em;padding:0;border:none;cursor:pointer;line-height:.7}._tag_teg4u_15 ._remove_teg4u_24:hover{color:#f5222d}._input_teg4u_35{flex:1;min-width:120px;border:none;outline:none;font-size:14px;line-height:1.4;padding:0!important;background:transparent!important}._input_teg4u_35::placeholder{color:#bfbfbf}._table_1jure_1 ._input_1jure_1{width:100%;margin-bottom:.5em}._input_s7ty5_1 ._item_s7ty5_1{margin-bottom:.5em}._row_zi95l_1 td{vertical-align:top}._row_zi95l_1 p{margin-bottom:0}._row_zi95l_1 ._secondly_zi95l_7{opacity:.6;font-size:smaller}._row_zi95l_1 ._user_zi95l_11{display:flex;min-width:20em}._row_zi95l_1 ._user_zi95l_11 a{flex:0 0 auto}._row_zi95l_1 ._user_zi95l_11 img{width:3em;height:3em;margin-right:.75em;margin-bottom:1em;background-color:var(--dark-gray)}._row_zi95l_1 ._from_zi95l_25{font-size:smaller;margin-bottom:1em}._row_zi95l_1 ._action_zi95l_29{opacity:0;margin-top:.5em;transition:opacity .3s}._row_zi95l_1 ._action_zi95l_29 a{cursor:pointer;margin-right:.5em}._row_zi95l_1:hover ._action_zi95l_29{opacity:1}._drawer_1upo7_1 section{margin-bottom:1.5em}._drawer_1upo7_1 section small{opacity:.6;display:block;margin-bottom:.5em}._drawer_1upo7_1 section p{margin-bottom:.5em}._drawer_1upo7_1 .can-click{margin-left:1em}._section_tm2vl_1{margin-bottom:3em}._section_tm2vl_1:last-child{margin-bottom:0}._not-found_l37ku_1{margin:auto;max-width:30em;-webkit-user-select:none;user-select:none;text-align:center}._not-found_l37ku_1 h1{line-height:1;font-size:3em;font-weight:700}._not-found_l37ku_1 p{opacity:.6}._not-found_l37ku_1 ._board_l37ku_15{margin:0 auto;color:#263555;max-width:20em;padding:2em 1em;border-radius:1em;background-color:#bbf7ec;border:3px solid #263555}._notice_104oc_1{top:5em;right:0;z-index:2;margin:0 1em;display:flex;position:fixed;max-width:30em;align-items:flex-end;flex-direction:column}._item_104oc_12{padding:1em;min-width:20em;max-width:50em;overflow:hidden;position:relative;margin-bottom:1em;border-radius:var(--radius);background-color:var(--light);box-shadow:0 0 5em #0000001a}._item_104oc_12{animation:fade-in-left .3s backwards}._item_104oc_12:last-child{margin-bottom:0}._item_104oc_12 ._close_104oc_29{top:0;right:0;line-height:2;padding:0 1rem;cursor:pointer;font-size:1.5em;position:absolute}._item_104oc_12 ._title_104oc_38{margin-bottom:.75rem}._item_104oc_12 ._content_104oc_41{opacity:.8;margin-bottom:0;font-size:smaller}._item_104oc_12 ._progress_104oc_46{left:0;right:0;bottom:0;height:4px;position:absolute;animation:_progress_104oc_46 1s linear;background-color:var(--green)}@keyframes _progress_104oc_46{0%{width:100%}to{width:0}}body,dl,dt,dd,ol,ul,h1,h2,h3,h4,h5,h6,p,pre,code,form,fieldset,legend,figure{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}:root{--red: #ea644a;--red-color: #fff;--yellow: #ffb03a;--yellow-color: #fff;--blue: #3498db;--blue-color: #fff;--green: #27a17e;--green-color: #fff;--primary: var(--blue);--primary-color: var(--blue-color);--secondly: var(--yellow);--secondly-color: var(--yellow-color);--gray: #ccc;--light-gray: #ddd;--lighter-gray: #eee;--wrapper-width: 75em;--wrapper-gap: 1.25em;--radius: .5em;--border-color: transparent;--border-width: 1px;--row-gap: 2em}:root{color:#353535;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font:16px/1.5 Microsoft Yahei,PingFang SC,Hiragino Sans GB,sans-serif}@media screen and (max-width: 768px){:root.font-auto{font-size:14px}}@media screen and (min-width: 1921px){:root.font-auto{font-size:18px}}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}::-moz-selection{color:#fff;background-color:#000000a8}::selection{color:#fff;background-color:#000000a8}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ccc;background:var(--gray);border-radius:5px}::-webkit-scrollbar-track{border-radius:5px}::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.05)}body::-webkit-scrollbar-track{border-radius:0}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.clearfix:after{content:"";clear:both;display:block}.font-s{font-size:.875em}.font-m{font-size:1.125em}.font-l{font-size:1.25em}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-break{word-break:break-all!important}.text-nowrap{white-space:nowrap!important}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wrap{margin:0 auto;padding:0 var(--wrapper-gap);max-width:var(--wrapper-width);box-sizing:content-box}.wrap.min{max-width:50em}.wrap.mid{max-width:65em}.wrap.max{max-width:85em}.wrap.full{max-width:100%}.wrap.thin{padding:0 .75em}.wrap.thick{padding:0 1.5em}.wrap.clear{padding-left:0;padding-right:0}h1{font-size:2em}h1,h2,h3,h4,h5,h6{margin-bottom:1rem}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}p{line-height:1.8;margin-bottom:1em}a{color:#3498db;color:var(--primary);text-decoration:none}a:hover{color:#ffc670;color:var(--secondly)}abbr[title]{cursor:help;text-decoration:none;border-bottom:1px dotted}em,mark,kbd{font-size:.875em;padding:.25em .5em;border-radius:var(--radius)}em{color:var(--primary-color);font-style:normal;background-color:var(--primary)}em.red{color:var(--red-color);background:var(--red)}em.yellow{color:var(--yellow-color);background:var(--yellow)}em.blue{color:var(--blue-color);background:var(--blue)}em.green{color:var(--green-color);background:var(--green)}kbd{color:#fff;background:#333;font-family:Consolas,Courier New,monospace,微软雅黑}img,svg,audio,video,iframe{max-width:100%;vertical-align:middle}article{letter-spacing:.03em}article a{word-break:break-all}article>*{margin-bottom:1em}article>*:last-child{margin-bottom:0}article h1,article h2,article h3{font-size:1.2em}article h4,article h5,article h6{font-size:1.1em}article ul,article ol,article dl{line-height:1.8}button{margin:0;outline:0;padding:0;font:inherit}.btn{color:inherit;cursor:pointer;background:#fff;padding:.5em 1em;display:inline-block;border-radius:var(--radius);border:var(--border-width) solid var(--border-color)}.btn:hover{color:inherit}.btn[disabled]{opacity:.5;cursor:not-allowed}.btn.small{font-size:.875em}.btn.middle,.btn.large{padding:.75em 1.5em}.btn.large{font-size:1.2em}.btn.red{color:var(--red-color);background-color:var(--red)}.btn.yellow{color:var(--yellow-color);background-color:var(--yellow)}.btn.blue{color:var(--blue-color);background-color:var(--blue)}.btn.green{color:var(--green-color);background-color:var(--green)}.btn.primary{color:var(--primary-color);background-color:var(--primary)}.btn.secondly{color:var(--secondly-color);background-color:var(--secondly)}.btn.transparent{background-color:transparent}pre,code{word-break:normal;font-family:Consolas,Courier New,monospace}pre{-moz-tab-size:4;tab-size:4;padding:1em;color:#fff;overflow:auto;background-color:#333;border-radius:var(--radius)}:not(pre)>code{color:#c40b00;font-size:85%;word-wrap:normal;border-radius:var(--radius);padding:.25em .5em;word-break:break-all;background-color:#f7f2f4}ul,ol{margin-left:1.25em}ul.clear,ol.clear{margin-left:0;list-style:none}dl dd{margin-left:1.5em}dl dd:before{content:"--";margin-right:.25em}a,.btn{transition:color .3s,background-color .3s}blockquote{margin:0 0 1em;line-height:1.8;font-style:oblique;background:#f5fafd;padding:1em 1em 1em 2em;border-left:5px #3498db solid}cite{color:var(--primary);font-style:normal}hr{border:0;margin:1.5em 0;border-top:var(--border-width) var(--gray) solid}input[disabled],textarea[disabled]{cursor:no-drop!important}input,select,textarea{margin:0;outline:none;font:inherit;max-width:100%;background:none;vertical-align:middle}input[type*=date],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{padding:.5em;color:inherit;border-radius:var(--radius);border:var(--border-width) var(--gray) solid;min-height:calc(2.5em + calc(var(--border-width) * 2));-webkit-appearance:none;-moz-appearance:none;appearance:none}input.invalid,input:out-of-range{border-color:#c40b00;background:rgba(255,0,0,.1)}input[type=file]:not([hidden]){display:flex;align-items:center}input[type=file]::-webkit-file-upload-button{color:#fff;border:none;outline:none;padding:.5em 1em;font-size:inherit;margin-right:.5em;display:inline-block;border-radius:var(--radius);background-color:var(--primary)}input[type=color]{width:3em!important;height:3em!important;border:none;padding:0}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-moz-color-swatch{border:none}input[type=color]::-webkit-color-swatch{border:none;border-radius:var(--radius)}input[type=range]{margin:0;height:100%;-webkit-appearance:none;-moz-appearance:none;cursor:ew-resize;cursor:grab;overflow:hidden;min-height:1.5rem}input[type=range]:focus{outline:none;box-shadow:none}input[type=range]:active::-webkit-slider-thumb{border-color:var(--primary);background-color:var(--primary)}input[type=range]:active::-moz-range-thumb{border-color:var(--primary);background-color:var(--primary)}input[type=range]:focus::-ms-thumb{border-color:var(--primary);background-color:var(--primary)}input[type=range]::-moz-focus-outer{border:0}input[type=range]::-webkit-slider-runnable-track{content:"";height:calc(var(--border-width) * 2);pointer-events:none;background-color:var(--primary)}input[type=range]::-webkit-slider-thumb{width:1em;height:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-radius:5em;margin-top:calc(-.5em + var(--border-width));border:var(--border-width) solid rgba(0,0,0,.15);transition:.3s border-color,.3s background-color}input[type=range]::-moz-range-track{height:2px;background:rgba(0,50,126,.12)}input[type=range]::-moz-range-thumb{width:1em;height:1em;background:#fff;border-radius:5em;margin-top:calc(-.5em + var(--border-width));border:var(--border-width) solid rgba(0,0,0,.15);transition:.3s border-color,.3s background-color}input[type=range]::-moz-range-progress{border:0;height:2px;margin-top:0;background-color:var(--primary)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1.75em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' d='M.5.5l4.5 4 4.5-4'/%3E%3C/svg%3E") right .5rem center/.75em no-repeat}select[multiple],select[size]:not([size="1"]){background:none}textarea{display:block;overflow:auto;resize:vertical}progress{overflow:auto;border-radius:50px}progress::-webkit-progress-bar{background-color:#eee}input[type=checkbox],input[type=radio]{float:left;width:1.5em;height:1.5em;cursor:pointer;position:relative;margin:0 .5em 0 0;-moz-appearance:none;-webkit-appearance:none}input[type=checkbox]:before,input[type=radio]:before{content:"";width:100%;height:100%;display:block;box-shadow:0 0 0 var(--border-width) var(--gray) inset;transition:background-color .3s,box-shadow .3s}input[type=checkbox]:after{top:10%;left:10%;width:30%;height:60%;content:"";position:absolute;transition:transform .3s;transform-origin:100% 100%;border-right:.15em solid #fff;border-bottom:.15em solid #fff;transform:rotate(45deg) scale(0)}input[type=radio],input[type=radio]:before{border-radius:100%}input[type=checkbox],input[type=checkbox]:before{border-radius:.2em}input[type=radio]:checked:before{background-color:var(--primary);border:var(--border-width) solid var(--primary);box-shadow:0 0 0 .2em #fff inset}input[type=checkbox]:checked:before{box-shadow:none;background-color:var(--primary)}input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}input[type=checkbox].switch{width:4em;height:2em;float:none;cursor:pointer;position:relative;box-sizing:content-box;border-radius:calc(var(--radius) * 10);border:var(--border-width) solid var(--gray);background-color:var(--lighter-gray);transition:border .3s,background-color .3s}input[type=checkbox].switch:before{margin:0;border:0;width:2em;height:2em;content:"";display:block;box-shadow:none;background:#fff;position:absolute;transition:transform .3s;border-radius:calc(var(--radius) * 10)}input[type=checkbox].switch:after{content:normal}input[type=checkbox].switch:checked{box-shadow:none;border-color:var(--primary);background-color:var(--primary)}input.switch:checked:before{background:#fff;transform:translate(2em)}fieldset{border:none;margin-bottom:2em}fieldset>*{margin-bottom:1em}fieldset:last-child{margin-bottom:0}fieldset legend{margin:0 0 1em}fieldset input:not([type=checkbox]):not([type=radio]),fieldset select,fieldset textarea{width:100%}fieldset label{display:block;-webkit-user-select:none;user-select:none}fieldset label>span:first-child{opacity:.6;font-size:.875em;white-space:nowrap;margin-bottom:.5rem;display:inline-block}fieldset label.required>span:first-child:after{color:red;content:"*";margin-left:.25em}form .inline label,fieldset.inline label{display:inline-block;vertical-align:bottom;margin:0 .75em .75em 0}.ks-table{width:100%;overflow-x:auto;overflow-y:hidden;border-radius:var(--radius)}table{border:0;width:100%;max-width:100%;caption-side:bottom;border-collapse:collapse}th:not([align]){text-align:inherit;text-align:-webkit-match-parent}th,td{padding:.75em}table thead tr{border-bottom:min(2px,calc(var(--border-width) * 2)) solid var(--gray);border-bottom-color:var(--gray)}table tbody tr{border-bottom:var(--border-width) solid var(--light-gray);transition:border-color .3s,background-color .3s}table tbody tr:last-child{border-bottom:0}table tbody tr:hover{background-color:var(--lighter-gray)}table.fill thead{background-color:var(--primary);border-bottom:none}table.fill thead tr{border-bottom:none}table.fill thead th,table.fill thead td{color:#fff}table.fill tbody tr{border-bottom:none}table.fill tbody tr:nth-child(2n) th,table.fill tbody tr:nth-child(2n){background-color:#f7f7f7}iframe{border:none}.row{display:flex;flex-wrap:wrap;row-gap:var(--row-gap);margin:0 calc(var(--row-gap) / 2 * -1)}.row.s{row-gap:1em;margin:0 -.5em}.row.m{row-gap:2.5em;margin:0 -1.25em}.row.l{row-gap:3em;margin:0 -1.5em}.row.full{row-gap:0;margin:0}.row.right{justify-content:flex-end}.row.center{justify-content:center}.row.around{justify-content:space-around}.row.between{justify-content:space-between}.row>[class*=col-]{flex:0 0 100%;padding:0 calc(var(--row-gap) / 2);max-width:100%}.row.s>[class*=col-]{padding:0 .5em}.row.m>[class*=col-]{padding:0 1.25em}.row.l>[class*=col-]{padding:0 1.5em}.row.full>[class*=col-]{padding:0}@media screen and (max-width: 600px){.row.auto{row-gap:1em;margin:0 -.5em}.row.auto>[class*=col-]{padding:0 .5em}}@media screen and (min-width: 1920px){.row.auto{row-gap:2.5em;margin:0 -1.25em}.row.auto>[class*=col-]{padding:0 1.25em}}.row .col-auto{flex:1 1 auto;max-width:100%}.row .col-1{flex:0 0 8.3333%;max-width:8.3333%}.row .col-2{flex:0 0 16.6666%;max-width:16.6666%}.row .col-3{flex:0 0 25%;max-width:25%}.row .col-4{flex:0 0 33.3333%;max-width:33.3333%}.row .col-5{flex:0 0 41.6666%;max-width:41.6666%}.row .col-6{flex:0 0 50%;max-width:50%}.row .col-7{flex:0 0 58.3333%;max-width:58.3333%}.row .col-8{flex:0 0 66.6666%;max-width:66.6666%}.row .col-9{flex:0 0 75%;max-width:75%}.row .col-10{flex:0 0 83.3333%;max-width:83.3333%}.row .col-11{flex:0 0 91.6666%;max-width:91.6666%}.row .col-12{flex:0 0 100%;max-width:100%}@media screen and (min-width: 600px){.row .col-s-auto{flex:1 1 auto;max-width:100%}.row .col-s-1{flex:0 0 8.3333%;max-width:8.3333%}.row .col-s-2{flex:0 0 16.6666%;max-width:16.6666%}.row .col-s-3{flex:0 0 25%;max-width:25%}.row .col-s-4{flex:0 0 33.3333%;max-width:33.3333%}.row .col-s-5{flex:0 0 41.6666%;max-width:41.6666%}.row .col-s-6{flex:0 0 50%;max-width:50%}.row .col-s-7{flex:0 0 58.3333%;max-width:58.3333%}.row .col-s-8{flex:0 0 66.6666%;max-width:66.6666%}.row .col-s-9{flex:0 0 75%;max-width:75%}.row .col-s-10{flex:0 0 83.3333%;max-width:83.3333%}.row .col-s-11{flex:0 0 91.6666%;max-width:91.6666%}.row .col-s-12{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 900px){.row .col-m-auto{flex:1 1 auto;max-width:100%}.row .col-m-1{flex:0 0 8.3333%;max-width:8.3333%}.row .col-m-2{flex:0 0 16.6666%;max-width:16.6666%}.row .col-m-3{flex:0 0 25%;max-width:25%}.row .col-m-4{flex:0 0 33.3333%;max-width:33.3333%}.row .col-m-5{flex:0 0 41.6666%;max-width:41.6666%}.row .col-m-6{flex:0 0 50%;max-width:50%}.row .col-m-7{flex:0 0 58.3333%;max-width:58.3333%}.row .col-m-8{flex:0 0 66.6666%;max-width:66.6666%}.row .col-m-9{flex:0 0 75%;max-width:75%}.row .col-m-10{flex:0 0 83.3333%;max-width:83.3333%}.row .col-m-11{flex:0 0 91.6666%;max-width:91.6666%}.row .col-m-12{flex:0 0 100%;max-width:100%}}@media screen and (min-width: 1024px){.row .col-l-auto{flex:1 1 auto;max-width:100%}.row .col-l-1{flex:0 0 8.3333%;max-width:8.3333%}.row .col-l-2{flex:0 0 16.6666%;max-width:16.6666%}.row .col-l-3{flex:0 0 25%;max-width:25%}.row .col-l-4{flex:0 0 33.3333%;max-width:33.3333%}.row .col-l-5{flex:0 0 41.6666%;max-width:41.6666%}.row .col-l-6{flex:0 0 50%;max-width:50%}.row .col-l-7{flex:0 0 58.3333%;max-width:58.3333%}.row .col-l-8{flex:0 0 66.6666%;max-width:66.6666%}.row .col-l-9{flex:0 0 75%;max-width:75%}.row .col-l-10{flex:0 0 83.3333%;max-width:83.3333%}.row .col-l-11{flex:0 0 91.6666%;max-width:91.6666%}.row .col-l-12{flex:0 0 100%;max-width:100%}}.row>.left,.row>.right,.row>.top,.row>.bottom,.row>.center{display:flex;flex-direction:column}.row>.center{align-items:center;justify-content:center}.row>.center-fixed{text-align:center}.row>.left{-webkit-box-align:start;align-items:flex-start}.row>.right{-webkit-box-align:end;align-items:flex-end}.row>.top{justify-content:flex-start}.row>.bottom{justify-content:flex-end}@media screen and (max-width: 900px){.row>.to-center{align-items:center!important}}@media screen and (max-width: 600px){.row>.hide-s{display:none}}@media screen and (max-width: 900px){.row>.hide-m{display:none}}@media screen and (max-width: 1024px){.row>.hide-l{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-off{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fade-off{0%{opacity:1}to{opacity:0}}@keyframes fade-in-top{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fade-in-top{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-bottom{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fade-in-bottom{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes fade-in-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes fade-in-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-small-large{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes fade-small-large{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fade-large-small{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@-webkit-keyframes fade-large-small{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes fade-larger-small{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes fade-larger-small{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes fade-small-larger{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@-webkit-keyframes fade-small-larger{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes scale-small-large{0%{transform:scale(0)}to{transform:scale(1)}}@-webkit-keyframes scale-small-large{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scale-large-small{0%{transform:scale(1)}to{transform:scale(0)}}@-webkit-keyframes scale-large-small{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes up-and-down{0%{transform:translateY(-20px)}to{transform:translateY(20px)}}@-webkit-keyframes up-and-down{0%{transform:translateY(-20px)}to{transform:translateY(20px)}}@keyframes left-and-right{0%{transform:translate(-20px)}to{transform:translate(20px)}}@-webkit-keyframes left-and-right{0%{transform:translate(-20px)}to{transform:translate(20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes jump{0%{transform:translateY(0) scale(1.15,.8)}20%{transform:translateY(-35px) scaleY(1.1)}50%{transform:translateY(-50px) scale(1)}80%{transform:translateY(-35px) scale(1)}to{transform:translateY(0) scale(1.15,.8)}}[ks-tag]{position:relative}[ks-tag]:before,[ks-tag]:after{z-index:1;opacity:0;position:absolute;pointer-events:none;transition:opacity .3s}[ks-tag]:before{width:0;height:0;content:"";border:.5rem solid var(--border-color)}[ks-tag~=top]:before{bottom:100%;border-top-color:#000000b3}[ks-tag~=bottom]:before{top:100%;border-bottom-color:#000000b3}[ks-tag~=top]:before,[ks-tag~=bottom]:before{left:50%;transform:translate(-50%)}[ks-tag=left]:before{right:100%;border-left-color:#000000b3}[ks-tag=right]:before{left:100%;border-right-color:#000000b3}[ks-tag=left]:before,[ks-tag=right]:before{top:50%;transform:translateY(-50%)}[ks-tag~=top]:after{bottom:100%;margin-bottom:1rem}[ks-tag~=bottom]:after{top:100%;margin-top:1rem}[ks-tag=top]:after,[ks-tag=bottom]:after{left:50%;transform:translate(-50%)}[ks-tag=left]:after{right:100%;margin-right:1rem}[ks-tag=right]:after{left:100%;margin-left:1rem}[ks-tag=left]:after,[ks-tag=right]:after{top:50%;transform:translateY(-50%)}[ks-tag~=left][ks-tag~=top]:after,[ks-tag~=left][ks-tag~=bottom]:after{right:0;min-width:4em}[ks-tag~=right][ks-tag~=top]:after,[ks-tag~=right][ks-tag~=bottom]:after{left:0;min-width:4em}[ks-text]:hover:before,[ks-text]:hover:after{opacity:1}[ks-text]:after{color:#fff;font-size:.85rem;white-space:nowrap;border-radius:.5rem;padding:.25rem .5rem;content:attr(ks-text);background:rgba(0,0,0,.7)}notice{top:0;left:0;right:0;z-index:10;padding:1em;position:fixed;-webkit-user-select:none;user-select:none;pointer-events:none}.ks-notice{color:var(--primary-color);display:table;background:#333;border-radius:3em;pointer-events:auto;margin:0 auto 1em;box-shadow:0 5px 5px -2px #0003;animation:fade-small-large .3s both;-webkit-animation:fade-small-large .3s both}.ks-notice.remove{animation:fade-in-top .3s both reverse;-webkit-animation:fade-in-top .3s both reverse}.ks-notice.red{color:var(--red-color);background:var(--red)}.ks-notice.yellow{color:var(--yellow-color);background:var(--yellow)}.ks-notice.blue{color:var(--blue-color);background:var(--blue)}.ks-notice.green{color:var(--green-color);background:var(--green)}.ks-notice>span{padding:.5em 1em;display:table-cell;vertical-align:middle}.ks-notice .close{cursor:pointer;border-radius:0 1em 1em 0;transition:background .3s}.ks-notice .close:hover{background:rgba(0,0,0,.1)}.ks-notice .close:after{content:"×";font:inherit}[ks-image=active]{cursor:pointer;cursor:zoom-in}.ks-image{top:0;left:0;right:0;bottom:0;z-index:66;position:fixed;-webkit-user-select:none;user-select:none;animation:fade-in .3s both;-webkit-animation:fade-in .3s both}.ks-image.loading{cursor:wait}.ks-image.remove:before{animation:fade-off .3s both;-webkit-animation:fade-off .3s both}.ks-image:before{top:0;left:0;right:0;bottom:0;content:"";position:absolute;background:rgba(0,0,0,.6)}.ks-image .ks-prev,.ks-image .ks-next{top:0;bottom:0;width:10%;height:5em;margin:auto;max-width:5em;cursor:pointer;position:absolute;transition:opacity .3s,transform .3s}.ks-image .ks-prev:hover{transform:translate(-.5em)}.ks-image .ks-next:hover{transform:translate(.5em)}.ks-image .ks-prev{left:0;background:center/60% no-repeat url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjkpIj48cGF0aCBkPSJNMzI0LjIxMTUxNyA1MTEuODA1NjMxIDc4Ny44ODk1OTQgNzMuMDgyNTgzYzE2LjE5NDIyLTE2LjYzMDM2NSAxNi4xOTQyMi00My45NzQ3MDQgMC02MC42MDUwNjgtMTYuMTk0MjItMTYuNjMwMzY1LTQyLjQ5NTYwNy0xNi42MzAzNjUtNTguNjEzOTc2IDBMMjM1Ljc1MDExMyA0NzkuMzYwMzAyYy04LjY0NzAzMSA4Ljk2OTM5OC0xMi4zNDQ3NzUgMjAuOTM0OTE3LTExLjcxOTAwMyAzMi40NDUzMjktMC42NDQ3MzUgMTEuOTA4NjMgMy4wNzE5NzIgMjMuODc0MTQ5IDExLjcxOTAwMyAzMi44MjQ1ODVsNDkzLjUwNjU0MiA0NjYuODgyNzg4YzE2LjExODM2OSAxNi42NDkzMjcgNDIuNDM4NzE4IDE2LjY0OTMyNyA1OC42MTM5NzYgMCAxNi4xOTQyMi0xNy4wODU0NzEgMTYuMTk0MjItNDMuOTc0NzA0IDAtNjAuNjA1MDY4TDMyNC4yMTE1MTcgNTExLjgwNTYzMSI+PC9wYXRoPjwvc3ZnPg==)}.ks-image .ks-next{right:0;background:center/60% no-repeat url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC45KSI+PHBhdGggZD0iTTEzNi43LDEwMGwtOTAuNiw4NS44Yy0zLjIsMy4yLTMuMiw4LjUsMCwxMS44YzMuMiwzLjMsOC4zLDMuMywxMS40LDBsOTYuNC05MS4yYzEuNy0xLjcsMi40LTQuMSwyLjMtNi40YzAuMS0yLjItMC42LTQuNi0yLjMtNi4zTDU3LjYsMi40Yy0zLjEtMy4yLTguMy0zLjItMTEuNCwwcy0zLjIsOC42LDAsMTEuOEwxMzYuNywxMDAiLz48L3N2Zz4NCg==)}.ks-image .ended{opacity:.5;cursor:no-drop}.ks-image .ks-ball{top:1em;right:1em;width:2em;height:2em;opacity:0;border-radius:66%;position:absolute;pointer-events:none;transition:opacity .3s;border:.5em #fff solid;border-left-color:#3498db;border-left-color:var(--primary);animation:rotate .5s linear infinite paused;-webkit-animation:rotate .5s linear infinite paused}.ks-image.loading .ks-ball{opacity:1;animation-play-state:running}.ks-image img,.ks-image video{top:0;left:0;right:0;bottom:0;margin:auto;max-width:80%;max-height:90%;cursor:zoom-out;position:absolute;transition:transform .3s;animation:fade-small-large .3s backwards;-webkit-animation:fade-small-large .3s backwards}.ks-image video{cursor:auto}.ks-image img:not([src]),.ks-image video:not([src]){display:none}.ks-image.remove img,.ks-image.remove video,.ks-image.remove .ks-prev,.ks-image.remove .ks-next{animation:fade-large-small .3s both;-webkit-animation:fade-large-small .3s both}.ks-image img[src$=".jpg"],.ks-image video{box-shadow:0 5px 15px #00000080}:root{--purple: #8b64ce;--pink: #f48fb1;--dark-gray: #888;--light-gray: #f3f3f3;--light: #fff;--lighter: #fff;--default: var(--primary);--spring: #7cb342;--summer: #4fc3f7;--autumn: #d35400;--miku: #39c5bb;--tianyi: #66ccff;--zhengling: #ee0000;--deepsea: #3d84a8;--cyberpunk: #f5eb01;--chocolate: #867070;--yuuka: #6f61c0;--mizuki: #004aea;--transparent: rgba(0, 0, 0, .03);--gradient: linear-gradient(var(--transparent) 50%, rgba(0, 0, 0, .06) 0);--radius: 1em}[theme] main{--primary: var(--secondly);--primary-color: var(--secondly-color)}[theme=spring]{--primary: #7cb342}[theme=summer]{--primary: #4fc3f7;--secondly: #f48fb1}[theme=autumn]{--primary: #d35400}[theme=miku]{--primary: #39c5bb;--secondly: #e13558}[theme=tianyi]{--primary: #66ccff;--secondly: #8c8c9f}[theme=zhengling]{--primary: #ee0000;--secondly: #543e42}[theme=deepsea]{--primary: #3d84a8;--secondly: #46cdcf;--radius: 1.5em}[theme=cyberpunk]{--primary: #f5eb01;--primary-color: #000;--secondly: #06fed2;--secondly-color: #000;--radius: 0;--red: #ff8080;--red-color: #000;--yellow: #f5eb01;--yellow-color: #000;--blue: #00f0ff;--blue-color: #000;--green: #06fed2;--green-color: #000;--purple: #c5b1e7}[theme=chocolate]{--primary: #867070;--secondly: #f2d14d;--radius: .5em}[theme=yuuka]{--primary: #6f61c0;--secondly: #8be8e5;--green: #4caf50}[theme=mizuki]{--primary: #004aea;--secondly: #20d400}@media screen and (prefers-color-scheme: dark){:root{color:#ccc}:root{--primary: #004666;--red: #b73015;--yellow: #d17d00;--blue: #19608f;--green: #196751;--purple: #673ab7;--pink: #bf409f;--gray: #555;--light-gray: #444;--lighter-gray: #555;--light: #222;--lighter: #333;--transparent: rgba(255, 255, 255, .05);--gradient: linear-gradient(var(--transparent) 50%, rgba(255, 255, 255, .08) 0)}}h1,h2,h3{font-weight:lighter}img{border-radius:var(--radius)}button{border:none;color:inherit;background:none}.text-loading:after{content:"...";animation:text-loading 2s infinite}@keyframes text-loading{25%{content:"."}50%{content:".."}to{content:"..."}}.btn{border-radius:var(--radius);transition:opacity .3s}.btn:hover{opacity:.8}.btn.primary.dashed{color:var(--primary);border-color:var(--primary);background-color:var(--lighter)}.btn.gray,.btn.purple,.btn.pink{color:var(--primary-color)}.btn.gray{background-color:#888}.btn.purple{background-color:var(--purple)}.btn.pink{background-color:var(--pink)}.btn .fa-spinner{animation:rotate 1.5s linear infinite}.btn-group{gap:.5em;display:flex;align-items:center}.color-primary{color:var(--primary)}.color-red{color:var(--red)}.color-yellow{color:var(--yellow)}.color-blue{color:var(--blue)}.color-green{color:var(--green)}.can-click{cursor:pointer}.cursor-ref{cursor:alias}.table-fixed{min-width:100%;max-width:none;table-layout:fixed}tr.disabled{opacity:.5;pointer-events:none}.table-icons i{margin-left:.5em}.table-actions a,.table-actions span{margin-right:.75em}.table-actions a,.table-actions span{cursor:pointer;font-size:.875em}.table-actions a:last-child,.table-actions span:last-child{margin-right:0}.table-avatar{padding:.5em .75em}.table-avatar a{cursor:alias}.table-avatar img{width:1.75em;height:1.75em;background-color:var(--dark-gray)}input:not([type=checkbox]):not([type=radio]),select,textarea{padding:.75em;border-color:transparent;background-color:var(--transparent)}.input-group{display:flex}.input-group>input:not(:first-child),.input-group>textarea:not(:first-child),.input-group>select:not(:first-child),.input-group>button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>input:not(:last-child),.input-group>textarea:not(:last-child),.input-group>select:not(:last-child),.input-group>button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>button .fa{width:1em;text-align:center}textarea{line-height:2;background:var(--gradient);background-size:auto 4em;background-origin:content-box;background-attachment:local}blockquote{border-left-color:var(--green);background-color:#28b9be1a}body{font-family:MHeiM-C-GB18030-S60,思源黑体 CN,Microsoft Yahei;background:#f7f7f7 right bottom / 15% no-repeat fixed}body:before{top:0;left:0;right:0;bottom:0;opacity:.1;z-index:-1;content:"";display:block;position:fixed;mix-blend-mode:multiply;background:url(https://api.paul.xin/wallpaper?source=gh) center bottom / cover no-repeat}@media screen and (max-width: 900px){body:before{background-size:180%;background-position-x:right}}@media screen and (prefers-color-scheme: dark){body{background-color:#222;background-color:var(--light)}body:before{opacity:1}}body.has-action{padding-bottom:3.5em}aside,header{-webkit-user-select:none;user-select:none}.card{padding:1em;position:relative;animation:fade-in-top .3s backwards;transition:box-shadow .3s;background-color:var(--lighter);border-radius:calc(var(--radius) * .5);box-shadow:0 0 2.5em #0000000d}.card:hover{box-shadow:0 0 2.5em #0000000d,0 1em 2.5em #00000014}.card-icon{right:1em;position:absolute;opacity:.6;flex:0 0 auto;text-align:right;font-size:1.5em;pointer-events:none}.card-body h2{margin-bottom:0}.card-body small{opacity:.6;margin-bottom:1rem;display:inline-block}main{padding:3em 0}@media screen and (max-width: 900px){main{padding:2em 0}}.search-form{margin-bottom:3em}.search-form label:has([type=search]){width:9em}.search-form input[type],.search-form select{padding:.5em .75em;background-color:var(--lighter)}.search-form select{padding-right:2em}table.fixed-right tr th:last-child,table.fixed-right tr td:last-child{right:0;position:sticky}@media screen and (max-width: 1200px){table.fixed-right tr th:last-child,table.fixed-right tr td:last-child{background-color:var(--lighter)}}
