:root{--primary-color: #3049F4;--bg-color: #F9F9FA;--font-size: 16px;--font-line-height: 1.5}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;scroll-behavior:smooth}body{width:100%;min-height:100%;display:flex;align-items:stretch;flex-direction:column;font-family:"Roboto",sans-serif;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:var(--font-line-height);background-color:var(--bg-color);overflow-x:hidden}body:has(.mask_active){overflow-y:hidden}ul,ol{list-style:none}a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color .3s ease}img{display:block}.thum{overflow:hidden;position:relative}.thum img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all .1s}.thum::after{content:"";display:block;width:142%;height:142%;position:absolute;left:-21%;top:-21%;transition:all 1s;z-index:2;transform:rotateZ(45deg) translateY(100%);background:linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 31%, rgba(255, 255, 255, 0) 100%)}button{border:none;outline:none;background:rgba(0,0,0,0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}button:disabled{cursor:not-allowed;opacity:.6}input,textarea{outline:none;border:none;resize:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:.5}input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:.5}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:.5}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:.5}:root{color-scheme:light;--swiper-bg: #08111d;--swiper-ink: #f3f6ff;--swiper-shadow: none;--swiper-ease: cubic-bezier(0.22, 1, 0.36, 1)}body.viewer-open{overflow:hidden}.image-swiper{--slide-height: 250px;position:relative;width:min(100%,1200px);margin-inline:auto}.image-swiper__viewport{overflow:hidden;padding-inline:clamp(2.75rem,5vw,4rem);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.image-swiper__viewport.is-dragging{cursor:grabbing}.image-swiper__track{display:flex;gap:clamp(.75rem,1.8vw,1.1rem);width:-moz-max-content;width:max-content;will-change:transform;transform:translate3d(0, 0, 0);transition:transform 420ms var(--swiper-ease)}.image-swiper__slide{flex:0 0 auto;height:var(--slide-height);padding:0;border:0;border-radius:1.25rem;background:rgba(0,0,0,0);overflow:hidden;box-shadow:var(--swiper-shadow);cursor:inherit}.image-swiper__slide img{height:100%;width:auto;pointer-events:none}.image-swiper__slide:focus-visible{outline:2px solid hsla(0,0%,100%,.9);outline-offset:4px}.image-swiper__nav{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid hsla(0,0%,100%,.14);border-radius:8px;background:rgba(7,12,25,.58);color:var(--swiper-ink);backdrop-filter:blur(18px);cursor:pointer;transition:transform 180ms ease,opacity 180ms ease,background-color 180ms ease}.image-swiper__nav:hover,.image-swiper__nav:focus-visible{transform:translateY(-2px);background:rgba(16,26,46,.82)}.image-swiper__nav:disabled{opacity:.35;cursor:not-allowed;transform:none}.image-swiper__nav .iconfont{display:inline-block;font-size:1.1rem;line-height:1}.image-swiper__nav{top:50%;margin-top:-1.5rem}.image-swiper__nav--prev{left:10px}.image-swiper__nav--prev .iconfont{transform:rotate(180deg)}.image-swiper__nav--next{right:10px}.image-viewer{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:clamp(.75rem,2vw,1.5rem);opacity:0;visibility:hidden;transition:opacity 220ms ease,visibility 220ms ease}.image-viewer.is-open{opacity:1;visibility:visible}.image-viewer__backdrop{position:absolute;inset:0;background:rgba(3,7,16,.92)}.image-viewer__panel{position:relative;z-index:1;width:min(100%,1100px);max-width:calc(100vw - 1.5rem);padding-inline:clamp(2.8rem,8vw,5rem);outline:none}.image-viewer__viewport{overflow:hidden;cursor:grab;touch-action:none}.image-viewer__viewport.is-dragging{cursor:grabbing}.image-viewer__track{display:flex;transform:translate3d(0, 0, 0);will-change:transform;transition:transform 320ms var(--swiper-ease)}.image-viewer__slide{flex:0 0 100%;width:100%;min-width:0;display:flex;justify-content:center;align-items:center;padding-inline:.75rem}.image-viewer__slide img{max-width:100%;max-height:min(80svh,48rem);width:auto;-o-object-fit:contain;object-fit:contain;border-radius:1.25rem;box-shadow:0 28px 70px rgba(0,0,0,.34)}.image-viewer__button{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid hsla(0,0%,100%,.14);border-radius:8px;background:rgba(7,12,25,.58);color:var(--swiper-ink);backdrop-filter:blur(18px);cursor:pointer;transition:transform 180ms ease,opacity 180ms ease,background-color 180ms ease}.image-viewer__button:hover,.image-viewer__button:focus-visible{transform:translateY(-2px);background:rgba(16,26,46,.82)}.image-viewer__button:disabled{opacity:.35;cursor:not-allowed;transform:none}.image-viewer__button .iconfont{display:inline-block;font-size:1.1rem;line-height:1}.image-viewer__button--prev,.image-viewer__button--next{top:50%;transform:translateY(-50%)}.image-viewer__button--prev:hover,.image-viewer__button--prev:focus-visible,.image-viewer__button--next:hover,.image-viewer__button--next:focus-visible{transform:translateY(calc(-50% - 2px))}.image-viewer__button--prev{left:0}.image-viewer__button--prev .iconfont{transform:rotate(180deg)}.image-viewer__button--next{right:0}.image-viewer__button--close{top:-0.25rem;right:max(.1rem,clamp(2.8rem,8vw,5rem) - 2.6rem)}.image-viewer__button--close .iconfont{font-size:.95rem}@media(max-width: 900px){.image-swiper{--slide-height: clamp(11rem, 42vw, 16rem)}.image-swiper__viewport{padding-inline:2.4rem}.image-swiper__nav{width:2.75rem;height:2.75rem}.image-viewer__button{width:2.75rem;height:2.75rem}.image-viewer__panel{padding-inline:2.5rem}.image-viewer__slide img{max-height:min(68svh,38rem)}}@media(max-width: 640px){.image-swiper__viewport{padding-inline:2rem}.image-swiper__nav{width:2.5rem;height:2.5rem}.image-viewer{padding:.5rem}.image-viewer__button{width:2.5rem;height:2.5rem}.image-viewer__button--close{top:0}.image-viewer__panel{max-width:calc(100vw - 1rem);padding-inline:2.2rem}.image-viewer__slide img{max-height:min(60svh,28rem);border-radius:1rem}}@font-face{font-family:"iconfont";src:url("iconfont.woff2?t=1780302266219") format("woff2");font-display:swap}.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-windows:before{content:""}.icon-windows-fill:before{content:""}.icon-menu:before{content:""}.icon-close:before{content:""}.icon-Version:before{content:""}.icon-Categories:before{content:""}.icon-Developer:before{content:""}.icon-Size:before{content:""}.icon-Updated:before{content:""}.icon-chevron-right:before{content:""}.icon-search1:before{content:""}.icon-a-nosign-up:before{content:""}.icon-new:before{content:""}.icon-safe:before{content:""}.icon-download:before{content:""}.icon-youjiantou:before{content:""}.icon-android:before{content:""}.icon-anquan:before{content:""}.icon-iOS:before{content:""}.icon-zuojiantou:before{content:""}.container{width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media screen and (max-width: 600px){.container{padding-left:16px;padding-right:16px}}.ad_box{display:flex;align-items:stretch;flex-direction:column;gap:4px;margin-bottom:16px;text-align:center}.ad_box p{text-align:center;font-size:12px;font-weight:400;color:#a6a8b4}.container_box{padding-top:24px;padding-bottom:80px;flex:1;min-height:1px}@media screen and (max-width: 600px){.container_box{padding-top:12px}}header{background:#fff;box-shadow:0px 2px 4px 0px rgba(0,0,0,.06)}header .mobile_nav_mask{display:none}@media screen and (max-width: 900px){header .mobile_nav_mask.mask_active{display:block;position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:1000;backdrop-filter:blur(4px)}header .mobile_nav_mask.mask_active .menu_box{width:300px;background-color:#fff;height:100%;padding:20px;display:flex;align-items:stretch;flex-direction:column;gap:12px}header .mobile_nav_mask.mask_active .menu_box .leader_close{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding-bottom:16px}header .mobile_nav_mask.mask_active .menu_box .leader_close h2{font-size:1.2rem;color:#333}header .mobile_nav_mask.mask_active .menu_box .leader_close .close{font-size:1.2rem;color:#1d1e35}header .mobile_nav_mask.mask_active .menu_box nav{flex:1;min-height:1px;display:flex;overflow-y:scroll;flex-direction:column;gap:14px}header .mobile_nav_mask.mask_active .menu_box nav a{background:#f2f2f2;border-radius:10px;padding:12px 20px;display:flex;align-items:center;gap:12px;font-size:1rem;color:#333}header .mobile_nav_mask.mask_active .menu_box nav::-webkit-scrollbar{display:none}}header>.container{display:flex;align-items:center;justify-content:space-between;gap:80px;height:64px}header>.container .search_main{display:none}header>.container .web_category_box{flex:1;min-width:1px;display:flex;align-items:stretch;gap:4px;height:40px;overflow-y:hidden}header>.container .web_category_box a{height:40px;line-height:40px;padding:0 16px;border-radius:8px;font-size:.96rem;color:#1d1e35;transition:all .1s ease}header>.container .web_category_box a:hover{color:var(--primary-color);background-color:rgba(48,73,244,.04)}header>.container .web_category_box nav{flex:1;min-width:1px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px}header>.container .search_trigger{width:48px;height:40px;display:flex;align-items:center;justify-content:center;background:#f7f7f9;border-radius:8px;transition:all .1s ease}header>.container .search_trigger::before{font-family:iconfont;content:""}header>.container .search_trigger:hover{background-color:var(--primary-color);color:#fff}header>.container .mobile_menu_trigger{display:none}header>.container.search_state{gap:12px}header>.container.search_state .branch,header>.container.search_state .web_category_box{display:none}header>.container.search_state .search_main{display:block;flex:1;min-width:1px}header>.container.search_state .search_main .search-form{display:flex;align-items:center;justify-content:center;flex:1;min-width:1px;gap:8px}header>.container.search_state .search_main .search-form input{flex:1;min-width:1px;max-width:480px;background:#f7f7f9;border-radius:8px;border:1px solid #e4e6ec;text-indent:1em;padding-right:1em;height:40px}header>.container.search_state .search_main .search-form button{width:64px;height:40px;background-color:var(--primary-color);border-radius:8px;color:#fff}header>.container.search_state .search_trigger::before{content:""}@media screen and (max-width: 900px){header>.container{gap:20px}header>.container .mobile_menu_trigger{display:flex}header>.container .search_trigger{width:initial;height:initial;background:rgba(0,0,0,0);border-radius:0;color:#1d1e35}header>.container .search_trigger::before{font-family:iconfont;content:"";font-size:22px}header>.container .search_trigger:hover{background-color:rgba(0,0,0,0);color:#1d1e35}header>.container .web_category_box{display:none}header>.container.search_state .search_trigger::before{font-size:18px}header>.container.search_state .mobile_menu_trigger{display:none}}footer{background-color:#fff}footer .container .footer_top{padding:40px 0;display:flex;align-items:flex-start;flex-wrap:wrap;gap:20px 70px}footer .container .footer_top .link_box h2{font-size:20px;line-height:40px;color:#1d1e35;margin-bottom:10px}footer .container .footer_top .link_box.cate nav{grid-template-columns:1fr 1fr}footer .container .footer_top .link_box nav{display:grid;gap:14px 70px;grid-template-columns:1fr}footer .container .footer_top .link_box nav a{line-height:1;white-space:nowrap;font-size:14px;color:#828296;font-weight:400}footer .container .footer_top .search_box{flex:1;min-width:1px}footer .container .footer_top .search_box h2{font-size:20px;line-height:40px;color:#1d1e35;margin-bottom:10px}footer .container .footer_top .search_box .form{background:rgba(48,73,244,.04);border-radius:8px;padding:16px}footer .container .footer_top .search_box .form p{font-weight:400;font-size:14px;color:#828296;margin-bottom:12px}footer .container .footer_top .search_box .form .search-form{display:flex;align-items:center;justify-content:center;gap:8px}footer .container .footer_top .search_box .form .search-form input{flex:1;min-width:1px;background:#fff;border-radius:8px;border:1px solid #e4e6ec;text-indent:1em;padding-right:1em;height:40px}footer .container .footer_top .search_box .form .search-form button{width:94px;height:40px;background-color:var(--primary-color);border-radius:8px;color:#fff}@media screen and (max-width: 1072px){footer .container .footer_top .link_box{flex:1;min-width:1px}footer .container .footer_top .search_box{flex:initial;width:100%}}@media screen and (max-width: 767px){footer .container .footer_top{flex-direction:column;align-items:center;padding:24px 0;gap:24px 0}footer .container .footer_top .link_box{flex:initial;width:100%}footer .container .footer_top .link_box nav{gap:12px}footer .container .footer_top .search_box{flex:initial;width:100%}}footer .container .footer_bottom{padding:20px 10px;border-top:1px solid #e4e6ec}footer .container .footer_bottom p{text-align:center;font-size:12px;color:rgba(0,0,0,.8)}.com_pat{margin-bottom:24px}.com_pat>h2{font-size:1.32rem;color:#333;margin-bottom:10px}@media screen and (max-width: 600px){.com_pat>h2{font-size:1.1rem}}.com_pat .com_pat_header{display:flex;align-items:center;justify-content:space-between;padding:16px}.com_pat .com_pat_header .com_pat_title{font-size:20px;color:#1d1e35}.com_pat .com_pat_header a{display:flex;align-items:center;font-size:14px;color:#a6a8b4;font-weight:500;gap:2px;line-height:20px}.com_pat .com_pat_header a .iconfont{font-size:14px}.com_pat .com_pat_header a:hover{color:var(--primary-color)}@media screen and (max-width: 600px){.com_pat{margin-bottom:16px}}.bg_white{background:#fefefe;box-shadow:0px 2px 4px 0px rgba(0,0,0,.06);border-radius:12px}.bg_white.padding{padding:16px}.editor_item{padding:0 16px 16px !important}.editor_item .swiper-slide{width:90px}.editor_item .swiper-slide a{display:block}.editor_item .swiper-slide a .thum{width:100%;aspect-ratio:1/1;border-radius:16px;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);margin-bottom:8px}.editor_item .swiper-slide a dl dt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;color:#1d1e35;text-align:center}.editor_item .swiper-slide a dl dd{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.editor_item .swiper-slide a dl dd .iconfont{color:#fea60c}.editor_item .swiper-slide a:hover .thum img{transform:scale(1.1)}.editor_item .swiper-slide a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.editor_item .swiper-slide a:hover dl dt{text-decoration:underline}.editor_item:hover .swiper-button-next,.editor_item:hover .swiper-button-prev{display:flex}.editor_item{--swiper-navigation-sides-offset:0;--swiper-navigation-top-offset:40%}.editor_item .swiper-button-next{border-radius:8px 0px 0px 8px}.editor_item .swiper-button-prev{border-radius:0px 8px 8px 0px}.editor_item .swiper-button-next,.editor_item .swiper-button-prev{background-color:rgba(0,0,0,.6);width:32px;height:64px;display:none}.editor_item .swiper-button-next svg,.editor_item .swiper-button-prev svg{width:9px;height:auto}.editor_item .swiper-button-next svg path,.editor_item .swiper-button-prev svg path{fill:#fff}.top_trending{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(4, 1fr);grid-auto-flow:column dense;gap:16px;counter-reset:my-counter;padding:0 16px 16px}.top_trending li{display:flex;align-items:center;gap:12px}.top_trending li::before{display:flex;align-items:center;justify-content:center;counter-increment:my-counter;content:counter(my-counter);width:24px;height:24px;background:#f7f7f9;border-radius:8px;font-size:14px;color:#828296}.top_trending li:nth-child(-n+3)::before{color:#fff}.top_trending li:nth-child(1)::before{background:#fc1a77}.top_trending li:nth-child(2)::before{background:#57a3f1}.top_trending li:nth-child(3)::before{background:#ee883e}.top_trending li a{width:100%;flex:1;min-width:0;display:flex;align-items:center;gap:12px}.top_trending li a .thum{width:48px;aspect-ratio:1/1;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);border-radius:16px}.top_trending li a dl{flex:1;min-width:0;width:0}.top_trending li a dl dt{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1d1e35;width:100%;min-width:0}.top_trending li a dl dd{display:flex;align-items:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.top_trending li a dl dd span{display:flex;align-items:center;gap:4px}.top_trending li a dl dd span+span::before{content:"";width:3px;height:3px;background:#a6a8b4;border-radius:3px}.top_trending li a dl dd .iconfont{color:#fea60c}.top_trending li a button{width:64px;height:32px;background-color:rgba(48,73,244,.04);border-radius:8px;font-weight:600;font-size:14px;color:var(--primary-color);transition:all .1s ease-in-out}.top_trending li a button:hover{background-color:var(--primary-color);color:#fff}.top_trending li a:hover .thum img{transform:scale(1.1)}.top_trending li a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.top_trending li a:hover dl dt{text-decoration:underline}@media screen and (max-width: 650px){.top_trending{grid-template-columns:1fr;grid-template-rows:auto;grid-auto-flow:row dense}}.top_50{display:grid;grid-template-columns:1fr;grid-auto-flow:row dense;gap:16px;counter-reset:my-counter}.top_50 li{display:flex;align-items:center;gap:8px}.top_50 li::before{counter-increment:my-counter;content:counter(my-counter);font-size:14px;color:#828296}.top_50 li a{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.top_50 li a .thum{width:40px;aspect-ratio:1/1;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);border-radius:16px}.top_50 li a dl{flex:1;min-width:0;width:0;display:flex;align-items:center;justify-content:space-between;gap:20px}.top_50 li a dl dt{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1d1e35;min-width:0}.top_50 li a dl dd{display:flex;align-items:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.top_50 li a dl dd .iconfont{color:#fea60c}.top_50 li a:hover .thum img{transform:scale(1.1)}.top_50 li a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.top_50 li a:hover dl dt{text-decoration:underline}@media screen and (max-width: 1087px){.top_50{grid-template-columns:1fr 1fr}}@media screen and (max-width: 650px){.top_50{grid-template-columns:1fr}}.category_list{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-flow:row dense;gap:16px}@media screen and (max-width: 1087px){.category_list{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 900px){.category_list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 600px){.category_list{grid-template-columns:repeat(2, 1fr)}}.category_list li a{display:flex;align-items:center;gap:8px}.category_list li a img{width:20px}.category_list li a p{flex:1;min-width:1px;width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:14px;color:#828296}.category_list li a p:hover{text-decoration:underline;color:var(--primary-color)}.read_more{margin-top:16px;display:flex;align-items:center;justify-content:center;height:32px;background:rgba(48,73,244,.04);border-radius:8px;font-size:14px;color:var(--primary-color);transition:all .1s ease-in-out}.read_more:hover{background-color:var(--primary-color);color:#fff}.between_{display:flex;align-items:stretch;gap:40px}.between_ .between_main_{flex:1;min-width:1px}.between_ .between_aside_{width:300px;position:relative}.between_ .between_aside_>:last-child{position:sticky;top:20px}@media screen and (max-width: 1107px){.between_{gap:20px}}@media screen and (max-width: 1087px){.between_{flex-direction:column}.between_ .between_aside_{width:100%}}.banner_swiper{border-radius:12px;overflow:hidden;margin-bottom:24px}.banner_swiper .swiper-slide a{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;height:280px;position:relative}.banner_swiper .swiper-slide a .banner_img{width:66%;height:100%;overflow:hidden}.banner_swiper .swiper-slide a .banner_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner_swiper .swiper-slide a dl{position:absolute;left:0;z-index:2;width:66%;height:100%;padding:32px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;background:linear-gradient(90deg, #3049F4 0%, #3049F4 50.5%, rgba(48, 73, 244, 0) 100%);gap:12px}.banner_swiper .swiper-slide a dl .pick{font-size:14px;color:#fff;font-weight:600}.banner_swiper .swiper-slide a dl .desc{width:100%;font-size:1rem;color:#fff;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.banner_swiper .swiper-slide a dl .read_more_btn{font-size:14px;color:var(--primary-color);font-weight:600;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:16px;transition:all .3s ease-in-out;margin-top:8px}.banner_swiper .swiper-slide a dl .read_more_btn:hover{background-color:hsla(0,0%,100%,.8)}.banner_swiper .swiper-slide a dl dt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:2.1rem;font-weight:600;width:100%}@media screen and (max-width: 600px){.banner_swiper .swiper-slide a{flex-direction:column-reverse;height:400px}.banner_swiper .swiper-slide a .banner_img{height:66%;width:100%;position:absolute;top:0}.banner_swiper .swiper-slide a dl{bottom:0;height:initial;width:100%;padding:70px 24px 40px;background:linear-gradient(0deg, #3049F4 0%, #3049F4 50.5%, rgba(48, 73, 244, 0) 100%);gap:4px}.banner_swiper .swiper-slide a dl .read_more_btn{padding:8px 16px;margin-top:14px}.banner_swiper .swiper-slide a dl dt{font-size:1.4rem}}.banner_swiper .swiper-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.4);opacity:1}.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.descover{background:rgba(48,73,244,.04);border-radius:8px;padding:24px}@media screen and (max-width: 660px){.descover{padding:16px}}.descover>dl{border-bottom:1px solid #e4e6ec;margin-bottom:24px;padding-bottom:24px}.descover>dl dt{display:flex;align-items:center;font-size:24px;color:#1d1e35;margin-bottom:12px}.descover>dl dd{font-size:16px;color:#828296;font-weight:400}.descover ul{display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-flow:row dense;gap:24px}.descover ul li{display:flex;gap:12px}.descover ul li:nth-child(2) .iconfont{background:#5837f3}.descover ul li:nth-child(3) .iconfont{background:#fc30a2}.descover ul li .iconfont{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#4dd029;border-radius:40px;color:#fff;font-weight:400;font-size:30px}.descover ul li dl{flex:1;min-width:1px}.descover ul li dl dt{font-size:20px;color:#1d1e35;font-weight:500;margin-bottom:4px}.descover ul li dl dd{font-size:14px;color:#828296;font-weight:400}@media screen and (max-width: 960px){.descover ul{grid-template-columns:repeat(2, 1fr);gap:12px}}@media screen and (max-width: 660px){.descover ul{grid-template-columns:1fr}}.about_box{background:#fefefe;box-shadow:0px 2px 4px 0px rgba(0,0,0,.06);border-radius:12px;padding:24px}.about_box h1{border-bottom:1px solid #e5e5e5;font-weight:500;color:#000;font-size:24px;padding-bottom:12px;margin-bottom:12px}.about_box .about_main{display:flex;align-items:stretch;flex-direction:column;gap:6px;line-height:1.5}.about_box .about_main a{color:var(--primary-color)}.about_box .about_main h2{font-size:20px;color:#333;margin-bottom:8px}.about_box .about_main h3{font-size:20px;margin-bottom:8px;color:#333}.about_box .about_main h4{font-size:18px;color:#333;margin-bottom:8px}.about_box .about_main p{font-size:16px;color:#666;line-height:1.6}.about_box .about_main ul{display:flex;align-items:stretch;flex-direction:column;gap:10px}.about_box .about_main ul li{font-size:16px;color:#666;line-height:1.4}.about_box .about_main form{display:flex;flex-direction:column;gap:26px}.about_box .about_main form .input-container{position:relative;width:100%}.about_box .about_main form input,.about_box .about_main form textarea{width:100%;padding:16px 12px;background:#f8f8f8 !important;border-radius:8px !important;font-size:14px;color:#333;border:1px solid rgba(0,0,0,0) !important;transition:border-color .3s ease;box-sizing:border-box;outline:none;resize:none}.about_box .about_main form input.error,.about_box .about_main form textarea.error{border-color:#ff8c8c !important}.about_box .about_main form .error-message{font-size:12px;color:#ff8c8c;line-height:1.2;position:absolute;top:calc(100% + 2px);left:0;width:100%;pointer-events:none}.about_box .about_main form button{align-self:flex-start;width:100px;height:40px;background:var(--primary-color);color:#fff;border-radius:10px;font-size:1rem;cursor:pointer}.extension{display:grid;gap:16px;grid-template-columns:repeat(9, 1fr);grid-auto-flow:row dense}.extension li:nth-child(1){grid-column:2/4;grid-row:1/3}.extension li:nth-child(2){grid-column:5/7;grid-row:2/4}.extension li a{display:block;border-radius:12px;overflow:hidden}.extension li a figure{display:flex;align-items:center;justify-content:center;position:relative}.extension li a figure .thum{width:100%;aspect-ratio:1/1;border-radius:12px}.extension li a figure figcaption{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;background:rgba(48,73,244,.8);backdrop-filter:blur(2px);padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#fff;transition:all .2s ease-in-out;font-weight:400;transform:translateY(100%)}.extension li a figure:hover .thum img{transform:scale(1.1)}.extension li a figure:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.extension li a figure:hover figcaption{transform:translateY(0)}.loadMore{width:264px;height:48px;background:#3049f4;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:24px auto 0;color:#fff;font-size:1.12rem;transition:all .2s ease-in-out}.loadMore:hover{filter:brightness(1.2)}.edit_swiper_box{margin-bottom:24px;padding:0 32px;position:relative;--swiper-navigation-sides-offset: 0;--swiper-navigation-size: 48px}.edit_swiper_box .swiper-button-prev::before{content:""}.edit_swiper_box .swiper-button-next::before{content:""}.edit_swiper_box .swiper-button-next,.edit_swiper_box .swiper-button-prev{background-color:#fff;border-radius:50%;box-shadow:0px 2px 10px 0px rgba(0,0,0,.2)}.edit_swiper_box .swiper-button-next::before,.edit_swiper_box .swiper-button-prev::before{font-family:iconfont;font-weight:400}.edit_swiper_box .swiper-button-next svg,.edit_swiper_box .swiper-button-prev svg{display:none}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide{width:98px}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a{display:block;border-radius:12px;overflow:hidden}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure{display:flex;align-items:center;justify-content:center;position:relative}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure .thum{width:100%;aspect-ratio:1/1;border-radius:12px}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure figcaption{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;background:rgba(48,73,244,.8);backdrop-filter:blur(2px);padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#fff;transition:all .2s ease-in-out;font-weight:400;transform:translateY(100%)}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure:hover .thum img{transform:scale(1.1)}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide a figure:hover figcaption{transform:translateY(0)}@media screen and (max-width: 600px){.edit_swiper_box{padding:0 16px;--swiper-navigation-size: 40px}.edit_swiper_box .editor_item_swiper .swiper-wrapper .swiper-slide{width:80px}}.base_info_ad{display:flex;align-items:stretch;gap:16px}.base_info_ad .bese_info{flex:1;min-width:1px}.base_info_ad .bese_info .get_app{background:#f7f7f9;border-radius:8px;padding:16px}.base_info_ad .bese_info .get_app .btn_group{margin-bottom:12px;display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.base_info_ad .bese_info .get_app .btn_group a{border-radius:10px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:8px 12px;background-color:#fff;gap:2px 6px;font-size:14px;color:#333;transition:all .1s ease}.base_info_ad .bese_info .get_app .btn_group a:nth-child(3){grid-column:1/3}.base_info_ad .bese_info .get_app .btn_group a.disable{cursor:not-allowed;color:rgba(0,0,0,.2)}.base_info_ad .bese_info .get_app .btn_group a.disable span{color:rgba(0,0,0,.2)}.base_info_ad .bese_info .get_app .btn_group a .iconfont{font-size:14px}.base_info_ad .bese_info .get_app .btn_group a span{width:100%;text-align:center;font-weight:400;font-size:12px;color:#999}@media screen and (max-width: 600px){.base_info_ad .bese_info .get_app .btn_group{grid-template-columns:1fr}.base_info_ad .bese_info .get_app .btn_group a{padding:8px 12px;gap:0px 6px}.base_info_ad .bese_info .get_app .btn_group a:nth-child(3){grid-column:1/2}}.base_info_ad .bese_info .get_app .tip{display:flex;gap:4px}.base_info_ad .bese_info .get_app .tip .iconfont{color:#3fda85;font-weight:400}.base_info_ad .bese_info .get_app .tip p{font-size:12px;color:#999;font-weight:400}.base_info_ad .bese_info .between_screen{display:flex;align-items:stretch;gap:16px}.base_info_ad .bese_info .between_screen .screen{flex:1;min-width:0;width:0}.base_info_ad .bese_info .between_screen .base_info_table{width:492px}.base_info_ad .bese_info .between_screen .base_info_table .info-list{gap:17px}@media screen and (max-width: 1024px){.base_info_ad .bese_info .between_screen .base_info_table{width:320px}}@media screen and (max-width: 767px){.base_info_ad .bese_info .between_screen{flex-direction:column}.base_info_ad .bese_info .between_screen .screen{width:100%}.base_info_ad .bese_info .between_screen .base_info_table{width:100%}}.base_info_ad .bese_info .base_info_t_box{margin-bottom:12px}.base_info_ad .ad_box{width:336px;flex-direction:column-reverse;margin-bottom:0}@media screen and (max-width: 760px){.base_info_ad{flex-direction:column-reverse}.base_info_ad .ad_box{width:100%}}.base_info_t_box{display:flex;align-items:center;gap:12px}.base_info_t_box .thum{width:64px;aspect-ratio:1/1;border-radius:16px}.base_info_t_box dl{flex:1;min-width:0;width:0}.base_info_t_box dl dt{font-size:1.12rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.base_info_t_box dl dd{display:flex;align-items:center;gap:4px;font-size:12px;color:#a6a8b4;margin-top:6px}.base_info_t_box span{display:flex;align-items:center;gap:4px;color:#27b47e;font-size:12px;font-weight:500}.base_info_t_box span .iconfont{font-weight:400}.base_info_table nav{background:#f7f7f9;border-radius:8px;padding:4px;display:flex;align-items:center;gap:4px;margin-bottom:8px}.base_info_table nav a{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;font-size:1rem;color:#1d1e35;padding:4px 6px;border-radius:4px}.base_info_table nav a.active{background-color:#fff}.base_info_table nav a .iconfont{font-weight:400}.base_info_table .base_info_detail_box{background:#f7f7f9;border-radius:8px;padding:16px}.base_info_table .base_info_detail_box .info-list{display:none;flex-direction:column;align-items:stretch;gap:7px}.base_info_table .base_info_detail_box .info-list .info-item{display:flex;align-items:center;justify-content:space-between;font-weight:500}.base_info_table .base_info_detail_box .info-list .info-item dt{display:flex;align-items:center;font-size:12px;color:#828296;gap:6px}.base_info_table .base_info_detail_box .info-list .info-item dt .iconfont{font-size:1rem;font-weight:400}.base_info_table .base_info_detail_box .info-list .info-item dd{font-size:14px;color:#1d1e35}.base_info_table .base_info_detail_box .info-list.active{display:flex}.desc_box{display:flex;align-items:stretch;flex-direction:column;gap:12px;border:none !important;padding:0 !important;max-height:400px;overflow:hidden;position:relative;border-radius:0 !important;font-weight:400 !important}.desc_box h2{font-size:18px;display:flex;align-items:stretch;gap:12px;color:#333}.desc_box p{font-size:16px;color:#666}.desc_box h3{font-size:18px;color:#333;display:flex;align-items:stretch;gap:12px}.desc_box::after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(transparent, #fff);pointer-events:none}.desc_box.expanded{max-height:100000px}.desc_box.expanded::after{display:none}.desc_box+a{display:inline-block;margin-top:16px;color:var(--primary-color);font-weight:500;cursor:pointer}.desc_box+a:hover{text-decoration:underline}@media screen and (max-width: 620px){.desc_box h2{font-size:18px}.desc_box p{font-size:14px}.desc_box h3{font-size:16px}}.style_1{container-type:inline-size;container-name:gamebox}.style_1 ul{display:grid;grid-template-columns:repeat(4, 1fr);grid-auto-flow:row dense;gap:16px;padding:0 16px 16px}.style_1 ul li a{width:100%;flex:1;min-width:0;display:flex;align-items:center;gap:12px}.style_1 ul li a .thum{width:48px;aspect-ratio:1/1;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);border-radius:16px}.style_1 ul li a dl{flex:1;min-width:0;width:0}.style_1 ul li a dl dt{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1d1e35;width:100%;min-width:0}.style_1 ul li a dl dd{display:flex;align-items:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.style_1 ul li a dl dd span{display:flex;align-items:center;gap:4px}.style_1 ul li a dl dd span+span::before{content:"";width:3px;height:3px;background:#a6a8b4;border-radius:3px}.style_1 ul li a dl dd .iconfont{color:#fea60c}.style_1 ul li a button{width:64px;height:32px;background-color:rgba(48,73,244,.04);border-radius:8px;font-weight:600;font-size:14px;color:var(--primary-color);transition:all .1s ease-in-out}.style_1 ul li a button:hover{background-color:var(--primary-color);color:#fff}.style_1 ul li a:hover .thum img{transform:scale(1.1)}.style_1 ul li a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.style_1 ul li a:hover dl dt{text-decoration:underline}@container gamebox (max-width:900px){.style_1 ul{grid-template-columns:repeat(3, 1fr)}}@container gamebox (max-width:700px){.style_1 ul{grid-template-columns:repeat(2, 1fr)}}@container gamebox (max-width:500px){.style_1 ul{grid-template-columns:1fr}}.down_pat a{display:flex;align-items:center;justify-content:center;height:48px;background:rgba(48,73,244,.04);border-radius:8px;width:100%;max-width:400px;margin:0 auto 16px;font-size:1.12rem;color:var(--primary-color);transition:all .2s ease}.down_pat a:hover{background-color:var(--primary-color);color:#fff}.down_pat .tip{display:flex;gap:4px}.down_pat .tip .iconfont{color:#3fda85;font-weight:400}.down_pat .tip p{font-size:12px;color:#999;font-weight:400}.tag_box{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}.tag_box a{background:#f7f7f9;border-radius:8px;border:1px solid #e4e6ec;padding:4px 12px;font-weight:400;font-size:14px;color:#a6a8b4}.tag_box a:hover{color:var(--primary-color)}#is_jump_mask{position:fixed;left:0;top:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:999;background-color:rgba(0,0,0,.5);backdrop-filter:blur(6px)}#is_jump_mask.active{display:flex}#is_jump_mask .con{display:flex;align-items:center;flex-direction:column;background-color:#fff;box-shadow:0px 1px 4px 0px rgba(0,0,0,.1);max-width:480px;width:calc(100% - 10px);padding:40px 0;border-radius:4px}#is_jump_mask .con h2{font-size:20px;color:#333;font-weight:600;margin-bottom:20px;text-align:center;padding:0 84px}#is_jump_mask .con .actions{display:flex;align-items:center;justify-content:center;width:100%;gap:12px}#is_jump_mask .con .actions a{width:160px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s}#is_jump_mask .con .actions a:nth-child(1){color:var(--primary-color);border:1px solid var(--primary-color)}#is_jump_mask .con .actions a:nth-child(1):hover{color:#fff;background-color:var(--primary-color)}#is_jump_mask .con .actions a:nth-child(2){color:#fff;background-color:var(--primary-color)}#is_jump_mask .con .actions a:nth-child(2):hover{opacity:.8}.category_box{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.category_box li a{display:flex;align-items:center;height:100%;background:rgba(48,73,244,.04);border-radius:8px;padding:16px;gap:4px;font-weight:500;color:#828296;font-size:1rem}.category_box li a img{width:24px}.category_box li a:hover{background-color:var(--primary-color);color:#fff}.category_box li a:hover img{filter:brightness(0) invert(1)}@media screen and (max-width: 900px){.category_box{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 700px){.category_box{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 500px){.category_box{grid-template-columns:repeat(1, 1fr);gap:12px}}.style_2{display:grid;grid-auto-flow:row dense;grid-template-columns:repeat(6, minmax(0, 1fr));gap:16px}.style_2 li a{display:flex;flex-direction:column;align-items:center;height:100%;background:rgba(48,73,244,.04);border-radius:8px;padding:24px}.style_2 li a .thum{width:80px;aspect-ratio:1/1;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);border-radius:16px}.style_2 li a dl{margin-top:10px;width:100%}.style_2 li a dl dt{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#1d1e35;text-align:center;margin-bottom:4px}.style_2 li a dl dd{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.style_2 li a dl dd .iconfont{color:#fea60c}.style_2 li a:hover .thum img{transform:scale(1.1)}.style_2 li a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.style_2 li a:hover dl dt{text-decoration:underline}@media screen and (max-width: 1024px){.style_2 li a{padding:16px}}@media screen and (max-width: 940px){.style_2{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (max-width: 660px){.style_2{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (max-width: 520px){.style_2{gap:12px;grid-template-columns:repeat(2, minmax(0, 1fr))}}.style_3{display:grid;grid-auto-flow:row dense;grid-template-columns:repeat(8, minmax(0, 1fr));gap:16px}.style_3 li a{display:flex;flex-direction:column;align-items:center;height:100%}.style_3 li a .thum{width:100%;aspect-ratio:1/1;box-shadow:0px 2px 8px 0px rgba(0,0,0,.12);border-radius:16px}.style_3 li a dl{margin-top:10px;width:100%}.style_3 li a dl dt{width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;color:#1d1e35;text-align:center;margin-bottom:4px}.style_3 li a dl dd{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:#a6a8b4;font-weight:400}.style_3 li a dl dd .iconfont{color:#fea60c}.style_3 li a:hover .thum img{transform:scale(1.1)}.style_3 li a:hover .thum::after{transform:rotateZ(45deg) translateY(-100%)}.style_3 li a:hover dl dt{text-decoration:underline}@media screen and (max-width: 860px){.style_3{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media screen and (max-width: 660px){.style_3{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (max-width: 520px){.style_3{gap:12px;grid-template-columns:repeat(3, minmax(0, 1fr))}}.no_res{display:flex;align-items:center;flex-direction:column;padding:40px 20px;text-align:center}.no_res img{margin-bottom:24px}.no_res h1{font-size:24px;color:#1d1e35;margin-bottom:12px}.no_res a{margin-top:12px;background-color:var(--primary-color);font-weight:500;font-size:18px;color:#fff;padding:12px 24px;border-radius:8px;transition:all .1s ease-in-out}.no_res a:hover{opacity:.8}.no_res .desc{font-size:14px;color:#828296}/*# sourceMappingURL=main.css.map */