.star-window{--star-window-anim:0.3s;display:flex !important;justify-content:center;align-items:center;position:fixed;inset:0;width:100%;height:100vh;visibility:hidden;z-index:99999;opacity:0;pointer-events:none;transition:opacity var(--star-window-anim) ease-in-out,visibility 0s linear var(--star-window-anim);background:rgb(0 0 0 / 40%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.star-window.open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity var(--star-window-anim) ease-in-out,visibility 0s linear 0s}@keyframes star-window-tips-open{0%{opacity:0;transform:translate3d(0,50px,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes star-window-tips-close{0%{opacity:1;transform:translate3d(0,0,0)}100%{opacity:0;transform:translate3d(0,50px,0)}}.star-window-body{border-radius:10px;padding:10px;width:330px;box-sizing:border-box}.star-window-body p{margin:0}.star-window-bg{background:linear-gradient(18deg,#0023b1,#133adc,#0023b1);padding:20px 10px 10px;border-radius:14px}.star-window-main{background:#fff;padding:30px;border-radius:10px}.star-window-title{font-size:20px;color:#fdcd28;text-align:center;margin-bottom:10px;font-weight:700;position:relative}.star-window-title::before,.star-window-title::after{content:"";position:absolute;top:50%;width:70px;height:2px;background-color:#fdcd28;transform:translateY(-50%)}.star-window-title::before{left:10px}.star-window-title::after{right:10px}.star-window .starslider_menu[slidertab]{justify-content:center}.star-window .starslider_menu[slidertab] > .menu{gap:1px;background:#082081;padding:6px 8px;border-radius:var(--main-radius);margin-bottom:10px;display:flex;justify-content:center}.star-window .starslider_menu[slidertab] > .menu > li{margin:0;padding:0}.star-window .starslider_menu[slidertab] > .menu > li > a{color:#fff !important;position:relative;padding:0 10px;height:30px;line-height:30px;font-size:13px;font-weight:700;border-radius:var(--theme-border-radius-md);transition:none !important}.star-window .starslider_menu[slidertab] > .menu > li > a::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background:transparent !important;z-index:-1;border-radius:11px}.star-window .starslider_menu[slidertab] > .menu > li > a.active::before,.star-window .nav-link.active{background:linear-gradient(to top left,#fff 0%,#fff 40%,#fdcd28 100%) !important}.star-window .starslider_menu[slidertab] > .menu > li > a.active{color:#283593 !important}.star-window .starslider_menu[slidertab] > .menu > li > a.active::after{content:'';width:14px;height:14px;background:#ffffff;transform:rotate(45deg);position:absolute;left:calc(50% - 7px);bottom:-25px;border-radius:2px}.star-window .nav-link.active{border-radius:50px}.star-window-pane{display:none}.star-window-pane.active{display:block}.star-window-img{display:flex;justify-content:center;align-items:center;padding:10px;max-width:230px;max-height:230px;margin:0 auto;position:relative}.star-window-img img{width:100%;height:100%;object-fit:contain}.qrcode-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;background:#fff;border-radius:8px;padding:3px;width:35px;height:35px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.qrcode-logo img{width:100%;height:100%;object-fit:contain}.star-window-content{line-height:1.7;margin:20px -30px -30px;padding:20px 25px;border-top:1px dashed #0c2fbf;font-size:13px;position:relative;color:rgba(0,0,0,0.85)}.star-window-content::before,.star-window-content::after{content:'';position:absolute;top:-8px;width:8px;height:16px}.star-window-content::before{left:0;background:#062bbf;border-radius:0 50px 50px 0;box-shadow:inset -1px 0 1px 1px #2c346d}.star-window-content::after{right:0;background:#0c32cc;border-radius:50px 0 0 50px;box-shadow:inset 1px 0 1px 1px #2c346d}.star-window .star-window-content img{max-width:100%;height:auto}.star-window .highlight-01,.star-window .highlight-02,.star-window .highlight-03,.star-window .highlight-04,.star-window .highlight-05{position:relative;z-index:1}.star-window .highlight-01::after,.star-window .highlight-02::after,.star-window .highlight-03::after,.star-window .highlight-04::after,.star-window .highlight-05::after{content:'';position:absolute;left:0;width:100%;z-index:-1;opacity:.7;bottom:0;height:50%}.star-window .highlight-01::after{background:#81ff70}.star-window .highlight-02::after{background:#70f3ff}.star-window .highlight-03::after{background:#9870ff}.star-window .highlight-04::after{background:#ff70ba}.star-window .highlight-05::after{background:#ffd170}.star-window-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.star-window-buttons .btn-o{flex:1 1 calc((100% - 10px) / 2);max-width:calc((100% - 10px) / 2);min-width:0;box-sizing:border-box;display:block;padding:8px 20px;margin:0;border-radius:var(--main-radius);transition:background 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;text-align:center;border:none;cursor:pointer}.star-window-buttons .btn-o:only-child,.star-window-buttons .btn-o:last-child:nth-child(odd){flex:1 1 100%;max-width:100%}.star-window:not(.open) .btn-o{transition:none;transform:none;box-shadow:none}.star-window .btn-o.green{background:#1138d8;color:#fff}.star-window .btn-o.green:hover{background:#274eee}.star-window .btn-o.blue{background:linear-gradient(135deg,#2997f7 0%,#1e7dd4 100%);color:#fff;box-shadow:0 4px 15px rgba(41,151,247,0.3)}.star-window .btn-o.blue:hover{background:linear-gradient(135deg,#1e7dd4 0%,#1a6bb8 100%);box-shadow:0 6px 20px rgba(41,151,247,0.4);transform:translateY(-2px)}.star-window .btn-o.red{background:linear-gradient(135deg,#ff5473 0%,#e63e5a 100%);color:#fff;box-shadow:0 4px 15px rgba(255,84,115,0.3)}.star-window .btn-o.red:hover{background:linear-gradient(135deg,#e63e5a 0%,#d32e47 100%);box-shadow:0 6px 20px rgba(255,84,115,0.4);transform:translateY(-2px)}.star-window .btn-o:active{transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,0.2)}.star-window-type-html .star-window-body{width:auto;padding:0}.star-window-type-html .star-window-html-wrap{width:100%}.star-window-type-html .star-window-html-title{font-size:18px;font-weight:700;text-align:center;color:#fff;margin-bottom:12px;line-height:1.4}.star-window-type-html .star-window-html-content{color:#333;line-height:1.6;word-break:break-word;padding:10px}.star-window-type-html .star-window-html-content img{max-width:100%;height:auto;margin:0}.star-window-type-html .star-window-html-content a{color:var(--theme-color,#133adc)}@media (max-width:768px){.star-window-body{width:90%;max-width:330px}.star-window-type-html .star-window-body{width:calc(100vw - 32px) !important;max-width:calc(100vw - 32px)}.star-window-type-html .star-window-html-main{padding:0 12px}.star-window-title{font-size:18px}.star-window-title::before,.star-window-title::after{width:50px}.star-window-img{max-width:200px;max-height:200px}}.star-window-type-download-card .star-window-download-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;max-width:calc(100vw - 32px);padding:10px;box-sizing:border-box}.star-window-type-qrcode-style2 .star-window-style2-body{width:380px;max-width:calc(100vw - 32px);padding:10px;box-sizing:border-box}.star-window-type-download-card .star-window-download-inner,.star-window-type-qrcode-style2 .star-window-style2-inner{background:radial-gradient(92.81% 48.44% at -24.53% -16.02%,#e4fcff 0%,rgba(255,255,255,0) 100%),radial-gradient(75.78% 68.16% at 56.74% -24.02%,#fcffda 0%,rgba(255,255,255,0) 100%),radial-gradient(160.86% 46.39% at 177.14% -15.62%,#ffc8c8 9.06%,rgba(255,255,255,0) 100%),#f0f7f9;padding:20px 10px;border-radius:18px;box-sizing:border-box}.star-window-type-download-card .star-window-download-inner{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.star-window-type-download-card .star-window-download-header,.star-window-type-qrcode-style2 .star-window-style2-header{flex-shrink:0;text-align:center;padding:0 0 15px}.star-window-type-download-card .star-window-download-logo,.star-window-type-qrcode-style2 .star-window-style2-logo{margin:-60px 0 10px}.star-window-type-download-card .star-window-download-logo img,.star-window-type-qrcode-style2 .star-window-style2-logo img{height:90px;border:4px solid #fff;background:#fff;border-radius:18px}.star-window-type-download-card .star-window-download-title,.star-window-type-qrcode-style2 .star-window-style2-title{font-size:24px;color:rgba(0,0,0,0.92);font-weight:700;line-height:1.3}.star-window-type-download-card .star-window-download-desc,.star-window-type-qrcode-style2 .star-window-style2-desc{font-size:14px;color:#666;font-weight:400;margin-top:4px}.star-window-type-download-card .star-window-download-footer,.star-window-type-qrcode-style2 .star-window-style2-footer{flex-shrink:0;padding:15px 10px 0;text-align:center;font-size:13px}.star-window-type-download-card .star-window-download-list{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px;padding:0 10px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.star-window-type-download-card .star-window-download-item{box-shadow:0 0 10px #ebf2f8;padding:15px 15px 15px 20px;background:#fff;border-radius:10px;display:flex;align-items:flex-start;gap:8px}.star-window-type-download-card .star-window-download-item:hover{background:linear-gradient(to right top,#fcfcf0 0%,#fff 100%)}.star-window-type-download-card .star-window-download-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.star-window-type-download-card .star-window-download-item .name-icon{display:flex;align-items:center;gap:10px}.star-window-type-download-card .star-window-download-item .icon{flex-shrink:0;display:flex;align-items:center}.star-window-type-download-card .star-window-download-item .icon i{font-size:16px;width:16px;color:#1bcb00}.star-window-type-download-card .star-window-download-item .name{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:16px}.star-window-type-download-card .star-window-download-item .name strong{line-height:1.4}.star-window-type-download-card .star-window-download-item .name span{flex-shrink:0;background:#4cdc8f;color:#fff;border-radius:3px;padding:1px 6px;font-size:11px}.star-window-type-download-card .star-window-download-item .desc{font-size:13px;color:#444;line-height:1.6;margin-left:25px}.star-window-type-download-card .star-window-download-item .desc img{max-width:100%;height:auto;display:block}.star-window-type-download-card .star-window-download-item .desc ol{counter-reset:item;margin-left:-27px;padding-inline-start:0;margin-block-start:5px;line-height:1.8;margin-block-end:0}.star-window-type-download-card .star-window-download-item .desc ul{margin-block-start:5px;margin-block-end:0;padding-inline-start:1.2em}.star-window-type-download-card .star-window-download-item .desc ol li{list-style-type:none}.star-window-type-download-card .star-window-download-item .desc ol li::before{content:counter(item) ".";counter-increment:item;display:inline-block;width:20px;color:#283593;font-weight:700;text-align:right;margin-right:10px}.star-window-type-download-card .star-window-download-item .down{flex-shrink:0;display:inline-flex;align-items:center;gap:2px;background:#283593;color:#fff;border-radius:6px;font-size:13px;padding:5px 10px;white-space:nowrap;text-decoration:none}.star-window-type-download-card .star-window-download-item .down:hover{transform:translateY(-2px)}.star-window-type-download-card .star-window-download-item .down i{font-size:12px;vertical-align:-1px}.star-window-type-download-card .star-window-download-item .down span{font-size:12px}.star-window-type-qrcode-style2 .star-window-style2-content{padding:0 10px}.star-window-type-qrcode-style2 .star-window-main{background:#fff;padding:20px;border-radius:10px;box-shadow:0 0 10px #ebf2f8}.star-window-type-qrcode-style2 .starslider_menu[slidertab] > .menu{background:#fff}.star-window-type-qrcode-style2 .starslider_menu[slidertab] > .menu > li > a{color:#666 !important}.star-window-type-qrcode-style2 .starslider_menu[slidertab] > .menu > li > a.active::before,.star-window-type-qrcode-style2 .nav-link.active{background:var(--theme-color) !important}.star-window-type-qrcode-style2 .starslider_menu[slidertab] > .menu > li > a.active{color:#fff !important}.star-window-type-qrcode-style2 .star-window-content{margin:20px -20px -20px;padding:20px;border-top:1px dashed #d3d9dc}.star-window-type-qrcode-style2 .star-window-content::before,.star-window-type-qrcode-style2 .star-window-content::after{background:#eef5f9;box-shadow:none}.star-window-stack{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:calc(100vw - 32px);max-height:75vh;min-height:0;box-sizing:border-box;pointer-events:none;animation-duration:var(--star-window-anim);animation-fill-mode:forwards}.star-window.open .star-window-stack{animation-name:star-window-tips-open}.star-window.is-closing .star-window-stack{animation-name:star-window-tips-close}.star-window-stack > *{pointer-events:auto}.star-window-site-detail{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:14px;line-height:1.4;text-decoration:none;opacity:0.92;white-space:nowrap;flex-shrink:0}.star-window-site-detail:hover{color:#fff;opacity:1;text-decoration:none}.star-window-site-detail[hidden]{display:none !important}.star-window-site-detail .iconfont{font-size:14px;line-height:1}@media (max-width:768px){.star-window-type-qrcode-style2 .star-window-style2-body{width:calc(100vw - 32px)}.star-window-type-download-card .star-window-download-item{flex-direction:column;align-items:stretch;text-align:center;gap:10px}.star-window-type-download-card .star-window-download-item-main{align-items:center}.star-window-type-download-card .star-window-download-item .name-icon{justify-content:center}.star-window-type-download-card .star-window-download-item .name{justify-content:center}.star-window-type-download-card .star-window-download-item .desc{text-align:center;margin-left:0}.star-window-type-download-card .star-window-download-item .desc ol{margin-left:0;padding-inline-start:0;display:inline-block;text-align:left}.star-window-type-download-card .star-window-download-item .desc ul{display:inline-block;text-align:left}.star-window-type-download-card .star-window-download-item .down{width:100%;justify-content:center;box-sizing:border-box}}