.xkwid-button{-webkit-user-select:none;user-select:none;box-sizing:border-box;color:#333;cursor:pointer;text-align:center;white-space:nowrap;background:#ccc;border:none;border-radius:5px;outline:none;height:28px;padding:0 16px;line-height:28px;transition:filter .2s ease-out,transform .1s ease-out,box-shadow .1s ease-out;display:inline-block;overflow:visible;box-shadow:0 0 4px #0003}.xkwid-button:hover{filter:brightness(1.1)}.xkwid-button *{cursor:pointer}.xkwid-button .btn-label{justify-content:center;align-items:center;gap:5px;padding:0;display:flex}.xkwid-button.active{color:#fff;background:#298cce}.xkwid-button.active.disabled{background:#89b3d0}.xkwid-button:active{transform:translateY(1px);box-shadow:0 -1px 2px #0003}.xkwid-button.tiny{height:18px;padding:0 4px;line-height:18px}.xkwid-button.tiny .btn-label{transform:scale(.85)}.xkwid-button.small{height:24px;padding:0 8px;line-height:24px}.xkwid-button.large{height:36px;padding:0 24px;line-height:36px}.xkwid-button.large .btn-label{font-size:1.2em}.xkwid-button.huge{height:48px;padding:0 36px;line-height:48px}.xkwid-button.huge .btn-label{font-size:1.4em}.xkwid-button.loading,.xkwid-button.disabled{opacity:.6;filter:grayscale(50%);box-shadow:none;cursor:not-allowed}.xkwid-button.loading *,.xkwid-button.disabled *{cursor:not-allowed}.xkwid-button.loading:active,.xkwid-button.disabled:active{box-shadow:none;transform:none}.iconfont.clickalbe{cursor:pointer}.iconfont .icon{vertical-align:-.25em;fill:currentColor;width:1.25em;height:1.25em;overflow:hidden}.iconfont.loading .icon{animation:2s cubic-bezier(.46,.07,.38,.88) infinite spin}@keyframes spin{0%{transform:rotate(60deg)}to{transform:rotate(420deg)}}.xkcpn-foot-bottons{padding:16px}.xkcpn-foot-bottons.inline{padding:0;display:inline-block}.xkcpn-foot-bottons .xkcpn-foot-bottons-inner{justify-content:center;align-items:center;gap:1em;display:flex}.xkwid-breathing{animation:breathing var(--duration) ease-in-out infinite;opacity:var(--min-alpha)}@keyframes breathing{0%{opacity:var(--min-alpha)}50%{opacity:var(--max-alpha)}to{opacity:var(--min-alpha)}}.xkwid-link-button{color:#06a;background-color:#0000;border:none;margin:0 2px;padding:0;font-size:1em;text-decoration:none}.xkwid-link-button.disabled{color:#888}.xkwid-link-button:not(.disabled){cursor:pointer}.xkwid-link-button:not(.disabled):hover{color:#0089e4}.xkwid-link-button .iconfont{font-size:.8em}.xkcpn-global-alert .modal-body{border:1px solid #999!important}.xkcpn-global-alert .alert-wrapper .alert-body{word-break:break-all;background:#fff;padding:16px}.xkcpn-global-alert .alert-wrapper .alert-body .main-text{line-height:3em}.xkcpn-global-alert .alert-wrapper .alert-body .main-text .theme-icon{margin-right:12px;font-size:2em}.xkcpn-global-alert .alert-wrapper .alert-body .main-text .text{font-size:14px;line-height:2em}.xkcpn-global-alert .alert-wrapper .alert-body .sub-text{margin-top:12px}.xkcpn-global-alert .alert-wrapper .alert-body .sub-text .text{font-size:12px}.xkcpn-global-alert .alert-wrapper .alert-body .sub-text .text.iconSpace{margin-left:42px}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper{border-top:1px solid #f0f0f0;margin-top:12px;position:relative}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-header{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 4px;font-size:12px;transition:all .3s;display:flex}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-header:hover{background-color:#f8f9fa}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-header .fold-title{color:#666;font-weight:500}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-header .fold-icon{color:#999;transition:transform .3s}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-header .fold-icon.fold-icon-expanded{transform:rotate(180deg)}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-content{opacity:0;background-color:#fafafa;border-radius:4px;max-height:0;transition:all .3s;position:relative;overflow:hidden}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-content.fold-content-expanded{opacity:1;border:1px solid #e8e8e8;max-height:200px;padding:12px;overflow:auto}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-copy-icon{cursor:pointer;color:#298cce;animation:.3s forwards fadeInScale;position:absolute;top:38px;right:4px;transform:scale(.8)}.xkcpn-global-alert .alert-wrapper .alert-body .fold-content-wrapper .fold-copy-icon:hover{filter:brightness(1.2)}.xkcpn-global-alert .alert-wrapper .alert-prompt input{box-sizing:border-box;width:100%;height:24px;margin-top:8px}.xkcpn-global-alert .alert-wrapper .err-msg{color:#f50}.xkcpn-global-alert .alert-wrapper .alert-footer{text-align:right;background:#eee;border-top:1px solid #ddd;padding:12px 18px}.xkcpn-global-alert .alert-wrapper .alert-footer button{margin-left:12px}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.xkcpn-modal{background:#0006;width:100%;height:100%;position:fixed;top:0;left:0;overflow:auto}.xkcpn-modal .modal-body{background:#d5ecfc;border:5px solid #3778bc;margin:0 auto 28px;padding:0;position:relative;top:36px}.xkcpn-modal .modal-body.moving{opacity:.85}.xkcpn-modal .modal-body .modal-title{cursor:move;text-align:left;background:#3778bc;padding-bottom:5px;position:relative}.xkcpn-modal .modal-body .modal-title .title-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;width:85%;margin-left:8px;font-size:13px;font-weight:700;display:block;overflow:hidden}.xkcpn-modal .modal-body .modal-title .title-text .title-text-content{cursor:text;font-size:14px}.xkcpn-modal .modal-body .modal-title .close-icon{color:#fff;cursor:pointer;text-shadow:0 0 .2em #f87,0 0 .2em #f87;font-family:arial;font-weight:400;position:absolute;top:2px;right:4px}.xkcpn-modal .modal-body .modal-title .extra{color:#fff;position:absolute;top:2px;right:32px}.xkcpn-modal .modal-body.no-window{background:0 0;border:none;width:-moz-fit-content;width:fit-content;margin-bottom:0;padding:28px}.xkcpn-modal .no-window-close-btn{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 0 6px #0000004d}.xkcpn-modal .no-window-close-btn:hover{background:#000c}.xkcpn-modal .no-window-close-btn .close-icon{color:#fff;font-size:16px;font-weight:700}.xkcpn-modal .xkcpn-table{border-color:#ddd}.xkcpn-modal .xkcpn-table .table-ctn .empty-tip{background-color:#fff}.xkcpn-modal .xkcpn-table .table-ctn .main-table th{color:#333;background-color:#e8f3ff;border-color:#ddd;border-bottom-style:solid;border-bottom-width:1px}.xkcpn-modal .xkcpn-table .table-ctn .main-table th .sorter{color:#999}.xkcpn-modal .xkcpn-table .table-ctn .main-table td{border-color:#ddd;border-top-style:none;border-top-width:medium;padding:0 5px}.xkcpn-modal .xkcpn-table .table-ctn .main-table tr:hover td{background-color:#e8f3ff;border-color:#ddd;border-top-style:none;border-top-width:medium}.xkcpn-modal .xkcpn-table .table-ctn .main-table tbody{background-color:#fff}.xk-cpn-flex{align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.xk-cpn-flex.xk-cpn-flex-v{flex-direction:column;display:flex}.xk-cpn-flex .xk-cpn-flex-item{display:flex}.xkcpn-spin{position:relative}.xkcpn-spin.loading{-webkit-user-select:none;user-select:none}.xkcpn-spin .spin-bg{background:#fff9;width:100%;height:100%;animation-name:fadein;animation-duration:.3s;position:absolute;top:0;left:0}.xkcpn-spin .spin-bg .spinner{text-align:center;color:#666;font-size:24px;position:relative;top:40%;transform:translateY(-50%)}.xkcpn-spin .spin-bg .loading-text{margin-top:14px;font-size:14px}.xkcpn-spin.fullscreen{z-index:99999;width:100%;margin:auto;position:fixed;top:40vh}.xkcpn-spin.fullscreen .spin-bg .spinner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border-radius:16px;width:256px;margin:auto;padding:32px 16px}.xkcpn-spin-mask{z-index:9999;background:#0003;width:100%;height:100%;position:fixed;top:0;left:0}@media(prefers-color-scheme:dark){.xkcpn-spin .spin-bg{background:#0009}.xkcpn-spin .spinner{color:#ddd}.xkcpn-spin.fullscreen .spin-bg .spinner{background:#3339}}.xkcpn-card{box-sizing:border-box;text-align:left;border:1px solid #5cb0db;width:100%}.xkcpn-card .title-wrapper{background-color:#e4eff4;align-items:center;padding:6px 12px;display:flex}.xkcpn-card .title-wrapper h3{flex:1;margin:0}.xkcpn-card .title-wrapper h3 .title-text{font-size:16px}.xkcpn-card .title-wrapper h3 .sub-title{color:#777;margin-left:8px;font-size:12px;font-weight:400}.xkcpn-card .card-body{background:#fff;padding:8px 12px}.xk-cpn-flex.xkcpn-tab{box-sizing:border-box;border-bottom:1px solid #5cb0db;height:28px;padding-left:16px;position:relative;overflow:visible}.xk-cpn-flex.xkcpn-tab .tabs{position:relative;top:1px}.xk-cpn-flex.xkcpn-tab label{box-sizing:border-box;opacity:.8;cursor:pointer;transform-origin:bottom;background:#eee;border:1px solid #5cb0db;height:27px;margin-right:6px;padding:0 8px;font-size:1.1em;line-height:27px;transition:all .15s ease-in-out;display:inline-block;transform:scale(.9)}.xk-cpn-flex.xkcpn-tab label:not(.disabled):hover{opacity:.99;background-color:#d5ecfc}.xk-cpn-flex.xkcpn-tab label.disabled{filter:grayscale();cursor:default;opacity:.5}.xk-cpn-flex.xkcpn-tab label.active{cursor:default;opacity:1;background-color:#d5ecfc;border-bottom-color:#d5ecfc;font-weight:700;transform:scale(1)}.xk-cpn-flex.xkcpn-tab .tab-extra{margin:0 16px}.xkcpn-tab-card{--tab-card-bg:#fff;flex-direction:column;width:100%;display:flex;overflow:hidden}.xkcpn-tab-card.tab-card-changing{filter:saturate(.5);opacity:.618}.xkcpn-tab-card .tab-card-header .xk-cpn-flex.xkcpn-tab label.active{background-color:var(--tab-card-bg);border-bottom-color:var(--tab-card-bg)}.xkcpn-tab-card .tab-card-content{background-color:var(--tab-card-bg);border:1px solid #5cb0db;border-top:none;flex:1;overflow:auto}.xkcpn-checkable-tag{color:#000;cursor:pointer;height:20px;margin:0 4px;padding:0 4px;line-height:20px;display:inline-block;position:relative}.xkcpn-checkable-tag.disabled{color:#999;cursor:not-allowed}.xkcpn-checkable-tag.checked{color:#fff;cursor:default;background:#298cce}.xkcpn-checkable-tag.checked.disabled{color:#fff;background:#bbb}.xkcpn-checkable-tag .close-btn{cursor:pointer;font-size:1em;position:absolute;top:-7px;right:-6px}.xkcpn-pager{text-align:right}.xkcpn-pager .pagesize-select{margin-right:8px}.xkcpn-pager i,.xkcpn-pager input{background-color:#fff;border:1px solid #b2bfcf;height:18px;margin-right:4px;padding:0 6px;font-style:normal;line-height:18px;display:inline-block}.xkcpn-pager i.page-block,.xkcpn-pager input.page-block{cursor:pointer;-webkit-user-select:none;user-select:none}.xkcpn-pager i.page-block:hover,.xkcpn-pager input.page-block:hover{border:1px solid #06f}.xkcpn-pager i.page-block.current,.xkcpn-pager input.page-block.current{color:#fff;cursor:default;background-color:#06f;border:1px solid #06f}.xkcpn-pager .rest{-webkit-user-select:none;user-select:none}.xkcpn-pager .jumper input{width:50px}.xkcpn-check-group{flex-wrap:wrap;display:flex}.xkcpn-check-group label{align-items:center;margin-bottom:8px;margin-right:8px;display:flex}.xkcpn-check-group label.disabled{color:#aaa}.xkcpn-check-group label:last-of-type{margin-right:0}.xkwid-check-button-group{display:inline-block}.xkwid-check-button-group .button-item{color:#419cda;cursor:pointer;border:1px solid #419cda;border-right:none;padding:3px 6px;font-style:normal}.xkwid-check-button-group .button-item:last-child{border-right:1px solid #419cda}.xkwid-check-button-group .button-item.selected{color:#fff;cursor:default;background-color:#419cda;font-weight:700;box-shadow:0 0 5px 1px #8888}.xkwid-check-button-group .button-item.disabled{cursor:not-allowed;color:#aaa}.xkwid-check-button-group.disabled .button-item{cursor:not-allowed;color:#aaa;border-color:#aaa}.xkwid-check-button-group.disabled .button-item.selected{color:#fff;background-color:#aaa}.xkwid-check-button-group.modern{flex-wrap:wrap;gap:8px;display:flex}.xkwid-check-button-group.modern .button-item{color:#666;border:1px solid #d9d9d9;border-radius:4px;margin:0}.xkwid-check-button-group.modern .button-item:last-child{border-right:1px solid #d9d9d9}.xkwid-check-button-group.modern .button-item:not(.selected){color:#666;border-color:#d9d9d9}.xkwid-check-button-group.modern .button-item.selected{color:#fff;box-shadow:none;background-color:#419cda;border-color:#419cda;font-weight:400}.xkwid-check-button-group.modern .button-item.disabled,.xkwid-check-button-group.modern.disabled .button-item{cursor:not-allowed;color:#aaa;background-color:#f5f5f5;border-color:#d9d9d9}.xkwid-check-button-group.modern.disabled .button-item.selected{color:#fff;background-color:#d9d9d9}.xkcpn-field{margin-right:24px;display:inline-block}.xkcpn-field:last-child{margin-right:0}.xkcpn-field .label{font-weight:700}.xkcpn-ellipsis{color:gray}.xkcpn-form-item{padding:4px 0;line-height:20px;display:flex}.xkcpn-form-item .label{text-align:right;min-width:100px;font-weight:700}.xkcpn-form-item .required:after{content:"*";color:red}.xkcpn-form-item .form-item-content{flex-wrap:wrap;flex:1;margin-right:16px;display:flex}.xkcpn-form-item.inline{white-space:nowrap;padding:0;display:inline-block}.xkcpn-form-item.inline>.label{min-width:auto;margin-left:32px;display:inline-block}.xkcpn-form-item.inline>.form-item-content{margin-right:0;display:inline-block}.xkcpn-popover{position:relative}.xkcpn-popover .mask{z-index:100;width:10000px;height:10000px;position:fixed;top:0;left:0}.xkcpn-popover .popup{z-index:1010;width:max-content;position:absolute}.xkcpn-popover .popup.right{margin-left:15px;top:-10px;left:100%}.xkcpn-popover .popup.left{margin-right:15px;top:-10px;right:100%}.xkcpn-popover .popup.top{bottom:30px;left:0}.xkcpn-popover .popup.bottom{top:30px;left:0}.xkcpn-popover .popup .popup-inner{background:#fff;border:1px solid #298cce;border-radius:5px;width:100%;min-height:28px;position:relative;box-shadow:3px 3px 16px #0008}.xkcpn-popover .popup .popup-inner .popup-header{text-align:center;color:#fff;background:#108ee9;padding:8px 16px}.xkcpn-popover .popup .popup-inner .arrow-box{position:absolute;overflow:hidden}.xkcpn-popover .popup .popup-inner .arrow-box.left,.xkcpn-popover .popup .popup-inner .arrow-box.right{width:7.5px;height:15px;top:7.5px}.xkcpn-popover .popup .popup-inner .arrow-box.top,.xkcpn-popover .popup .popup-inner .arrow-box.bottom{width:15px;height:7.5px;left:7.5px}.xkcpn-popover .popup .popup-inner .arrow-box.left{right:-7.5px}.xkcpn-popover .popup .popup-inner .arrow-box.right{left:-7.5px}.xkcpn-popover .popup .popup-inner .arrow-box.top{bottom:-7.5px}.xkcpn-popover .popup .popup-inner .arrow-box.bottom{top:-7.5px}.xkcpn-popover .popup .popup-inner .arrow-box .arrow{background-color:#fff;border-top:1px solid #298cce;border-left:1px solid #298cce;width:12px;height:12px;position:absolute}.xkcpn-popover .popup .popup-inner .arrow-box .arrow.left{top:0;right:3px;transform:rotate(135deg)}.xkcpn-popover .popup .popup-inner .arrow-box .arrow.right{top:0;left:3px;transform:rotate(-45deg)}.xkcpn-popover .popup .popup-inner .arrow-box .arrow.top{bottom:3px;left:0;transform:rotate(-135deg)}.xkcpn-popover .popup .popup-inner .arrow-box .arrow.bottom{top:3px;left:0;transform:rotate(45deg)}.xkcpn-popover .popup .popup-inner .arrow-box .arrow.solid{background-color:#298cce}.xk-pop-tooltip{color:#555;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;width:100%;margin:8px;padding-right:10px}.xkcpn-dropdown{background:#fff;border:1px solid #777;border-radius:2px;width:140px;height:24px;line-height:22px;display:inline-block;position:relative}.xkcpn-dropdown .title-box{box-sizing:border-box;cursor:default;width:100%;height:100%;padding-left:4px;padding-right:24px;line-height:22px;display:inline-block;position:relative}.xkcpn-dropdown .title-box .placeholder{color:#999}.xkcpn-dropdown .drop-handle{color:#000;position:absolute;top:0;right:4px}.xkcpn-dropdown .dropped-box{box-sizing:border-box;z-index:200;background:#fff;border:1px solid #ddd;min-width:100%;max-height:300px;position:absolute;top:24px;left:0;overflow:auto}.xkcpn-dropdown .dropped-box .menu-item{cursor:default;padding:4px 8px}.xkcpn-dropdown .dropped-box .menu-item.selected{background:#d4eafe}.xkcpn-dropdown .dropped-box .menu-item:hover{color:#fff;background:#298cce}.xkcpn-input{line-height:normal;display:inline-block;position:relative}.xkcpn-input .xkcpn-input-inner{box-sizing:border-box}.xkcpn-input .xkcpn-input-inner.has-icon{padding-left:22px}.xkcpn-input .prefix-icon{opacity:.5;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.xkcpn-input .clear-btn{opacity:.3;cursor:pointer;transition:opacity .2s ease-in-out;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.xkcpn-input .clear-btn:hover{opacity:.6}.xkcpn-email-input{display:inline-block;position:relative}.xkcpn-email-input input{box-sizing:border-box}.xkcpn-email-input .clear-btn{opacity:.3;align-items:center;height:100%;display:flex;position:absolute;top:0;right:4px}.xkcpn-tree ul,.xkcpn-tree ol,.xkcpn-tree li{border:0;margin:0;padding:0;list-style:none}.xkcpn-tree .tree-node .children-container{height:0;transition:height .2s ease-in-out;overflow:hidden}.xkcpn-tree .tree-node .children-container.expanded{height:auto}.xkcpn-tree .tree-node ul{margin-left:18px}.xkcpn-tree .tree-node .sum{color:red}.xkcpn-tree .tree-node .tree-node-title{white-space:nowrap;align-items:center;height:24px;line-height:24px;display:flex}.xkcpn-tree .tree-node .tree-node-title .prefix{min-width:14px;display:inline-block}.xkcpn-tree .tree-node .tree-node-title label{padding:0 3px;line-height:18px;display:inline-block}.xkcpn-tree .tree-node .tree-node-title label.active{cursor:pointer}.xkcpn-tree .tree-node .tree-node-title label .label-icon{opacity:.5;margin-right:4px;font-size:.8em}.xkcpn-tree .tree-node .tree-node-title.selected label{color:#fff;background:#1a8acb;border-radius:2px}.xkcpn-tree .tree-node .tree-node-title.selected label .label-icon{color:#fff}.xkcpn-tree .tree-node.with-lines{position:relative}.xkcpn-tree .tree-node.with-lines:before{content:"";border-left:1px dashed #d9d9d9;width:1px;position:absolute;top:0;bottom:0;left:4px}.xkcpn-tree .tree-node.with-lines:last-child:before{bottom:50%}.xkcpn-tree .tree-node.with-lines:first-child:before{top:50%}.xkcpn-tree .tree-node.with-lines .tree-node-title{position:relative}.xkcpn-tree .tree-node.with-lines .tree-node-title:before{content:"";border-top:1px dashed #d9d9d9;width:10px;height:1px;position:absolute;top:50%;left:4px}.xkcpn-tree .alt-icon{color:#000;margin-right:2px;font-size:.7em;line-height:1em}.xkcpn-tree .alt-icon .icon{vertical-align:0;transition:transform .2s ease-in-out}.xkcpn-tree .alt-icon.expanded .icon{transform:rotate(90deg)}.xkcpn-tree .square-icon{cursor:pointer;background:#fff;border:1px solid #d9d9d9;justify-content:center;align-items:center;width:11px;height:11px;display:flex;position:relative;left:-2px}.xkcpn-tree .square-icon:before,.xkcpn-tree .square-icon:after{content:"";background:#666;position:absolute}.xkcpn-tree .square-icon:before{width:8px;height:2px}.xkcpn-tree .square-icon:after{width:0;height:0;transition:width .2s ease-in-out,height .2s ease-in-out}.xkcpn-tree .square-icon.plus:after{width:2px;height:8px}.xkcpn-tree ul li.with-line{position:relative}.xkcpn-tree ul li.with-line:before{content:"";border-left:1px dashed #d9d9d9;width:1px;position:absolute;top:0;bottom:0;left:4px}.xkcpn-tree ul li.with-line:last-child:before{bottom:50%}.xkcpn-modal-stack{width:100%;position:fixed;top:0}.xkcpn-table{border:1px solid #298cce}.xkcpn-table .table-ctn{background:#d5eaff;flex-direction:column;display:flex}.xkcpn-table .table-ctn>.main-table{width:100%}.xkcpn-table .table-ctn>.main-table th,.xkcpn-table .table-ctn>.main-table td{text-align:center;white-space:nowrap;vertical-align:middle;padding:0 4px}.xkcpn-table .table-ctn>.main-table>thead{background-color:#298cce}.xkcpn-table .table-ctn>.main-table>thead th{color:#fff;vertical-align:middle;border-right:1px solid #759ccc;height:35px;font-family:Arial,SimHei;font-size:12px;font-weight:700}.xkcpn-table .table-ctn>.main-table>thead th:last-child{border-right:none}.xkcpn-table .table-ctn>.main-table>thead th .title-tip-wrapper{text-align:left;font-weight:400;position:relative;top:-6px;left:-2px}.xkcpn-table .table-ctn>.main-table>thead th .title-tip-wrapper .popup-inner{color:#333;padding:2px 6px;line-height:18px}.xkcpn-table .table-ctn>.main-table>thead th .title-tip-wrapper .iconfont .icon{width:1.1em;height:1.1em}.xkcpn-table .table-ctn>.main-table>thead th .sorter{color:#eee;cursor:pointer;margin-left:6px;font-size:10px}.xkcpn-table .table-ctn>.main-table>thead th .sorter .arrow{width:7px;height:14px;line-height:14px;display:inline-block;overflow:hidden}.xkcpn-table .table-ctn>.main-table>thead th .sorter .arrow .iconfont{font-size:1em;position:relative;left:-3px}.xkcpn-table .table-ctn>.main-table>thead th .sorter .curr{color:#f63}.xkcpn-table .table-ctn>.main-table>tbody{background-color:#d5eaff}.xkcpn-table .table-ctn>.main-table>tbody>tr>td{border-top:1px solid #d5eaff;border-bottom:1px solid #b0cedd;border-right:1px solid #b0cedd;height:32px;font-size:12px}.xkcpn-table .table-ctn>.main-table>tbody>tr>td:last-child{border-right:none}.xkcpn-table .table-ctn>.main-table>tbody>tr>td.inner-muliti-row{padding:0}.xkcpn-table .table-ctn>.main-table>tbody>tr>td.inner-muliti-row .in-cell-row{border-bottom:1px solid #b0cedd;padding:0 4px;line-height:32px}.xkcpn-table .table-ctn>.main-table>tbody>tr>td.inner-muliti-row .in-cell-row:last-child{border-bottom:none}.xkcpn-table .table-ctn>.main-table>tbody>tr:hover>td{background:#fff;border-top:1px solid #ffd800;border-bottom:1px solid #ffd800}.xkcpn-table .empty-tip,.xkcpn-table .loading-tip{color:#aaa;background:#d5eaff;flex:1;justify-content:center;align-items:center;min-height:64px;display:flex}.xkcpn-table .empty-tip{color:red;font-size:14px}.xkcpn-table .pager-ctn{padding:4px}.xkcpn-table.mini{border:none}.xkcpn-table.mini .table-ctn{background:#fff}.xkcpn-table.mini .table-ctn>.main-table{background:#bdf}.xkcpn-table.mini .table-ctn>.main-table thead th{color:#000;background:#e8f3ff;border:none;height:auto;padding:2px;line-height:16px}.xkcpn-table.mini .table-ctn>.main-table thead th .sorter{color:#aaa}.xkcpn-table.mini .table-ctn>.main-table tbody>tr>td{background:#fff;border:none;height:auto;padding:2px;line-height:1.2}.xkcpn-table.mini .table-ctn>.main-table tbody>tr:hover>td{background:#ecf9fe;border:none}.xkcpn-table.mini .table-ctn>.main-table tbody>tr.expand-row>td{padding:0;position:relative}.xkcpn-table.mini .table-ctn>.main-table tbody>tr.expand-row:hover>td{border:initial;background:#fff}.xkcpn-table.mini .table-ctn>.main-table th,.xkcpn-table.mini .table-ctn>.main-table td{text-align:center;padding:1px 0}.xkcpn-table.mini .empty-tip,.xkcpn-table.mini .loading-tip{background:#fff}.xkcpn-table .table-footer-ctn{background:#e8f3ff;border-top:none;padding:4px;display:flex}.xkcpn-table .table-footer-ctn .table-footer{flex:1}.xkcpn-flex-table{background:#fff;border:1px solid #ddd;border-bottom:none;flex-direction:column;width:100%;height:100%;display:flex}.xkcpn-flex-table .ftrow{border-bottom:1px solid #ddd;flex:none;height:auto}.xkcpn-flex-table .ftcell .cell-inner{border-left:1px solid #ddd;align-items:center;height:32px}.xkcpn-flex-table .ftcell .cell-inner .text{padding:0 6px}.xkcpn-flex-table .ftcell:first-child .cell-inner{border-left:none}.xkcpn-flex-table .ftheader{background:#f1fafe;width:100%}.xkcpn-flex-table .ftheader .title-tip-wrapper{margin-right:5px}.xkcpn-flex-table .ftheader .title-tip-wrapper .popup-inner{color:#333;white-space:nowrap;padding:2px 6px;line-height:18px}.xkcpn-flex-table .ftheader .ftcell{color:#555;font-weight:700}.xkcpn-flex-table .ftheader .ftcell .sorter{color:#aaa;cursor:pointer;margin-left:2px;font-size:1em}.xkcpn-flex-table .ftheader .ftcell .arrow{width:7px;height:14px;line-height:14px;display:inline-block;overflow:hidden}.xkcpn-flex-table .ftheader .ftcell .arrow .iconfont{font-size:1em;position:relative;left:-3px}.xkcpn-flex-table .ftheader .ftcell .arrow.active{color:#1585b5;cursor:default}.xkcpn-flex-table .ftbody{flex:1 1 0;width:100%}.xkcpn-flex-table .ftbody .ftrow:hover{background:#d4eafe}.xkcpn-flex-table.nowrap .ftcell{min-width:0}.xkcpn-flex-table.nowrap .ftcell .text{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.xkcpn-flex-table .fold-btn-wrapper{width:20px}.xkcpn-flex-table .group-title{color:#1585b5;cursor:pointer;font-weight:700}.xkcpn-flex-table .loading-tip,.xkcpn-flex-table .empty-tip{text-align:center;color:#aaa;padding:68px 0;font-size:14px}.xkcpn-flex-table .empty-tip{color:#daa}.xkcpn-flex-table .ftfooter-ctn{border-top:1px solid #ddd}.xkcpn-flex-table.needScroll .ftbody{overflow-y:scroll}.xkcpn-datepicker{position:relative}.xkcpn-datepicker input{width:128px;cursor:default!important}.xkcpn-datepicker .clear-btn{opacity:0;align-items:center;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;right:4px}.xkcpn-datepicker:hover .clear-btn{opacity:.3}.xkcpn-multi-select-group{padding:16px}.xkcpn-multi-select-group .xkcpn-check-group,.xkcpn-multi-select-group .xkcpn-checkbox-selectedAll{white-space:normal}.xkcpn-multi-select-group .xkcpn-check-group>label,.xkcpn-multi-select-group .xkcpn-checkbox-selectedAll>label{width:220px;padding-left:20px;line-height:26px;display:inline-block}.xkcpn-multi-select-group .btn-ctn{text-align:center;margin-top:16px}select{height:22px}select option:disabled{color:#aaa}.month-picker{display:inline-block;position:relative}.month-picker .mp-input{border:1px solid #aaa;border-radius:3px;width:68px;height:20px;line-height:20px}.month-picker .mp-input:focus{border-color:#68a9fb}.month-picker .clear-btn{opacity:.3;align-items:center;height:100%;display:flex;position:absolute;top:0;right:4px}.month-picker .mp-content{z-index:200;background:#fff;border:1px solid #68a9fb;width:280px;position:absolute;top:30px}.month-picker .mp-content .mp-year{border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;display:flex}.month-picker .mp-content .mp-year .icon-year{border:1px solid #68a9fb;border-radius:10px;margin:5px;padding:0 5px;line-height:19px}.month-picker .mp-content .mp-year .icon-year.disable{cursor:not-allowed;border-color:#bbb}.month-picker .mp-content .mp-month{flex-wrap:wrap;justify-content:center;display:flex}.month-picker .mp-content .mp-month .m-item{text-align:center;cursor:pointer;width:46px;margin:10px;line-height:30px}.month-picker .mp-content .mp-month .m-item:hover{background-color:#d0e8fb}.month-picker .mp-content .mp-month .m-item.selected{color:#fff;background-color:#68a9fb}.month-picker .mp-content .mp-month .m-item.disable{color:#aaa;cursor:not-allowed}.xkcpn-radio-group label{margin-right:8px;display:inline-block}.xkcpn-radio-group label.disabled{color:#aaa}.xkcpn-radio-group label:last-child{margin-right:0}.xkwid-radio-button-group{display:inline-block}.xkwid-radio-button-group .button-item{color:#419cda;cursor:pointer;border:1px solid #419cda;border-right:none;padding:3px 6px;font-style:normal}.xkwid-radio-button-group .button-item:last-child{border-right:1px solid #419cda}.xkwid-radio-button-group .button-item.selected{color:#fff;cursor:default;background-color:#419cda;font-weight:700;box-shadow:0 0 5px 1px #8888}.xkwid-radio-button-group .button-item.disabled{cursor:not-allowed;color:#aaa}.xkwid-radio-button-group.disabled .button-item{cursor:not-allowed;color:#aaa;border-color:#aaa}.xkwid-radio-button-group.disabled .button-item.selected{color:#fff;background-color:#aaa}.xkwid-radio-button-group.modern{flex-wrap:wrap;gap:8px;display:flex}.xkwid-radio-button-group.modern .button-item{color:#666;border:1px solid #d9d9d9;border-radius:4px;margin:0}.xkwid-radio-button-group.modern .button-item:last-child{border-right:1px solid #d9d9d9}.xkwid-radio-button-group.modern .button-item:not(.selected){color:#666;border-color:#d9d9d9}.xkwid-radio-button-group.modern .button-item.selected{color:#fff;box-shadow:none;background-color:#419cda;border-color:#419cda;font-weight:400}.xkwid-radio-button-group.modern .button-item.disabled,.xkwid-radio-button-group.modern.disabled .button-item{cursor:not-allowed;color:#aaa;background-color:#f5f5f5;border-color:#d9d9d9}.xkwid-radio-button-group.modern.disabled .button-item.selected{color:#fff;background-color:#d9d9d9}.xkcpn-month-calendar{border:1px solid #c5dae4}.xkcpn-month-calendar .header-row{background:#f2faff;padding:8px}.xkcpn-month-calendar .header-row .year-month{color:#056ea4;justify-content:center}.xkcpn-month-calendar .week-title-row{background:#f2faff;padding-top:12px}.xkcpn-month-calendar .week-title-row .week-title{justify-content:center;font-weight:700}.xkcpn-month-calendar .week-title-row .week-title.sunday{color:#d30}.xkcpn-month-calendar .date-table .date-row{border-top:1px solid #c5dae4}.xkcpn-month-calendar .date-table .date-row .date-cell{cursor:pointer;background:#fff;border-right:1px solid #c5dae4;justify-content:center;align-items:center;height:42px;position:relative}.xkcpn-month-calendar .date-table .date-row .date-cell.empty{cursor:default;background:#fafafa}.xkcpn-month-calendar .date-table .date-row .date-cell .date-text{color:#056ea4;font-family:arial;font-size:14px;position:relative;top:4px}.xkcpn-month-calendar .date-table .date-row .date-cell .mark{color:#f50;border:1px solid #f50;padding:0 2px;font-size:12px;display:block;position:absolute;top:0;right:0}.xkcpn-month-calendar .date-table .date-row .date-cell:last-child{border-right:none}.xkcpn-month-calendar .date-table .date-row .date-cell.selected{background:#fdc}.xkcpn-month-calendar .date-table .date-row .date-cell.selected .mark{color:#fff;background:#f50}.xkcpn-month-calendar .date-table .date-row .date-cell.today .date-text{text-decoration:underline}.xk-cpn-flex.xk-cpn-selection-row{align-items:flex-start}.xk-cpn-flex.xk-cpn-selection-row select{height:22px}.xk-cpn-flex.xk-cpn-selection-row .label{text-align:right;white-space:nowrap;width:85px;height:100%;padding-right:6px;font-weight:700;line-height:34px}.xk-cpn-flex.xk-cpn-selection-row .sel-items-wrapper{flex:1 1 0;height:34px;line-height:34px;overflow:hidden}.xk-cpn-flex.xk-cpn-selection-row .sel-items-wrapper.expanded{height:auto;overflow:visible}.xk-cpn-flex.xk-cpn-selection-row .expand-handle{color:#298cce;cursor:pointer;white-space:nowrap;padding:0 4px;font-weight:700;line-height:34px}.xk-cpn-flex.xk-cpn-selection-row .muti-tip{color:#f80;margin-left:16px}.xkcpn-img-list-item-ico{vertical-align:-.05em;padding-left:5px;font-size:1.15em}.xkcpn-img-list-item-del{color:#666;cursor:pointer;font-size:9px;position:absolute;top:-7px;right:-5px}.xkmodal-img-list-viewer .img-viewer{text-align:center;padding:10px 12px}.xkmodal-img-list-viewer .img-viewer .img-wrapper{min-height:300px;display:inline-block;position:relative}.xkmodal-img-list-viewer .img-viewer .img-wrapper .image{max-width:100%;max-height:800px}.xkmodal-img-list-viewer .img-viewer .img-wrapper .download{color:#298cce;opacity:0;filter:drop-shadow(0 0 2px #fff)drop-shadow(0 0 4px #fff);font-size:32px;transition:opacity .3s;position:absolute;bottom:8px;right:8px}.xkmodal-img-list-viewer .img-viewer .img-wrapper:hover .download{opacity:.7}.xkcpn-img-list-item-popover{justify-content:center;align-items:center;min-width:300px;min-height:100px;display:flex}.xkwid-image-by-fetch-loading{color:#999;font-size:28px}.xkwid-image-by-fetch-error{color:#999;cursor:pointer;font-size:28px}.xkwid-image-with-url-loader-loading{color:#999;font-size:28px}.xkwid-image-with-url-loader-error{color:#999;cursor:pointer;font-size:28px}.image-viewer-content{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.image-viewer-img{object-fit:contain;opacity:0;transition:all .2s;box-shadow:0 0 12px #00000080}.image-viewer-img.loaded{opacity:1}.image-viewer-controls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;background:#0009;border-radius:8px;align-items:center;gap:12px;padding:8px 16px;transition:all .3s;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 0 8px #0000004d}.image-viewer-controls.visible{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.image-viewer-controls .zoom-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.image-viewer-controls .zoom-btn:hover:not(:disabled){background:#fff3}.image-viewer-controls .zoom-btn:disabled{opacity:.4;cursor:not-allowed}.image-viewer-controls .zoom-btn svg{width:16px;height:16px}.image-viewer-controls .page-counter{color:#fff;white-space:nowrap;padding:0 8px;font-size:14px;font-weight:500}.image-viewer-title{color:#666;margin-top:16px;font-size:14px}.xkcpn-audio-tip{opacity:.5}.xkwid-tag{cursor:default;color:#fff;-webkit-user-select:none;user-select:none;background-color:#30b0b5;border-radius:3px;padding:0 3px;font-size:12px;line-height:20px;display:inline-block;transform:scale(.9)}.xkcpn-capsule-tag{color:#333;-webkit-user-select:none;user-select:none;white-space:nowrap;background-color:#f0f0f0;border:1px solid #ccc;border-radius:9999px;justify-content:center;align-items:center;height:28px;padding:0 12px;line-height:1.5;transition:background-color .2s,color .2s;display:inline-flex}.xkcpn-capsule-tag .xkcpn-capsule-tag-content{align-items:center;font-size:13px;display:inline-flex}.xkcpn-capsule-tag .xkcpn-capsule-tag-close{cursor:pointer;opacity:.6;vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;margin-left:6px;transition:opacity .2s;display:inline-flex}.xkcpn-capsule-tag .xkcpn-capsule-tag-close:hover{opacity:1}.xkcpn-capsule-tag .xkcpn-capsule-tag-close .iconfont{vertical-align:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;line-height:1;display:inline-flex}.xkcpn-capsule-tag.small{height:20px;padding:2px 8px}.xkcpn-capsule-tag.small .xkcpn-capsule-tag-content{font-size:12px}.xkcpn-capsule-tag.small .xkcpn-capsule-tag-close{margin-left:4px}.xkcpn-capsule-tag.small .xkcpn-capsule-tag-close .iconfont{vertical-align:0;justify-content:center;align-items:center;width:12px;height:12px;font-size:12px;line-height:1;display:inline-flex}.xkcpn-capsule-tag.large{height:36px;padding:0 16px}.xkcpn-capsule-tag.large .xkcpn-capsule-tag-content{font-size:16px}.xkcpn-capsule-tag.large .xkcpn-capsule-tag-close{margin-left:8px}.xkcpn-capsule-tag.large .xkcpn-capsule-tag-close .iconfont{vertical-align:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:16px;line-height:1;display:inline-flex}.xkcpn-capsule-tag.huge{height:44px;padding:0 20px}.xkcpn-capsule-tag.huge .xkcpn-capsule-tag-content{font-size:18px}.xkcpn-capsule-tag.huge .xkcpn-capsule-tag-close{margin-left:10px}.xkcpn-capsule-tag.huge .xkcpn-capsule-tag-close .iconfont{vertical-align:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:18px;line-height:1;display:inline-flex}@media(prefers-color-scheme:dark){.xkcpn-capsule-tag{color:#e0e0e0;background-color:#2a2a2a}.xkcpn-capsule-tag .xkcpn-capsule-tag-close{opacity:.7}.xkcpn-capsule-tag .xkcpn-capsule-tag-close:hover{opacity:1}}.xkcpn-timeline{margin:0;padding:0;list-style:none}.xkcpn-timeline .timeline-item{border-radius:5px;padding-left:5px;display:flex;position:relative}.xkcpn-timeline .timeline-item .dot-and-line{flex-direction:column;align-items:center;display:flex;transform:translateY(5px)}.xkcpn-timeline .timeline-item .node-symbol{box-sizing:border-box;background-color:#8885;border:2px solid #8886;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;display:flex}.xkcpn-timeline .timeline-item .connect-line{background-color:#8885;flex:1;width:2px}.xkcpn-timeline .timeline-item .timeline-main{flex:1;padding:5px 5px 5px 0}.xkcpn-timeline .timeline-item-head{align-items:center;padding-bottom:5px;padding-left:8px;display:flex}.xkcpn-timeline .timeline-item-title{flex:1;font-size:1.2em}.xkcpn-timeline .timeline-item .timeline-item-body .timeline-item-content{background-color:#88888818;border-radius:5px;padding:6px 8px}.xkcpn-timeline .timeline-item.active .node-symbol{background-color:#298ccebb;border-color:#298cce;justify-content:center;align-items:center;display:flex}.xkcpn-timeline .timeline-item.active .connect-line{background-color:#298cceaa}.xkcpn-timeline .timeline-item:last-child .connect-line{display:none}.xkcpn-switcher{vertical-align:middle;-webkit-appearance:none;cursor:pointer;background-color:#bbb;border:none;border-radius:18px;outline:none;width:32.4px;height:18px;margin:0;transition:all .1s;position:relative}.xkcpn-switcher:after{content:"";background-color:#fff;border-radius:50%;width:12.6px;height:12.6px;transition:all .1s;position:absolute;top:2.7px;left:2.7px}.xkcpn-switcher:checked{background-color:#298cce}.xkcpn-switcher:checked:after{left:17.1px}.xkcpn-switcher.large{vertical-align:middle;-webkit-appearance:none;cursor:pointer;background-color:#bbb;border:none;border-radius:24px;outline:none;width:43.2px;height:24px;margin:0;transition:all .1s;position:relative}.xkcpn-switcher.large:after{content:"";background-color:#fff;border-radius:50%;width:16.8px;height:16.8px;transition:all .1s;position:absolute;top:3.6px;left:3.6px}.xkcpn-switcher.large:checked{background-color:#298cce}.xkcpn-switcher.large:checked:after{left:22.8px}.xkcpn-switcher.small{vertical-align:middle;-webkit-appearance:none;cursor:pointer;background-color:#bbb;border:none;border-radius:12px;outline:none;width:21.6px;height:12px;margin:0;transition:all .1s;position:relative}.xkcpn-switcher.small:after{content:"";background-color:#fff;border-radius:50%;width:8.4px;height:8.4px;transition:all .1s;position:absolute;top:1.8px;left:1.8px}.xkcpn-switcher.small:checked{background-color:#298cce}.xkcpn-switcher.small:checked:after{left:11.4px}.xkcpn-switcher.huge{vertical-align:middle;-webkit-appearance:none;cursor:pointer;background-color:#bbb;border:none;border-radius:36px;outline:none;width:64.8px;height:36px;margin:0;transition:all .1s;position:relative}.xkcpn-switcher.huge:after{content:"";background-color:#fff;border-radius:50%;width:25.2px;height:25.2px;transition:all .1s;position:absolute;top:5.4px;left:5.4px}.xkcpn-switcher.huge:checked{background-color:#298cce}.xkcpn-switcher.huge:checked:after{left:34.2px}.xkmodal-time-picker .modal-body>div>div:last-child{background:#88888818;border-radius:8px}.xkmodal-time-picker .modal-body>div>div:last-child>div{display:none}.xkmodal-time-picker .picker-item{opacity:.5;font-size:18px}.xkmodal-time-picker .picker-item.selected{opacity:1;font-size:20px;position:relative}.xk-xpn-mobile-model-wrapper{z-index:500;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.xk-xpn-mobile-model-wrapper .modal{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background-color:#fffd;border-radius:10px;width:88%;box-shadow:0 0 12px #0004}.xk-xpn-mobile-model-wrapper .modal .modal-title{padding:16px;font-size:18px}.xk-xpn-mobile-model-wrapper .modal .modal-body{padding:16px}.xk-xpn-mobile-model-wrapper .modal .foot-buttons{border-top:1px solid #ccc;display:flex}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button{text-align:center;border-right:1px solid #ccc;flex:1;padding:16px;font-size:18px;font-weight:700}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button:last-child{border-right:none}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button:hover{background-color:#00000008}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button.ok{color:#298cce;justify-content:center;gap:8px;display:flex}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button.disabled{opacity:.4;filter:grayscale()}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button.cancel{color:#555}@media(prefers-color-scheme:dark){.xk-xpn-mobile-model-wrapper .modal{background-color:#333d}.xk-xpn-mobile-model-wrapper .modal .foot-buttons,.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button{border-color:#555}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button:hover{background-color:#ffffff08}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button.ok{color:#7676d6}.xk-xpn-mobile-model-wrapper .modal .foot-buttons .foot-button.cancel{color:#aaa}}.xkwid-message-bubble{text-align:justify;background:var(--background-color,#fff);-webkit-backdrop-filter:blur(8px);color:#666;opacity:0;--arrow-distance:20px;border-radius:8px;padding:12px 16px;line-height:1.5;position:absolute;box-shadow:0 2px 12px #00000026}.xkwid-message-bubble:after{content:"";width:0;height:0;position:absolute}.xkwid-message-bubble.arrow-top-start:after,.xkwid-message-bubble.arrow-top-center:after,.xkwid-message-bubble.arrow-top-end:after{filter:drop-shadow(0 -2px 2px #0000000d)}.xkwid-message-bubble.arrow-right-start:after{right:-8px;top:var(--arrow-distance);border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid var(--background-color,#fff);filter:drop-shadow(2px 0 2px #00000012)}.xkwid-message-bubble.arrow-right-center:after{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid var(--background-color,#fff);filter:drop-shadow(2px 0 2px #00000012);top:50%;right:-8px;transform:translateY(-50%)}.xkwid-message-bubble.arrow-right-end:after{right:-8px;bottom:var(--arrow-distance);border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid var(--background-color,#fff);filter:drop-shadow(2px 0 2px #00000012)}.xkwid-message-bubble.arrow-bottom-start:after,.xkwid-message-bubble.arrow-bottom-center:after,.xkwid-message-bubble.arrow-bottom-end:after{filter:drop-shadow(0 2px 2px #0000001a)}.xkwid-message-bubble.arrow-left-start:after{left:-8px;top:var(--arrow-distance);border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid var(--background-color,#fff);filter:drop-shadow(-2px 0 2px #00000012)}.xkwid-message-bubble.arrow-left-center:after{border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid var(--background-color,#fff);filter:drop-shadow(-2px 0 2px #00000012);top:50%;left:-8px;transform:translateY(-50%)}.xkwid-message-bubble.arrow-left-end:after{left:-8px;bottom:var(--arrow-distance);border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid var(--background-color,#fff);filter:drop-shadow(-2px 0 2px #00000012)}.xkwid-message-bubble.arrow-top-start:after{top:-8px;left:var(--arrow-distance);border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--background-color,#fff)}.xkwid-message-bubble.arrow-top-center:after{border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--background-color,#fff);top:-8px;left:50%;transform:translate(-50%)}.xkwid-message-bubble.arrow-top-end:after{top:-8px;right:var(--arrow-distance);border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--background-color,#fff)}.xkwid-message-bubble.arrow-bottom-start:after{bottom:-8px;left:var(--arrow-distance);border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--background-color,#fff)}.xkwid-message-bubble.arrow-bottom-center:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--background-color,#fff);bottom:-8px;left:50%;transform:translate(-50%)}.xkwid-message-bubble.arrow-bottom-end:after{bottom:-8px;right:var(--arrow-distance);border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--background-color,#fff)}@keyframes floatIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.xkcpn-markdownParser-ctn{flex-wrap:wrap;display:flex}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview{display:inline}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview .icon-img-c{margin:0 4px;font-size:1.4em}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview img{max-width:400px;max-height:300px}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview .mdxeditor-attachment-directive{margin:0 4px;padding:2px 4px}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview .mdxeditor-attachment-directive .attachment-icon{font-size:12px}.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h1,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h2,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h3,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h4,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h5,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview h6,.xkcpn-markdownParser-ctn .markdownDetail-ctn.preview p{margin:2px 0}.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h1,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h2,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h3,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h4,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h5,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h6,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini p{font-size:inherit;margin:0;display:inline}.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h1:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h2:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h3:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h4:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h5:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini h6:after,.xkcpn-markdownParser-ctn .markdownDetail-ctn.mini p:after{content:"⏎";opacity:.3;display:inline}.xkcpn-markdownParser-ctn .open-detail-btn .open-detail-icon{margin:0 6px;font-size:1.1em}.xkmodal-markdownParse-viewer .modal-body{flex-direction:column;max-height:calc(100vh - 100px);display:flex;overflow:hidden}.xkmodal-markdownParse-viewer .modal-body .modal-content{background-color:#fff;flex:1;padding:16px;overflow-y:auto}.xkmodal-markdownParse-viewer .modal-body .markdownDetail-ctn img{max-width:100%}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-attachment-directive,.markdownDetail-ctn .mdxeditor-attachment-directive{color:#1890ff;cursor:pointer;background:#f0f0f0;border:1px solid #d9d9d9;border-radius:8px;align-items:center;margin:2px 4px;padding:4px 10px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-flex;text-decoration:none!important}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-attachment-directive:hover,.markdownDetail-ctn .mdxeditor-attachment-directive:hover{background:#e6f7ff;border-color:#40a9ff}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-attachment-directive .attachment-icon,.markdownDetail-ctn .mdxeditor-attachment-directive .attachment-icon{margin-right:4px;font-size:14px}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-attachment-directive .attachment-filename,.markdownDetail-ctn .mdxeditor-attachment-directive .attachment-filename{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-weight:500;display:inline-block;overflow:hidden}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-attachment-directive .attachment-size,.markdownDetail-ctn .mdxeditor-attachment-directive .attachment-size{color:#8c8c8c;margin-left:8px;font-size:12px}.markdownDetail-ctn.preview .mdxeditor-attachment-directive .attachment-filename{max-width:120px}.xk-cpn-editor{box-sizing:border-box;background-color:#fff;border:1px solid #ddd;border-radius:.375rem;width:100%;height:100%;position:relative}.xk-cpn-editor .mdxeditor{flex-direction:column;height:100%;display:flex;overflow:hidden}.xk-cpn-editor .mdxeditor.fullscreen{z-index:1;background:#fff;width:100vw;height:100vh;position:fixed;top:0;left:0}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper{flex:1;overflow:auto}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .mdxeditor-rich-text-editor,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .mdxeditor-root-contenteditable,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .mdxeditor-root-contenteditable>div,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area{height:100%}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area{color:#333;box-sizing:border-box;background:0 0;outline:none;min-height:200px;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h1,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h2,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h3,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h4,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h5,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h6{margin:10px 0;font-weight:700;line-height:1.2;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h1 *,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h2 *,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h3 *,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h4 *,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h5 *,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h6 *{all:unset}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h1{font-size:2em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h2{font-size:1.5em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h3{font-size:1.17em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h4{font-size:1em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h5{font-size:.83em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area h6{font-size:.67em}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area p{margin:10px 0;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area ul,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area ol{margin:10px 0;padding-left:2em;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area li{margin:.5em 0;display:list-item}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area ul li{list-style-type:disc}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area ul li._nestedListItem_1tncs_59{list-style-type:none}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area blockquote{border-left:4px solid #ddd;margin:10px 0;padding-left:1em;font-style:italic;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area code{background:#f5f5f5;border-radius:3px;padding:2px 4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area pre{background:#f5f5f5;border-radius:4px;margin:10px 0;padding:1em;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;line-height:1.4;display:block;overflow-x:auto}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area pre code{background:0 0;border-radius:0;padding:0;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area a{color:#06c;cursor:pointer;text-decoration:underline;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area a:hover{color:#049}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area strong,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area b{font-weight:700;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area em,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area i{font-style:italic;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area u{text-decoration:underline;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area s,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area strike{text-decoration:line-through;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area sub{vertical-align:sub;font-size:.8em;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area sup{vertical-align:super;font-size:.8em;display:inline}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area table{border-collapse:collapse;width:100%;margin:1em 0;display:table}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area thead{display:table-header-group}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area tbody{display:table-row-group}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area tr{display:table-row}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area th,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:8px 12px;display:table-cell}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area th{background:#f5f5f5;font-weight:700}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area hr{border:none;border-top:1px solid #ddd;height:0;margin:2em 0;display:block}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area img{max-width:300px;max-height:300px}.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-toolbar,.xk-cpn-editor .mdxeditor .mdxeditor-diff-source-wrapper .xk-edit-area .mdxeditor-root-contenteditable{all:revert}.xk-modal-editor-attachment-dialog{padding:16px}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #d9d9d9;border-radius:8px;padding:24px;transition:all .3s}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone:hover{background:#f0f9ff;border-color:#40a9ff}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone:active{background:#e6f7ff;border-color:#1890ff;transform:scale(.99)}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone.drag-active{background:#e6f7ff;border-style:solid;border-color:#1890ff}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone:disabled,.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone.disabled{cursor:not-allowed;opacity:.6}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone:disabled:hover,.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone.disabled:hover{background:#fafafa;border-color:#d9d9d9}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone:disabled:active,.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone.disabled:active{transform:none}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone .upload-icon{color:#1890ff;margin-bottom:16px;font-size:48px}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone .upload-text{color:#333;margin-bottom:8px;font-size:16px;font-weight:500}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone .upload-hint{color:#666;margin-bottom:20px;font-size:14px}.xk-modal-editor-attachment-dialog .upload-area .file-drop-zone .upload-hint:disabled{cursor:not-allowed;background:#d9d9d9}.xk-modal-editor-attachment-dialog .upload-area .file-error{color:#ff4d4f;background:#fff2f0;border:1px solid #ffccc7;border-radius:4px;align-items:center;margin-top:12px;padding:8px 12px;font-size:14px;display:flex}.xk-modal-editor-attachment-dialog .upload-area .file-error :first-child{margin-right:4px;font-size:16px}.xk-modal-editor-attachment-dialog .upload-area .file-error.file-error-warning{color:#fa8c16;background:#fff7e6;border-color:#ffd591}.xk-modal-editor-attachment-dialog .upload-area .file-error.file-error-info{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.xk-modal-editor-attachment-dialog .upload-area .upload-progress{margin-top:16px}.xk-modal-editor-attachment-dialog .upload-area .upload-progress .progress-bar{background:#f0f0f0;border-radius:4px;width:100%;height:8px;overflow:hidden}.xk-modal-editor-attachment-dialog .upload-area .upload-progress .progress-bar .progress-fill{background:#1890ff;height:100%;transition:width .3s}.xk-modal-editor-attachment-dialog .upload-area .upload-progress .progress-bar .progress-fill.progress-waiting{opacity:.3;animation:1.5s ease-in-out infinite pulse;width:100%!important}@keyframes pulse{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.xk-modal-editor-attachment-dialog .upload-area .upload-progress .progress-text{text-align:center;color:#666;margin-top:8px;font-size:12px;display:block}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list{max-height:300px;margin-bottom:16px;overflow-y:auto}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item{background:#fafafa;border:1px solid #d9d9d9;border-radius:6px;align-items:center;margin-bottom:8px;padding:12px;display:flex;position:relative}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .attachment-icon{color:#1890ff;margin-right:8px;font-size:20px}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .attachment-info{flex:1}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .attachment-info .attachment-filename{color:#333;margin-bottom:4px;font-weight:500}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .attachment-info .attachment-size{color:#666;font-size:12px}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .remove-button{color:#ff4d4f;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:16px;transition:all .2s}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-list .attachment-item .remove-button:hover{color:#ff7875;background:#fff2f0}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions{text-align:center}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .add-more-button{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:4px;margin-bottom:12px;padding:8px 16px;font-size:14px;transition:background .3s}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .add-more-button:hover:not(:disabled){background:#40a9ff}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .add-more-button:disabled{cursor:not-allowed;background:#d9d9d9}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .upload-progress{margin-top:12px}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .upload-progress .progress-bar{background:#f0f0f0;border-radius:4px;width:100%;height:8px;overflow:hidden}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .upload-progress .progress-bar .progress-fill{background:#1890ff;height:100%;transition:width .3s}.xk-modal-editor-attachment-dialog .attachment-preview .attachment-actions .upload-progress .progress-text{text-align:center;color:#666;margin-top:8px;font-size:12px;display:block}.xk-modal-editor-attachment-dialog .hidden-file-input{display:none}.xk-editor-toolbar-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.xk-editor-toolbar-icon .iconfont{font-size:14px}.xk-cpn-editor .custom-image-wrapper{margin:8px 0;display:inline-block;position:relative}.xk-cpn-editor .custom-image-wrapper:hover .custom-image-toolbar{opacity:1;visibility:visible}.xk-cpn-editor .custom-image-wrapper .custom-image-toolbar{z-index:1000;opacity:0;visibility:hidden;background:#fff;border-bottom-right-radius:4px;gap:4px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:0;left:0}.xk-cpn-editor .custom-image-wrapper .custom-image-toolbar button{background:0 0;border:none;border-bottom-right-radius:4px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:flex}.xk-cpn-editor .custom-image-wrapper .custom-image-toolbar button svg{fill:#666;width:16px;height:16px;transition:fill .2s}.xk-cpn-editor .custom-image-wrapper .custom-image-toolbar button:hover svg,.xk-cpn-editor .custom-image-wrapper .custom-image-toolbar button:active svg{fill:#000}.xkcpn-editor-text-color-btn{display:inline-flex;position:relative;overflow:visible}.xkcpn-editor-text-color-icon{flex-direction:column;justify-content:center;align-items:center;gap:2px;width:18px;height:20px;display:inline-flex}.xkcpn-editor-text-color-icon-letter{color:#2b2f36;font-size:16px;font-weight:500;line-height:14px}.xkcpn-editor-text-color-icon-bar{border-radius:2px;width:16px;height:4px}.color-panel{z-index:9999;background-color:#fff;border:1px solid #ccc;width:118px;padding:10px;position:fixed;transform:translate(-50%);box-shadow:0 2px 10px #0000001a}@media(prefers-color-scheme:dark){.xkcpn-card.xkcpn-mobile-card{border:1px solid #056ea488}.xkcpn-card.xkcpn-mobile-card .title{color:#fff;background-color:#214753}.xkcpn-card.xkcpn-mobile-card .card-body{color:#fff;background:#1e1e1e;padding:12px 16px}.xkcpn-card.xkcpn-mobile-card .extra a{color:#9ecfff}}.xkcpn-toast{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;pointer-events:none;text-align:center;background-color:#fffa;border:1px solid #8882;border-radius:8px;max-width:75%;max-height:40%;padding:12px;animation:.3s ease-out forwards floatUp,.3s ease-out forwards fadeIn;position:fixed;top:66%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 16px #0003}.xkcpn-toast .toast-icon{margin-bottom:12px;font-size:24px}.xkcpn-toast .toast-content{color:#333;font-size:13px}@media(prefers-color-scheme:dark){.xkcpn-toast{background-color:#333a;border:1px solid #8885;box-shadow:0 0 16px #fff3}.xkcpn-toast .toast-content{color:#ddd}}@keyframes floatUp{0%{transform:translate(-50%,-34%)}80%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.xk-cpn-scroll{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.xk-cpn-scroll .top-tool-bar{box-sizing:border-box;display:flex;position:relative}.xk-cpn-scroll .scroll-cover{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:100;pointer-events:none;background-color:#fffa;width:100%;position:absolute;bottom:0;left:0}.xk-cpn-scroll .scroll-cover>*{pointer-events:auto}.xk-cpn-scroll .scrollable{flex:1;overflow-y:auto}.xk-cpn-scroll .pull-down-tip,.xk-cpn-scroll .tail-loader{text-align:center;opacity:.5;padding:12px}.xk-cpn-scroll .scroll-wrapper{-webkit-overflow-scrolling:touch;flex:1;position:relative;overflow-y:scroll}.xk-cpn-scroll .scroll-wrapper .scroll-content{transition:all .2s;overflow:hidden}.xk-cpn-scroll .scroll-wrapper .scroll-content.pulling{transition:none}.xk-cpn-scroll .scroll-wrapper .scroll-content .pull-down-refresh{opacity:.5;justify-content:center;align-items:center;width:100%;height:40px;font-size:13px;display:flex;position:absolute;top:-40px;left:0}.xk-cpn-scroll .scroll-wrapper .scroll-content .pull-down-refresh .pull-icon{margin-right:8px;transition:transfrom .2s}.xk-cpn-scroll-data-list .empty-tip{text-align:center;opacity:.5;padding:32px 0}.xk-cpn-scroll-data-list .tail-tip{opacity:.4;justify-content:center;align-items:center;height:40px;font-size:13px;display:flex}.xk-cpn-scroll-data-list .tail-tip .loading-icon{margin-right:8px}.xk-cpn-scroll-data-list .group-title{text-align:center;color:#888;background-color:#8881;padding:6px 0;font-size:14px}.xk-cpn-scroll-data-list.refreshing .scroll-content{opacity:.5;pointer-events:none}.xk-covered-route-page{box-sizing:border-box;background-color:#f5f5f5;width:100%;height:100%;animation:.35s cubic-bezier(0,0,0,.99) coveredRouteSlideInFromRight;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 0 10px #0000001a}@media(prefers-color-scheme:dark){.xk-covered-route-page{background-color:#000}}@keyframes coveredRouteSlideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.xkcpn-search-toolbar{white-space:nowrap;background-color:#f3f3f3;width:100%;min-height:40px;position:relative;overflow:hidden}@media(prefers-color-scheme:dark){.xkcpn-search-toolbar{background-color:#333}}.xkcpn-search-toolbar .tools{opacity:.6;flex:1;max-width:82%;height:40px;padding-left:16px;font-size:14px;line-height:40px;transition:left .3s;position:absolute;left:0;overflow:auto hidden}.xkcpn-search-toolbar .search-btn{opacity:.6;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:0;right:0}.xkcpn-search-toolbar .search-btn:active{transform:scale(.92)}.xkcpn-search-toolbar .search-bar{opacity:0;box-sizing:border-box;align-items:center;width:100%;height:40px;padding:0 10px;transition:all .3s;display:flex;position:absolute;top:0;left:100%}.xkcpn-search-toolbar .search-bar .cancel-btn{opacity:.6;border-radius:8px;margin-right:5px;padding:0 5px}.xkcpn-search-toolbar .search-bar .cancel-btn.tapping{background-color:#8885}.xkcpn-search-toolbar .search-bar input{background-color:#fff;border:none;border-radius:16px;flex:1;height:28px;padding:0 16px}@media(prefers-color-scheme:dark){.xkcpn-search-toolbar .search-bar input{color:#ddd;background-color:#555}}.xkcpn-search-toolbar.searching .tools{left:-100%}.xkcpn-search-toolbar.searching .search-btn{color:#298cce;opacity:1;right:10px;transform:scale(.9)}.xkcpn-search-toolbar.searching .search-btn:active{transform:scale(.8)}.xkcpn-search-toolbar.searching .search-bar{opacity:1;left:0}.xkcpn-global-alert-mobile .alert-body{word-break:break-all;padding:32px 16px}.xkcpn-global-alert-mobile .alert-body .main-text{line-height:3em}.xkcpn-global-alert-mobile .alert-body .main-text .theme-icon{margin-right:12px;font-size:2em}.xkcpn-global-alert-mobile .alert-body .main-text .text{font-size:18px;line-height:2em}.xkcpn-global-alert-mobile .alert-body .sub-text{margin-top:1em}.xkcpn-global-alert-mobile .alert-body .sub-text .text{font-size:14px}.xkcpn-global-alert-mobile .alert-body .sub-text .text.iconSpace{margin-left:42px}.xk-cpn-action-sheet{background-color:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.xk-cpn-action-sheet .action-sheet-container{background:#fff;border-radius:10px 10px 0 0;width:100%;overflow:hidden;box-shadow:0 -2px 10px #0000001a}.xk-cpn-action-sheet .action-sheet-option,.xk-cpn-action-sheet .action-sheet-cancel{text-align:center;cursor:pointer;border-top:1px solid #eaeaea;padding:15px;font-size:18px}.xk-cpn-action-sheet .action-sheet-cancel{color:#298cce;font-weight:700}.xk-cpn-action-sheet .action-sheet-option:hover,.xk-cpn-action-sheet .action-sheet-cancel:hover{background:#f2f2f2}@media(prefers-color-scheme:dark){.xk-cpn-action-sheet{background-color:#0009}.xk-cpn-action-sheet .action-sheet-container{background:#333}.xk-cpn-action-sheet .action-sheet-option,.xk-cpn-action-sheet .action-sheet-cancel{border-top:1px solid #555}.xk-cpn-action-sheet .action-sheet-cancel{color:#66b2ff}.xk-cpn-action-sheet .action-sheet-option:hover,.xk-cpn-action-sheet .action-sheet-cancel:hover{background:#444}}.custom-option{align-items:center;gap:8px;display:flex}.custom-option-text{color:#333}.xk-modal-md-help .help-content{background-color:#f9f9f9;padding:16px;font-size:14px;line-height:1.5}.xk-modal-md-help .help-content h2{line-height:2}.xk-modal-md-help .help-content p{margin:.5em 0}.xk-modal-md-help .help-content table{border-collapse:collapse;width:100%}.xk-modal-md-help .help-content table th,.xk-modal-md-help .help-content table td{background-color:#fff;border:1px solid #aaa;padding:8px}
