[data-system=pc] .language-wrap{display:flex;position:relative;justify-content:center}[data-system=pc] .language-icon{display:flex;align-items:center;cursor:pointer;color:#fff;font-size:14px;font-weight:600}[data-system=pc] .language-icon img{width:33px;height:33px;margin-right:10px;border-radius:18px;border:1px solid #ccc}[data-system=pc] .language-icon:hover{opacity:.7}[data-system=pc] .language-model{position:absolute;width:600px;bottom:calc(100% + 20px);left:calc(50% - 300px);z-index:2;border-radius:16px;box-shadow:0 16px 32px rgba(0,0,0,.24);background:#fff}[data-system=pc] .language-model .language-title{display:flex;height:52px;justify-content:space-between;align-items:center;padding-left:12px;padding-right:24px}[data-system=pc] .language-model .language-title h2{font-size:24px}[data-system=pc] .language-model .language-title .close-action{cursor:pointer;font-size:24px;color:#00e1ff}[data-system=pc] .language-model .language-title .close-action:hover{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}[data-system=pc] .language-model .language-list{display:flex;min-width:470px;position:relative;flex-wrap:wrap;padding:12px}[data-system=pc] .language-model .language-list a{display:flex;width:33.33%;height:40px;align-items:center;justify-content:left;white-space:nowrap;padding:3px 16px 3px 12px;margin-bottom:10px}[data-system=pc] .language-model .language-list a:hover{background:#f0f5fc;border-radius:10px}[data-system=pc] .language-model .language-list a:hover h3{color:#51a0f8}[data-system=pc] .language-model .language-list a img{width:33px;height:33px;margin-right:10px;border-radius:18px;border:1px solid #ccc}[data-system=pc] .language-model .language-list a h3{font-weight:500;font-family:Source Han Sans SC;color:#333}[data-system=pc] .close-mask{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1}@media (max-width:988px){[data-system=mobile] .footer .footer-menu .language-model{left:0}[data-system=mobile] .footer .footer-menu li:first-child,[data-system=mobile] .footer .footer-menu li:nth-child(2){width:50%}[data-system=mobile] .footer .footer-menu li:nth-child(3){display:flex;width:100%;justify-content:center;align-items:center}[data-system=mobile] .footer .footer-menu li:nth-child(3) .language-icon{display:flex;flex-direction:column;align-items:center}[data-system=mobile] .footer .footer-menu li p{color:#fff;padding-top:5px}[data-system=mobile] .language-icon img{width:33px;height:33px;border-radius:18px;border:1px solid #ccc}[data-system=mobile] .language-model{position:fixed;z-index:99;width:100%;height:100%;top:0;right:0;padding:26px 18px;border-radius:0;background:#fff}[data-system=mobile] .language-model .language-title{display:flex;justify-content:space-between;align-items:center;height:50px}[data-system=mobile] .language-model .language-title h2{font-size:24px}[data-system=mobile] .language-model .language-title .close-action{font-size:24px;color:#00e1ff}[data-system=mobile] .language-model .language-list{min-width:0;height:calc(100% - 50px);overflow:auto}[data-system=mobile] .language-model .language-list a{display:flex;align-items:center;justify-content:left;margin:28px 28px 28px 14px}[data-system=mobile] .language-model .language-list a img{width:36px;height:36px;margin-right:15px;border-radius:18px;border:1px solid #ccc}[data-system=mobile] .language-model .language-list a h3{font-weight:500;font-family:Source Han Sans SC;color:#333}}.footer{width:100%;opacity:0;transition-duration:.3s}.footer[data-show=true]{opacity:1}.footer .footer-menu li>a{display:flex;align-items:center;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.footer .footer-menu li>a:first-child{margin-left:0}.footer .footer-menu li>a img{margin-right:10px}.footer .footer-menu li:hover span{text-decoration:underline}.footer .footer-link{width:256px;height:34px;position:relative;border-radius:8px}.footer .footer-link .link-bg{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:8px;border:1px solid #fff;opacity:.4;z-index:-1}.footer .footer-link ul{display:flex;width:100%;height:100%;border-radius:8px;background:linear-gradient(230deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1));justify-content:space-evenly;align-items:center}.footer .footer-link li a{display:block;width:32px;height:32px;justify-content:center;align-items:center}.footer .footer-link li a:hover{opacity:.7}@media (min-width:988px){.footer{padding-top:32px;padding-bottom:100px}.footer,.footer .footer-menu{display:flex;justify-content:center}.footer .footer-menu{margin-right:40px;padding:10px 0}.footer .footer-menu li{margin-left:40px}.footer .footer-link{margin:10px 40px 10px 0}}@media (max-width:988px){.footer{padding-top:60px;padding-bottom:80px}.footer .footer-menu{display:flex;width:100%;flex-wrap:wrap;margin:0 auto}.footer .footer-menu li{display:block;width:33.33%;margin-bottom:25px}.footer .footer-menu li a{line-height:32px;font-size:12px;background-size:32px 32px;justify-content:center}.footer .footer-menu .language-model{left:calc(-50% - 300px)}.footer .footer-link{width:100%;height:40px}.footer .footer-link ul{padding:3px 0}}.game-card{display:block;position:relative;transition-duration:.3s;cursor:pointer}.game-card.card-wrap,.game-card .card-wrap{height:100%;contain:strict;border-radius:12px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);transform:scale(1) translate(0);transition-duration:.3s;background-size:100%}.game-card:hover{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}.game-card .game-ele{width:100%;height:100%}.game-card .game-flag{width:40px;height:30px;position:absolute;right:-5px;top:-4px;background:url(/gamebridge-web/assets/game-hot.svg);background-size:cover}[data-system=pc] .game-card.card-wrap,[data-system=pc] .game-card .card-wrap{width:88px;height:88px}[data-system=pc] .game-card h3{display:none;width:100%;height:44px;position:absolute;bottom:0;left:0;line-height:20px;font-size:14px;padding:2px 6px;text-align:center;background:rgba(0,0,0,.5);color:#fff;word-break:break-all;font-family:Source Han Sans SC}[data-system=pc] .game-card h3 span{display:block;width:100%;max-height:100%;overflow:hidden}[data-system=pc] .game-card .icon-video{display:none;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}[data-system=pc] .game-card:hover .icon-video{display:block}[data-system=pc] .game-card:hover h3{display:flex;align-items:center;justify-content:center}[data-system=pc] .game-card[data-size=search].card-wrap,[data-system=pc] .game-card[data-size=search] .card-wrap{width:78px;height:78px}[data-system=pc] .game-card[data-size=search] h3{height:34px;line-height:15px;font-size:12px;padding:2px 4px}[data-system=pc] .game-card[data-size=search-big].card-wrap,[data-system=pc] .game-card[data-size=search-big] .card-wrap{width:168px;height:168px}[data-system=pc] .game-card[data-size=search-big] h3{height:66px;line-height:20px;font-size:16px;padding:3px 8px}[data-system=pc] .game-card[data-size=large].card-wrap,[data-system=pc] .game-card[data-size=large] .card-wrap{width:188px;height:188px}[data-system=pc] .game-card[data-size=large] h3{height:66px;align-items:center;line-height:20px;font-size:16px;padding:3px 8px}[data-system=pc] .game-card[data-size=oversized].card-wrap,[data-system=pc] .game-card[data-size=oversized] .card-wrap{width:288px;height:288px}[data-system=pc] .game-card[data-size=oversized] h3{height:88px;align-items:center;line-height:26px;font-size:18px;padding:5px 10px}[data-system=mobile] .game-card,[data-system=mobile] .game-card[data-size=search]{width:100px;height:100px}[data-system=mobile] .game-card[data-size=large]{width:212px;height:212px}[data-system=mobile] .game-card[data-size=oversized]{width:324px;height:324px}[data-system=mobile] .game-card .icon-video,[data-system=mobile] .game-card h3{display:none}body[data-system=pc] .category-card{display:flex;width:188px;height:88px;cursor:pointer;padding:4px 4px 0;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);transform:scale(1) translateY(-4px);transition-duration:.3s;border-radius:16px;contain:strict}body[data-system=pc] .category-card:nth-child(1n){background:linear-gradient(to bottom right,#ecfcff,#ecfcff)}body[data-system=pc] .category-card:nth-child(1n) .large-bg-1,body[data-system=pc] .category-card:nth-child(1n) .large-bg-2{background:#32e7ff}body[data-system=pc] .category-card:nth-child(2n){background:linear-gradient(to bottom right,#fdf2f7,#fbf2f8)}body[data-system=pc] .category-card:nth-child(2n) .large-bg-1,body[data-system=pc] .category-card:nth-child(2n) .large-bg-2{background:#ff73a9}body[data-system=pc] .category-card:nth-child(3n){background:linear-gradient(to bottom right,#fbfbf1,#fdfbec)}body[data-system=pc] .category-card:nth-child(3n) .large-bg-1,body[data-system=pc] .category-card:nth-child(3n) .large-bg-2{background:#ffda1a}body[data-system=pc] .category-card p{width:80px;height:80px;overflow:hidden;border-radius:14px}body[data-system=pc] .category-card p img{width:80px;height:80px}body[data-system=pc] .category-card h3{display:flex;width:100px;align-items:center;color:#0e2b4d;font-weight:600;line-height:14px;padding:12px;word-break:break-word}body[data-system=pc] .category-card:hover{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}body[data-system=pc] .category-card[data-size=large]{height:188px}body[data-system=pc] .category-card[data-size=large] p{width:100%;height:140px;align-items:center}body[data-system=pc] .category-card[data-size=large] p img{width:180px;height:180px}body[data-system=pc] .category-card[data-size=large] h3{display:block;width:100%;height:44px;position:absolute;left:0;bottom:0;line-height:44px;white-space:nowrap;font-size:12px;text-align:center;opacity:.8;padding:0}body[data-system=pc] .category-card:nth-child(1n) p{background:#d7faff}body[data-system=pc] .category-card:nth-child(2n) p{background:#ffedf6}body[data-system=pc] .category-card:nth-child(3n) p{background:#fff5dc}body[data-system=mobile] .category-card{width:100px;height:150px;box-shadow:0 4px 10px 1px rgba(0,0,0,.2);border-radius:14px;contain:strict}body[data-system=mobile] .category-card p,body[data-system=mobile] .category-card p img{width:100px;height:100px}body[data-system=mobile] .category-card h3{display:flex;height:50px;align-items:center;text-align:center;justify-content:center;font-weight:600;color:#0e2b4d;line-height:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom-left-radius:14px;border-bottom-right-radius:14px}.category-card{display:block;position:relative}.category-card h3{font-family:Source Han Sans SC}.category-card .large-bg-1{width:calc(100% - 12px);top:8px;left:6px;opacity:.5}.category-card .large-bg-1,.category-card .large-bg-2{height:140px;position:absolute;border-radius:12px;background:#32e7ff;z-index:-1}.category-card .large-bg-2{width:calc(100% - 16px);top:12px;left:8px;opacity:.2}[data-system=pc] .game-search.pc-normal{width:88px;height:88px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);top:0;left:0}[data-system=pc] .game-search.pc-normal .logo{width:100%;height:48px;text-align:center;padding:4px;background:url(/gamebridge-web/assets/logo-small.svg) no-repeat 50%;background-size:80px auto;cursor:pointer}[data-system=pc] .game-search.pc-normal .home-and-search{display:flex;height:calc(100% - 48px);border-top:1px solid #f4f8fe;line-height:34px}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-home{width:calc(50% - 1px);text-align:center;margin-left:1px;border-right:1px solid #f4f8fe;font-size:24px;color:#ff73a9;cursor:pointer}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-home:hover{color:#ff65a0}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-home:active{color:#fb448a}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-search{width:calc(50% - 1px);text-align:center;font-size:24px;color:#3bd5f7;cursor:pointer}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-search:hover{color:#0fcaf3}[data-system=pc] .game-search.pc-normal .home-and-search .hs-ele-search:active{color:#1ecef5}[data-system=pc] .game-search.pc-expand{display:flex;width:388px;height:84px;justify-content:space-between;padding:8px;top:30px;left:0}[data-system=pc] .game-search.pc-expand .search-bg{width:100%;height:84px;position:absolute;top:0;left:0;z-index:2;border-radius:12px;box-shadow:0 4px 0 1px #cadbfb;pointer-events:none}[data-system=pc] .game-search.pc-expand .content-bg{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:-1}[data-system=pc] .game-search.pc-expand .search-main{display:flex;width:100%;height:100%;position:relative;background:rgba(59,213,247,.1);border-radius:12px;overflow:hidden}[data-system=pc] .game-search.pc-expand .search-main .search-input{width:calc(100% - 54px);height:100%;padding-left:20px;padding-right:50px;border:0;background:transparent;font-size:22px;font-family:Fredoka-SemiBold,Fredoka;color:#0e2b4d}[data-system=pc] .game-search.pc-expand .search-main .clear-search{font-size:28px;position:absolute;top:20px;right:72px;color:#a3adb9;line-height:1;cursor:pointer;animation:fade-in .3s ease-in-out forwards}[data-system=pc] .game-search.pc-expand .search-main .clear-search:hover{color:#798ea7}[data-system=pc] .game-search.pc-expand .search-main .clear-search:active{color:#5e7a9c;animation:fade-out .3s ease-in-out forwards}[data-system=pc] .game-search.pc-expand .search-main .search-action{width:54px;height:100%;background:#3bd5f7;border-radius:10px;border:0;cursor:pointer}[data-system=pc] .game-search.pc-expand .search-main .search-action:hover{background:#55dbf9}[data-system=pc] .game-search.pc-expand .search-main .search-action:active{background:#1ecef5}[data-system=pc] .game-search.pc-expand .search-content{width:calc(100% - 2px);height:calc(100vh - 124px);position:absolute;top:calc(100% - 4px);left:1px;padding-top:12px;background:#fff;z-index:1;box-shadow:0 5px 0 1px #dfeafe;border-radius:0 0 10px 10px}[data-system=pc] .game-search.pc-expand .search-content .search-content-main{height:100%;overflow-y:auto;padding-left:12px}[data-system=pc] .game-search.pc-expand .search-content .search-content-main .search-loading{margin-top:10px;height:calc(100% - 10px)}[data-system=pc] .game-search.pc-expand .search-content .search-result .result-list{grid-template-columns:repeat(auto-fill,78px);grid-column-gap:12px;grid-row-gap:12px}[data-system=pc] .game-search.pc-expand .search-content .category{padding:30px 0}[data-system=pc] .game-search.pc-expand .search-content .category>a{background:#e9edf4}[data-system=pc] .game-search.pc-expand .search-content .popular-this-week-title,[data-system=pc] .game-search.pc-expand .search-content .recently-played-title{line-height:40px;padding-left:42px;font-size:20px;margin-bottom:10px}[data-system=pc] .game-search.pc-expand .search-content .popular-this-week-list,[data-system=pc] .game-search.pc-expand .search-content .recently-played-list{grid-template-columns:repeat(auto-fill,78px);grid-column-gap:12px;grid-row-gap:12px}@media (min-width:1388px) and (max-width:1588px){[data-system=pc] .game-search.pc-expand{top:20px}}@media (min-width:1288px) and (max-width:1388px){[data-system=pc] .game-search.pc-expand{top:5px}}@media (min-width:1188px) and (max-width:1288px){[data-system=pc] .game-search.pc-expand{top:10px}}[data-system=mobile] .game-search{width:100px;height:100px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);top:0;left:0}[data-system=mobile] .game-search .logo{width:100%;height:54px;text-align:center;padding:4px;background:url(/gamebridge-web/assets/logo-small.svg) no-repeat 50%;background-size:88px auto}[data-system=mobile] .game-search .home-and-search{display:flex;height:calc(100% - 54px);border-top:1px solid #f4f8fe;line-height:44px}[data-system=mobile] .game-search .home-and-search .hs-ele-home{width:calc(50% - 1px);text-align:center;margin-left:1px;border-right:1px solid #f4f8fe;font-size:24px;color:#ff73a9}[data-system=mobile] .game-search .home-and-search .hs-ele-home:active{color:#fb448a}[data-system=mobile] .game-search .home-and-search .hs-ele-search{width:calc(50% - 1px);text-align:center;font-size:24px;color:#3bd5f7}[data-system=mobile] .game-search .home-and-search .hs-ele-search:active{color:#1ecef5}[data-system=mobile] .game-search .search-content{width:100%;height:100%;position:fixed;top:0;left:0;background:linear-gradient(180deg,#4df4ff,#6981fd)}[data-system=mobile] .game-search .search-content .search-content-action{display:flex;width:calc(100% - 30px);height:52px;background:#fff;border-radius:0 12px 12px 0;margin-top:18px;padding:4px}[data-system=mobile] .game-search .search-content .search-content-action .search-go-back{width:46px;padding:11px 15px;text-align:center;color:#16e3ff}[data-system=mobile] .game-search .search-content .search-content-action .search-go-back i{font-size:18px;line-height:1.4}[data-system=mobile] .game-search .search-content .search-content-action .search-go-back:active{background:#1ecef5}[data-system=mobile] .game-search .search-content .search-content-action .search-main{width:calc(100% - 46px);position:relative;background:rgba(59,213,247,.1);border-radius:12px;overflow:hidden}[data-system=mobile] .game-search .search-content .search-content-action .search-main .search-input{width:calc(100% - 38px);height:100%;padding:0 10px;border:0;font-size:14px;font-family:Fredoka-SemiBold,Fredoka;color:#0e2b4d;background:transparent}[data-system=mobile] .game-search .search-content .search-content-action .search-main .search-action{width:38px;height:100%;position:absolute;right:0;top:0;background:#3bd5f7;border-radius:12px;border:0}[data-system=mobile] .game-search .search-content .search-content-action .search-main .search-action:active{background:#1ecef5}[data-system=mobile] .game-search .search-content .search-content-main{width:100vw;height:calc(100% - 70px);padding:0 calc(50vw - 162px);position:relative;overflow-y:auto}[data-system=mobile] .game-search .search-content .search-result .result-list{grid-template-columns:repeat(auto-fill,100px);grid-column-gap:12px;grid-row-gap:12px}[data-system=mobile] .game-search .search-content .category{padding:20px 0}[data-system=mobile] .game-search .search-content .category>a{background:#d8f8ff}[data-system=mobile] .game-search .search-content .popular-this-week-title,[data-system=mobile] .game-search .search-content .recently-played-title{line-height:20px;padding-left:26px;font-size:16px;margin-bottom:15px;background-size:contain}[data-system=mobile] .game-search .search-content .popular-this-week-list,[data-system=mobile] .game-search .search-content .recently-played-list{grid-template-columns:repeat(auto-fill,100px);grid-column-gap:12px;grid-row-gap:12px}@media (min-width:496px){[data-system=mobile] .game-search .search-content .search-content-main{width:464px}}.game-search{border-radius:12px;position:sticky;background:#fff;z-index:99}.game-search .logo{display:block}.game-search .logo h1{display:none}.game-search .search-content{animation:fade-in .3s ease-in-out forwards}.game-search .search-content .search-result .result-title{color:#0a2047;line-height:24px;font-weight:600;padding:10px 0;font-size:20px}.game-search .search-content .search-result .result-list{display:grid;grid-auto-flow:row dense}.game-search .search-content .search-result .void-title{text-align:center;font-size:22px;font-weight:700;font-family:Fredoka-Bold,Fredoka;line-height:26px;color:#0a2047;padding-top:30px}.game-search .search-content .search-result .void-text{text-align:center;font-size:14px;color:rgba(14,43,77,.5);line-height:30px;margin-bottom:10px}.game-search .search-content .category{overflow-x:auto;white-space:nowrap}.game-search .search-content .category>a{display:inline-block;line-height:16px;padding:8px 20px;box-shadow:0 0 4px 1px hsla(0,0%,100%,.25);border-radius:50px;margin-left:6px;font-weight:600;font-size:14px;cursor:pointer}.game-search .search-content .category>a:first-child{margin-left:0}.game-search .search-content .category>a:hover{background:#55dbf9;color:#fff}.game-search .search-content .category>a:active{background:#1ecef5}.game-search .search-content .popular-this-week-title,.game-search .search-content .recently-played-title{font-family:Fredoka-SemiBold,Fredoka;color:#0a2047}.game-search .search-content .popular-this-week-list,.game-search .search-content .recently-played-list{display:grid;grid-auto-flow:row dense}.game-search .search-content .popular-this-week{margin-bottom:18px}.game-search .search-content .popular-this-week .popular-this-week-title{background-image:url(/gamebridge-web/assets/search-hot.png);background-position:0;background-repeat:no-repeat}.game-search .search-content .recently-played{margin-bottom:18px}.game-search .search-content .recently-played .recently-played-title{background-image:url(/gamebridge-web/assets/search-recently.png);background-position:0;background-repeat:no-repeat}body[data-system=pc] .walk-through-card{width:188px;height:148px}body[data-system=pc] .walk-through-card:hover{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}body[data-system=pc] .walk-through-card:hover>p:after{display:block;width:50px;height:50px;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);content:" ";border-radius:50%;border:10px solid hsla(0,0%,100%,.1);border-top-color:#fff;z-index:1;animation:load 1.1s linear infinite}body[data-system=pc] .walk-through-card:hover>p video{display:block}body[data-system=pc] .walk-through-card>p{height:100px}body[data-system=pc] .walk-through-card>p video{display:none;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}body[data-system=pc] .walk-through-card>h3{height:44px;white-space:nowrap}@keyframes load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body[data-system=mobile] .walk-through-card{width:156px;height:138px}body[data-system=mobile] .walk-through-card>p{height:84px}body[data-system=mobile] .walk-through-card>p video{display:none;width:100%;height:100%;position:absolute;top:0;left:0}body[data-system=mobile] .walk-through-card>h3{display:flex;height:50px;align-items:center;text-align:center;justify-content:center;line-height:12px;padding:6px 12px;white-space:pre-wrap}.walk-through-card{display:block;background:linear-gradient(180deg,hsla(0,0%,100%,.4),#fff);cursor:pointer;padding:4px 4px 0;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);transform:scale(1) translateY(-4px);transition-duration:.3s;border-radius:16px;overflow:hidden}.walk-through-card>p{display:flex;align-items:center;position:relative;overflow:hidden;border-radius:14px}.walk-through-card>p img{width:100%}.walk-through-card>p .duration{width:auto;height:16px;position:absolute;bottom:8px;right:8px;padding:0 4px;border-radius:4px;text-align:center;line-height:16px;background-color:rgba(0,0,0,.8);opacity:.8;color:#fff}.walk-through-card>h3{width:100%;position:absolute;left:0;bottom:0;padding:0 16px;line-height:44px;font-size:12px;color:#0e2b4d;font-weight:600;opacity:.8;overflow:hidden;font-family:Source Han Sans SC}@font-face{font-family:iconfont;src:url(/gamebridge-web/assets/iconfont.woff) format("woff");font-display:swap}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-share:before{content:"\e86f"}.icon-rotate:before{content:"\e66f"}.icon-checkbox-checked:before{content:"\e72a"}.icon-checkbox:before{content:"\e625"}.icon-video:before{content:"\e688"}.icon-install:before{content:"\e689"}.icon-logout:before{content:"\e683"}.icon-close:before{content:"\e602"}.icon-check:before{content:"\e632"}.icon-people:before{content:"\e67f"}.icon-comments:before{content:"\e67e"}.icon-left:before{content:"\e60e"}.icon-home:before{content:"\e614"}.icon-hated-solid:before{content:"\e615"}.icon-like-solid:before{content:"\e613"}.icon-hated:before{content:"\e612"}.icon-like:before{content:"\e616"}.icon-full:before{content:"\e607"}.icon-collapse:before{content:"\e608"}.icon-delete:before{content:"\e606"}.icon-search:before{content:"\e601"}.hover-transform{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}.module-wrap{display:flex;justify-content:space-between;align-items:center}.module-wrap .module-header{position:relative;color:#fff;font-weight:600;flex:1}.module-wrap .module-header:before{content:" ";display:block;position:absolute;z-index:0;border-radius:50%}.module-wrap .module-header:after{content:" ";display:block;position:absolute;z-index:1;background:linear-gradient(229.8deg,hsla(0,0%,100%,.25) 16.83%,hsla(0,0%,100%,0) 88.88%);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-radius:50%}.module-wrap .module-header[data-module=red]:before{background:#ff73a9}.module-wrap .module-header[data-module=blue]:before{background:#00e1ff}.module-wrap .module-header[data-module=purple]:before{background:#e168ff}.module-wrap .module-header[data-module=yellow]:before{background:#ffcd1a}.module-wrap .module-header[data-module=orange]:before{background:#ffad32}.module-wrap .module-header .module-title{display:block;position:absolute;z-index:2}.module-wrap .more{position:absolute;color:#fff;cursor:pointer;font-weight:600;font-family:Fredoka-SemiBold,Fredoka;transition-duration:.3s;padding:0 10px}.module-wrap .more .more-info{display:none}.module-wrap .more:hover{transform:scale(1.05) translateY(-.05%);transition-duration:.3s}body[data-system=pc] .module-header{height:70px;padding:12px 0 18px 18px;line-height:40px;font-size:24px}body[data-system=pc] .module-header:before{width:40px;height:40px;left:0;top:12px}body[data-system=pc] .module-header:after{width:24px;height:24px;left:26px;top:10px}body[data-system=pc] .module-header .module-title{width:calc(100% - 18px);left:18px;top:12px}body[data-system=pc] .module-header .more{font-size:20px;right:18px}body[data-system=mobile] .module-wrap{margin-bottom:16px}body[data-system=mobile] .module-wrap .module-header{height:26px;line-height:20px;font-size:16px}body[data-system=mobile] .module-wrap .module-header:before{width:26px;height:26px;left:0;top:0}body[data-system=mobile] .module-wrap .module-header:after{width:15px;height:15px;left:17px;top:0}body[data-system=mobile] .module-wrap .module-header .module-title{width:calc(100% - 16px);left:15px;top:6px}body[data-system=mobile] .module-wrap .module-header .more{font-size:16px;right:15px}body[data-system=pc] .about-area{margin-bottom:100px}body[data-system=pc] .about-area .about-content{padding:60px;background-image:url(/gamebridge-web/assets/bg.png);background-repeat:no-repeat;background-position:100% 100%;background-size:188px 130px}body[data-system=pc] .about-area .about-content h2{line-height:28px;font-size:24px;margin-bottom:20px;font-family:Fredoka-Bold,Fredoka}body[data-system=pc] .about-area .about-content h3{line-height:24px;font-size:20px;margin-bottom:10px;font-family:Fredoka-Bold,Fredoka}body[data-system=pc] .about-area .about-content p{font-size:14px;margin-bottom:40px;line-height:30px}body[data-system=mobile] .about-area .about-content{padding:20px 12px}body[data-system=mobile] .about-area .about-content h3{line-height:16px;font-size:14px;margin-bottom:4px}body[data-system=mobile] .about-area .about-content p{font-size:14px;margin-bottom:26px;line-height:24px}.about-area .about-content{background:#fff;box-shadow:0 5px 0 1px #cadbfb;border-radius:16px}.about-area .about-content h3{color:#0e2b4d;font-weight:600;padding-top:4px;border-bottom:1px solid hsla(0,0%,100%,.1)}.about-area .about-content p{color:rgba(14,43,77,.5)}.about-area .about-content .category-list{margin-top:-10px;margin-left:-10px}.about-area .about-content .category-list>a{display:inline-block;color:rgba(14,43,77,.5);font-size:14px;line-height:30px;padding:0 20px;background:#00e1ff;border-radius:15px;margin-left:10px;margin-top:10px;cursor:pointer;color:#fff;font-weight:600}.about-area .about-content .category-list>a:hover{background:linear-gradient(90deg,#3aecf7,#7769fd)}.loading{width:100%;height:100%;position:absolute;left:0;top:0;z-index:999}.loading[data-jump-page=true]{position:fixed}.loading[data-jump-page=true] .loading-inner{width:75px;height:45px}.loading[data-jump-page=true] .loading-inner:after,.loading[data-jump-page=true] .loading-inner:before{width:30px;height:30px}.loading .loading-bg{width:100%;height:100%;background:#000;opacity:.5;position:absolute;left:0;top:0;z-index:0}.loading .loading-inner{width:50px;height:30px;position:absolute;top:50%;left:calc(50% - 25px);perspective:200px;z-index:1}.loading .loading-inner:after,.loading .loading-inner:before{position:absolute;width:20px;height:20px;content:"";animation:jumping .5s infinite alternate;background:transparent}.loading .loading-inner:before{left:0}.loading .loading-inner:after{right:0;animation-delay:.15s}@keyframes jumping{0%{transform:scale(1) translateY(0) rotateX(0deg);box-shadow:0 0 0 transparent}to{transform:scale(1.2) translateY(-25px) rotateX(45deg);background:#3bd5f7;box-shadow:0 25px 40px #3bd5f7}}.text-info{width:1200px;margin:40px auto;padding:34px 40px;background:#fff;box-shadow:0 7px 5px 1px rgba(0,0,0,.03),0 22px 18px 1px rgba(0,0,0,.05),0 100px 80px 1px rgba(0,0,0,.07);border-radius:12px}.text-info h2{color:#16e3ff;font-weight:600;font-size:24px;line-height:28px;padding-top:4px;padding-bottom:18px;border-bottom:1px solid hsla(0,0%,100%,.1)}.text-info h3{color:#000;font-size:20px;line-height:24px}.text-info h3,.text-info h4{font-weight:600;margin-bottom:10px}.text-info h4{font-size:14px;color:#333;line-height:20px;color:#212b3a}.text-info p{font-size:14px;color:#666;line-height:30px}.text-info p,.text-info ul{margin-bottom:34px}.text-info ul li{color:#333;font-size:14px;line-height:24px}.text-info a{color:#fb5092}.text-info .info-table{width:100%;overflow-x:auto;margin-bottom:34px}.text-info .info-table table{table-layout:fixed;width:100%;min-width:1120px;border:1px solid #ccc}.text-info .info-table table td{padding:12px 20px;line-height:24px;font-size:14px;color:#000;border-bottom:1px solid #ccc;border-right:1px solid #ccc}@media screen and (max-device-width:768px){.text-info{width:100%;margin:20px auto;padding:34px 30px}}body[data-system=mobile] .loading-walk-through-area{align-items:normal}body[data-system=mobile] .loading-walk-through-area .main-wrap{justify-content:center;width:calc(100% - 50px)}body[data-system=mobile] .loading-walk-through-area .main-wrap .video-wrap{flex:none;margin-bottom:100px;overflow:hidden;height:200px}body[data-system=mobile] .loading-walk-through-area .main-wrap .video-wrap img{width:inherit}body[data-system=mobile] .mobile-horizontal .main-wrap{margin-top:0}body[data-system=mobile] .mobile-horizontal .main-wrap .video-wrap{height:calc(100% - 160px);margin-bottom:20px}body[data-system=pc] .change-direction{margin:0 20%!important}body[data-system=pc] .change-direction .video-wrap{margin-bottom:60px}body[data-system=pc] .change-direction .video-wrap img{width:192px;height:192px}body[data-system=pc] .change-direction .video-wrap{flex:1}.loading-walk-through-area{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;justify-content:center;align-items:center;z-index:1;background:#321776}.loading-walk-through-area .change-direction{flex-direction:column}.loading-walk-through-area .main-wrap{width:100%;display:flex;justify-content:center;align-content:center;margin:0 10%}.loading-walk-through-area .main-wrap .video-wrap{display:flex;justify-content:center;align-content:center;flex:1;height:327px}.loading-walk-through-area .main-wrap .video-wrap .video{width:100%;max-height:327px;position:relative;overflow:hidden}.loading-walk-through-area .main-wrap .video-wrap .video img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:auto!important;border-radius:16px}.loading-walk-through-area .main-wrap .video-wrap .video video{width:100%;height:100%;border-radius:16px;-o-object-fit:cover;object-fit:cover}.loading-walk-through-area .main-wrap .video-wrap img{border-radius:16px}.loading-walk-through-area .main-wrap .button-wrap{display:flex;align-items:center;justify-content:center;flex-flow:column;margin-left:64px}.loading-walk-through-area .main-wrap .button-wrap p{font-family:Fredoka-SemiBold,Fredoka;font-size:16px;line-height:16px;font-weight:600;color:#fff;margin-bottom:10px;opacity:.7}.loading-walk-through-area .main-wrap .button-wrap .bg-wrap{height:75px}.loading-walk-through-area .main-wrap .button-wrap .bg-wrap:first-of-type{margin-bottom:48px}.loading-walk-through-area .main-wrap .button-wrap .bg-div{width:200px;height:72px;cursor:pointer}.loading-walk-through-area .main-wrap .button-wrap .bg-div:hover{width:208px;height:75px}.loading-walk-through-area .main-wrap .button-wrap .play-now{position:relative;background:url(/gamebridge-web/assets/play-now-n.png) no-repeat 100% 100%;background-size:contain}.loading-walk-through-area .main-wrap .button-wrap .play-now .cursor{width:72px;height:72px;position:absolute;right:-15px;top:30px;background:url(/gamebridge-web/assets/cursor.png)}.loading-walk-through-area .main-wrap .button-wrap .play-now:hover{background:url(/gamebridge-web/assets/play-now-h.png) no-repeat 100% 100%;background-size:contain}.loading-walk-through-area .main-wrap .button-wrap .walk-through{background:url(/gamebridge-web/assets/walk-through-n.png) no-repeat 100% 100%;background-size:contain}.loading-walk-through-area .main-wrap .button-wrap .walk-through:hover{background:url(/gamebridge-web/assets/walk-through-h.png) no-repeat 100% 100%;background-size:contain}.loading-walk-through-area .main-wrap .button-wrap .wt-disabled{background:url(/gamebridge-web/assets/walk-through-disabled.png) no-repeat 100% 100%;background-size:contain}.loading-walk-through-area .main-wrap .button-wrap .wt-disabled:hover{width:200px;height:72px}body[data-system=mobile] .progress-loading{font-size:20px}.progress-wrap{width:100%;height:30px;border-radius:23px;border:3px solid #00d5f2;position:relative;color:#fff}.progress-wrap .progress-inner{font-family:Fredoka-Bold,Fredoka;height:24px;background:#50579c;border-radius:23px;position:relative}.progress-wrap .progress-inner .progress-bg,.progress-wrap .progress-inner .progress-filter,.progress-wrap .progress-inner .progress-nums{position:absolute;height:inherit;width:0;border-radius:23px}.progress-wrap .progress-inner .progress-bg{background:linear-gradient(-45deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 75%,transparent 0,transparent);background-size:16px 16px;z-index:1}.progress-wrap .progress-inner .progress-filter{background:#fff;filter:blur(4px);height:6px;top:7px}.progress-wrap .progress-inner .progress-nums{background:linear-gradient(#3aecf7,#7769fd);animation:panoramic 30s linear infinite}.progress-wrap .progress-inner .progress-number{z-index:3;position:absolute;margin-left:30px;left:0;top:50%;transform:translate(-50%,-50%);font-weight:600;font-size:20px;line-height:20px;text-shadow:0 4px 4px rgba(0,0,0,.25)}.progress-wrap .progress-loading{font-family:Fredoka-Medium,Fredoka;margin-top:20px;font-size:24px;line-height:20px}@keyframes panoramic{to{background-position:200% 0}}.share-wrap{z-index:2}.share-wrap,.share-wrap .share-bg{width:100%;height:100%;position:absolute;top:0;left:0}.share-wrap .share-bg{background:#000;opacity:.3}.share-wrap .share-main{width:340px;height:164px;position:absolute;top:calc(50% - 82px);left:calc(50% - 170px);background:#fff;border-radius:25px;padding:24px;text-align:left}.share-wrap .share-main .share-title{height:28px;line-height:28px;font-size:24px;font-weight:500;text-align:left;margin-bottom:10px}.share-wrap .share-main .share-close{height:16px;font-size:16px;position:absolute;top:16px;right:16px;cursor:pointer;color:rgba(14,43,77,.5)}.share-wrap .share-main .share-close:hover{color:#55dbf9}.share-wrap .share-main .share-info{padding:10px 0;height:44px;line-height:24px;font-size:14px}.share-wrap .share-main .share-list{display:flex;height:32px;justify-content:space-around;overflow:hidden}.share-wrap .share-main .share-list li{width:50px;text-align:center;cursor:pointer}.share-wrap .share-main .share-list li:hover{opacity:.7}.share-wrap .share-main .share-list img{width:32px;height:32px}[data-system=pc] .game-attr{display:flex;justify-content:space-between;height:68px;padding:6px 24px}[data-system=pc] .game-attr .game-info{width:calc(100% - 320px);height:100%;position:relative;padding-left:78px;padding-top:10px}[data-system=pc] .game-attr .game-info img{width:54px;height:54px;position:absolute;top:0;left:0;border-radius:6px}[data-system=pc] .game-attr .game-info h1{color:#0a2047;font-size:24px;font-weight:600;line-height:24px;font-family:Fredoka-SemiBold,Fredoka}[data-system=pc] .game-attr .game-info span{height:20px;font-size:12px;line-height:20px;color:#0a2047;opacity:.5}[data-system=pc] .game-attr .game-action{display:flex;height:100%;align-items:center}[data-system=pc] .game-attr .game-action>p{width:50px;cursor:pointer}[data-system=pc] .game-attr .game-action>p i{font-size:32px}[data-system=pc] .game-attr .game-action>p i.active,[data-system=pc] .game-attr .game-action>p i:hover{color:#55dbf9}[data-system=pc] .game-attr .game-action>p .attr-action-icon{display:block;height:38px;text-align:center}[data-system=pc] .game-attr .game-action>p .attr-action-text{display:block;height:20px;text-align:center}[data-system=pc] .game-attr .game-action .attr-big-icon{display:flex;height:44px;position:relative;justify-content:right;margin-left:22px}[data-system=pc] .game-attr .game-action .attr-big-icon:before{content:" ";display:block;width:1px;height:24px;position:absolute;left:0;top:10px;background:#e2e9f1}[data-system=pc] .game-attr .game-action .attr-big-icon>i{font-size:30px;margin-left:34px;cursor:pointer}[data-system=pc] .game-attr .game-action .attr-big-icon>i:hover{color:#55dbf9}[data-system=pc] .game-attr .game-action .attr-big-icon>i:hover .remind-wrap{color:#000}[data-system=pc] .game-attr .game-action .attr-big-icon>i.active{color:#55dbf9}[data-system=pc] .game-attr .game-action .attr-big-icon .game-full{color:#fb5092;cursor:pointer}[data-system=pc] .game-attr .game-action .attr-big-icon .game-full:hover{color:#ff65a0}[data-system=pc] .game-attr .game-action .attr-big-icon .game-full:active{color:#fb448b}[data-system=pc] .game-attr .remind-wrap{padding:12px;position:absolute;top:-65px;left:-345px;background:#fff;border-radius:13px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);z-index:99;white-space:nowrap;font-size:12px;color:#000}[data-system=pc] .game-attr .remind-wrap .remind-cursor{width:48px;height:37px;position:absolute;top:35px;right:95px;background:url(/gamebridge-web/assets/remind-cursor.png);animation:heart .5s ease-in-out infinite alternate}[data-system=pc] .game-attr .remind-wrap i{margin-left:15px;font-size:12px;cursor:pointer}[data-system=pc] .game-attr .remind-wrap i:hover{color:#55dbf9}[data-system=mobile] .game-attr{height:88px;padding:0 16px}[data-system=mobile] .game-attr .game-info{height:48px;position:relative;padding:8px 0 8px 38px;border-bottom:1px solid #e9eff5}[data-system=mobile] .game-attr .game-info img{width:32px;height:32px;position:absolute;top:8px;left:0}[data-system=mobile] .game-attr .game-info h1{color:#0a2047;font-size:16px;font-weight:600;line-height:20px;font-family:Fredoka-SemiBold,Fredoka;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-system=mobile] .game-attr .game-info span{font-size:12px;line-height:14px;color:#0a2047;opacity:.5}[data-system=mobile] .game-attr .game-action{display:flex;height:40px;padding:8px 0;align-items:center;justify-content:flex-end}[data-system=mobile] .game-attr .game-action p{display:flex;margin-right:10px}[data-system=mobile] .game-attr .game-action p .icon-hated-solid,[data-system=mobile] .game-attr .game-action p .icon-like-solid{color:#1ecef5}[data-system=mobile] .game-attr .game-action p .attr-action-icon{display:inline-block;width:26px;height:36px}[data-system=mobile] .game-attr .game-action p .attr-action-icon i{font-size:24px}[data-system=mobile] .game-attr .game-action p .attr-action-icon i.active,[data-system=mobile] .game-attr .game-action p .attr-action-icon i:hover{color:#55dbf9}[data-system=mobile] .game-attr .game-action p .attr-action-text{display:inline-block;height:36px;line-height:36px;font-size:14px}[data-system=mobile] .game-attr .game-action .attr-big-icon{display:flex;height:44px;position:relative;justify-content:right;align-items:center;margin-left:12px}[data-system=mobile] .game-attr .game-action .attr-big-icon:before{content:" ";display:block;width:1px;height:24px;position:absolute;left:0;top:10px;background:#e2e9f1}[data-system=mobile] .game-attr .game-action .attr-big-icon>i{font-size:22px;margin-left:20px;cursor:pointer}[data-system=mobile] .game-attr .game-action .attr-big-icon>i.active,[data-system=mobile] .game-attr .game-action .attr-big-icon>i:hover{color:#55dbf9}[data-system=mobile] .game-attr .remind-wrap{width:324px;font-size:12px;display:flex;position:absolute;background:#fff;padding:0 28px;top:0;left:-286px}[data-system=mobile] .game-attr .remind-wrap .cancel-button,[data-system=mobile] .game-attr .remind-wrap .install-button{width:129px;height:33px;line-height:33px;border-radius:19px;text-align:center}[data-system=mobile] .game-attr .remind-wrap .cancel-button{background:#eee;color:#999ea8;margin-right:10px}[data-system=mobile] .game-attr .remind-wrap .install-button{background:#ff73a9;color:#fff}#install-dom{display:none;position:relative}#install-dom[data-installing=true],[data-live="2"]{animation:flicker 1s ease-in-out infinite}@keyframes flicker{0%{opacity:.1}to{opacity:1}}@keyframes heart{0%{transform:translateY(-5px) rotate(180deg)}to{transform:translateY(10px) rotate(180deg)}}[data-system=pc] .walk-through-video-area{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.8);z-index:2}[data-system=pc] .walk-through-video-area .video-main{display:flex;width:100%;height:100%;background-color:#fff;border-radius:16px 16px 0 0}[data-system=pc] .walk-through-video-area .video-main .video-left{width:80%;height:100%;position:relative;padding:8px 16px 8px 8px}[data-system=pc] .walk-through-video-area .video-main .video-left .video-playback-icon{width:calc(100% - 16px);height:calc(100% - 24px);position:absolute;top:8px;left:8px;z-index:1;background-position:50%;background-size:150%;border-radius:12px;filter:blur(5px)}[data-system=pc] .walk-through-video-area .video-main .video-left .video-playback-area{display:flex;width:calc(100% - 16px);height:calc(100% - 24px);position:absolute;top:8px;left:8px;z-index:2;overflow:hidden;align-items:center;border-radius:12px}[data-system=pc] .walk-through-video-area .video-main .video-left .video-playback-area>div{height:auto!important}[data-system=pc] .walk-through-video-area .video-main .video-right{width:32%;height:100%;padding-top:8px;overflow:hidden}[data-system=pc] .walk-through-video-area .video-main .video-right>header{display:flex;justify-content:space-between;height:22px;margin-bottom:8px;padding-right:10px;text-align:left;line-height:22px;font-size:14px;font-weight:700}[data-system=pc] .walk-through-video-area .video-main .video-right>header .close-video-area{font-size:22px;color:#a3adb9;cursor:pointer}[data-system=pc] .walk-through-video-area .video-main .video-right>header .close-video-area:hover{color:#1ecef5}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area{height:calc(100% - 32px);overflow-y:auto;overflow-x:hidden}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul{width:100%}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li{display:flex;width:100%;height:64px;margin-bottom:8px;text-align:left;cursor:pointer}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li:first-child{position:sticky;top:0;left:0;z-index:99;background-color:#fff}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li:hover .recommend-list-title{color:#55dbf9}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li:hover .video-preview{display:block!important}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li[data-active=true]{display:none}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li .video-images{width:50%;height:100%;position:relative;border-radius:5px;overflow:hidden;background-position:50%;background-size:100% auto}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li .video-images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li .video-images .video-preview{display:none;width:100%;height:100%;position:absolute;top:0;left:0;background:#000}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li .video-images .recommend-video-duration{width:auto;height:16px;position:absolute;bottom:0;right:0;padding:0 4px;border-bottom-right-radius:4px;text-align:center;line-height:16px;background-color:rgba(0,0,0,.8);opacity:.8;color:#fff}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul>li .recommend-list-title{width:54%;height:69%;float:right;padding-left:8px;color:#0e2b4d;text-align:left;font-size:14px;line-height:22px;font-weight:400;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}[data-system=pc] .walk-through-video-area .video-main .video-right .video-list-area>ul .active{background-color:#3aecf7}[data-system=mobile] .walk-through-video-area{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:100;background-color:#000}[data-system=mobile] .walk-through-video-area .video-main .video-playback-icon{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-position:50%;background-size:auto 200%;border-radius:12px;filter:blur(5px)}[data-system=mobile] .walk-through-video-area .video-main .video-playback-area{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;align-items:center}[data-system=mobile] .walk-through-video-area .video-main .video-playback-area video{width:100%;height:100%}[data-system=mobile] .walk-through-video-area .game-full-back{width:44px;height:34px;position:fixed;left:0;top:70px;z-index:99;background-color:#fff;box-shadow:0 2px 10px 1px rgba(0,0,0,.76);border-radius:0 30px 30px 0;line-height:34px;padding-left:10px}[data-system=mobile] .walk-through-video-area .game-full-back .game-full-back-icon{font-size:18px;color:#16e3ff}[data-system=mobile] .game-play-area{display:flex;width:100%;height:100%;font-size:36px;justify-content:center;align-items:center;cursor:pointer}[data-system=mobile] .game-play-area .game-play-bg{width:100%;height:100%;position:absolute;left:0;top:0;background-repeat:no-repeat;background-size:100%;background-position:50%;z-index:1;opacity:.5}[data-system=mobile] .game-play-area .game-notsupport{background:#000;border-radius:35px;opacity:.74;line-height:20px;padding:6px 17px;font-size:14px;vertical-align:middle;color:#fff;margin-top:-44px;margin-bottom:12px}[data-system=mobile] .game-play-area .game-play-action{z-index:2;text-align:center}[data-system=mobile] .game-play-area .game-play-action p{font-family:Fredoka-SemiBold,Fredoka;display:inline-block;width:100%;font-weight:600;text-align:center;font-size:16px;line-height:16px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25)}[data-system=mobile] .game-play-area .game-play-action .game-cursor,[data-system=mobile] .game-play-area .game-play-action .game-play{display:inline-block;width:100%;height:64px;margin:0 auto 4px;background-repeat:no-repeat;background-position:50%}[data-system=mobile] .game-play-area .game-play-action .game-cursor.play-now,[data-system=mobile] .game-play-area .game-play-action .game-play.play-now{background-image:url(/gamebridge-web/assets/playnow_mobile.png)}[data-system=mobile] .game-play-area .game-play-action .game-cursor.walk-through,[data-system=mobile] .game-play-area .game-play-action .game-play.walk-through{margin-top:24px;background-image:url(/gamebridge-web/assets/walkthrough_mobile.png)}[data-system=mobile] .game-play-area .game-play-action .game-cursor.play-disable,[data-system=mobile] .game-play-area .game-play-action .game-play.play-disable{background-image:url(/gamebridge-web/assets/game-start-disable.svg)}[data-system=mobile] .game-play-area .game-play-action .game-cursor{position:relative;width:100%;height:56px;top:30px;right:-30px;background-image:url(/gamebridge-web/assets/cursor_mobile.png)}[data-system=pc] .game-notsupport{width:100%;height:40px;position:absolute;top:calc(50% - 20px);left:0;font-weight:600;text-align:center;font-size:24px;line-height:40px;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);margin-left:auto;margin-right:auto}