.msg-wrap,.msg__overlay{position:fixed;transition:all .3s}.msg-wrap{top:50%;left:50%;z-index:10;transform:translate(-50%,-50%) scale(0,0);width:84vh;height:49vh;background:linear-gradient(180deg,#35394f 0,#1d2030 100%);border-radius:.7vw}.msg-wrap .msg-header{padding:4% 0;display:flex;align-items:center;justify-content:center;font-size:3vh;border-bottom:.014vw solid #6b5b73}.msg-wrap .msg-body,.msg-wrap .msg-body .msg-body-content{box-sizing:border-box;display:flex;align-items:center;justify-content:center}.msg-wrap .msg-body{padding:5%;height:60%}.msg-wrap .msg-body .msg-body-content{width:67vh;height:26vh;font-size:4.5vh;word-wrap:break-word;color:#fff;overflow:hidden;text-align:center}.msg-wrap .msg-footer{padding:5% 19%;height:38%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-around}.msg-wrap .msg-footer .msg-footer-btn{position:relative;min-width:20vh;max-width:28vh;height:8vh;border:0;color:#fff;outline:0;border-radius:8vw;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#35394e;font-size:3.75vh}.msg-wrap .msg-footer .msg-footer-btn img{height:50%}.msg-footer-btn.msg-active{background:linear-gradient(to right,#7629fc,#2b79f7)!important}.msg__overlay{top:0;right:0;bottom:0;left:0;z-index:5;background-color:rgba(0,0,0,.8);opacity:0}
/*! * smallPop 0.1.2 | https://github.com/silvio-r/spop * Copyright (c) 2015 Sílvio Rosa @silvior_ * MIT license */
@-webkit-keyframes spopIn{0%{-webkit-transform:scale(.2,.2);transform:scale(.2,.2)}95%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes spopIn{0%{-webkit-transform:scale(.2,.2);transform:scale(.2,.2)}95%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes spopOut{0%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}20%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{opacity:0;-webkit-transform:scale(0,0);transform:scale(0,0)}}@keyframes spopOut{0%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}20%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{opacity:0;-webkit-transform:scale(0,0);transform:scale(0,0)}}@keyframes SearchKeyWords{0%{opacity:0}to{opacity:1}}@keyframes SearchKeyWords2{0%{opacity:0}to{opacity:1}}@keyframes wordsLoop{0%{transform:translateX(0);-webkit-transform:translateX(0)}to{transform:translateX(-100%);-webkit-transform:translateX(-100%)}}@keyframes wordsLoop1{0%{transform:translateX(0);-webkit-transform:translateX(0)}to{transform:translateX(-100%);-webkit-transform:translateX(-100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.spop-container{z-index:2000;position:fixed}.spop-container,.spop-container *,.spop-container :after,.spop-container :before{box-sizing:border-box}.spop--top-left{top:0;left:0}.spop--top-left .spop{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.spop--top-center{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.spop--top-center .spop{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.spop--top-right{top:0;right:0}.spop--top-right .spop{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.spop--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.spop--center .spop{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.spop--bottom-left{bottom:0;left:0}.spop--bottom-left .spop{-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.spop--bottom-center{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.spop--bottom-center .spop{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.spop--bottom-right{bottom:0;right:0}.spop--bottom-right .spop{-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}@media screen and (max-width:30em){.spop--bottom-center,.spop--bottom-left,.spop--bottom-right,.spop--top-center,.spop--top-left,.spop--top-right{top:auto;bottom:0;left:0;right:0;margin-left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.spop--bottom-center .spop,.spop--bottom-left .spop,.spop--bottom-right .spop,.spop--top-center .spop,.spop--top-left .spop,.spop--top-right .spop{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.spop{border-bottom:.1em solid rgba(0,0,0,.15)}}.spop{position:relative;height:auto;border-radius:.56vw;width:auto;display:flex;align-items:center;justify-content:center;-webkit-transform:translateZ(0);transform:translateZ(0);margin:3.2vh 0}.spop div{font-size:1.8vh;color:#333}.spop--error,.spop--info,.spop--success,.spop--warning{color:#fff;background-color:#eee;border-radius:100vh}.spop--out{-webkit-animation:spopOut .4s ease-in-out;animation:spopOut .4s ease-in-out}.spop--in{-webkit-animation:spopIn .4s ease-in-out;animation:spopIn .4s ease-in-out}.spop-body{padding:2.2vh 2vw}.spop-title{margin-top:0;margin-bottom:.25em;color:#fff}.spop-icon{width:3.5vh;height:3.5vh;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-animation:spopIn .4s .4s ease-in-out;animation:spopIn .4s .4s ease-in-out}.spop-icon:after,.spop-icon:before{content:" ";margin-bottom:.15vh;margin-top:.15vh;display:block}.spop-icon--error,.spop-icon--info{border:.2em solid #3a95ed}.spop-icon--error:before{width:.5vh;height:.5vh}.spop-icon--info:before{width:.5vh;height:.5vh;background-color:#3a95ed}.spop-icon--error:after,.spop-icon--info:after{width:.5vh;height:1.4vh}.spop-icon--info:after{background-color:#3a95ed}.spop-icon--error{border-color:#ff5656}.spop-icon--error:after,.spop-icon--error:before{background-color:#ff5656}.spop-icon--success{border:.2em solid #2ecc54}.spop-icon--success:before{width:.8em;height:.5em;border-bottom:.2em solid #2ecc54;border-left:.2em solid #2ecc54;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.spop-icon--warning{border:.2em solid #fcd000}.spop-icon--warning:before{width:0;height:0;border-style:solid;border-color:transparent transparent #fcd000;border-width:0 .3em .6em}.category-groups{padding-bottom:4vh;box-sizing:border-box;position:relative}.category-title{height:7vh;font-size:4vh;margin:0 var(--horizontal-gap);position:relative;z-index:-1}.category-content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:row wrap!important}.horizontal-scroll{width:max-content}.horizontal-3,.horizontal-4,.horizontal-6{width:28.94vw;height:28.94vh;margin:0 var(--horizontal-gap)}.horizontal-4,.horizontal-6{width:21.2vw;height:21.2vh}.horizontal-6{width:13.4vw;height:13.4vh}.circular-6{width:12vw;height:12vw;margin:0 1.8vw}.circular-6 .content-common{border-radius:13.4vw!important}.square-6,.vertical-6{width:13.4vw;height:13.4vh;margin:0 var(--horizontal-gap)}.square-6 .content-common{overflow:hidden}.vertical-6{height:34vh}.content-common{width:100%;height:100%;position:relative;background:url(/app/image/common/content-default.webp) rgba(215,215,236,.2);background-repeat:no-repeat;background-size:auto 30%;background-position:center;border-radius:.6vh}.content-common .content-info{width:100%;height:100%;border-radius:.6vh;overflow:hidden}.content-common.ranking-1 .content-ranking{position:absolute;top:2vh;left:0;width:10vh;height:3.7vh;background:url(/app/image/common/ranking-1-icon.webp) no-repeat;background-size:contain}.content-common.ranking-2 .content-ranking,.content-common.ranking-3 .content-ranking{content:'';position:absolute;top:2vh;left:0;width:10vh;height:3.7vh;background-size:contain}.content-common.ranking-2 .content-ranking{background:url(/app/image/common/ranking-2-icon.webp) no-repeat}.content-common.ranking-3 .content-ranking{background:url(/app/image/common/ranking-3-icon.webp) no-repeat}.content-common .content-info .content-img,.content-common .content-info .content-img .con-img,.h-recommended-list>div img{width:100%;height:100%}.content-common .content-info .content-attr,.content-common .content-info .content-sub-attr{display:block;position:absolute;left:0;bottom:0;width:100%;height:6vh;line-height:6vh;border-radius:0 0 .6vh .6vh;padding:0 2vh;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:-webkit-linear-gradient(top,rgba(255,255,255,0)0,rgba(0,0,0,.5)100%);transform:perspective(-1px);box-sizing:border-box}.banner .content-attr,.banner .content-sub-attr,.circular .content-attr,.circular .content-sub-attr,.square .content-attr,.square .content-sub-attr{display:none!important}.horizontal.content-common:focus .content-attr,.vertical.content-common:focus .content-attr{display:block!important}.content-common:focus .content-sub-attr{display:none!important}.show-footer .content-sub-attr{border-radius:0!important}.content-common .content-info .content-tag{position:absolute;right:1vh;top:1vh;width:8vh;height:4vh}.content-common .content-progress{content:'';position:absolute;bottom:0;left:0;width:100%;height:.5vh;background:rgba(238,238,238,.6);display:none;z-index:1}.content-common .content-progress div{width:0;height:100%;background:var(--THEME-BUTTON)}.content-common .content-footer{width:100%;height:7.6vh;position:absolute;padding:0 2vh;visibility:hidden;background-color:rgba(215,215,236,.16);border-radius:0 0 .6vh .6vh;overflow:hidden;bottom:-7.6vh;color:#eee;box-sizing:border-box}.content-common:focus .content-footer{background-color:#eee}.show-footer{margin-bottom:7.6vh!important}.content-common .content-title{height:auto;width:100%;margin-top:.6vh;font-size:2.6vh;color:#eee;display:inline-block;white-space:nowrap;transform:perspective(1px);overflow:hidden}.content-common:focus .content-title{width:auto;overflow:inherit;color:rgba(51,51,51)!important}.content-common .content-subtitle{height:auto;width:100%;line-height:1.5vh;font-size:2vh;color:rgba(238,238,238,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:perspective(1px);box-sizing:border-box}.content-common:focus .content-subtitle{color:rgba(51,51,51,.6)!important}.show-footer .content-common,.show-footer .content-common .content-attr,.show-footer .content-common .content-info,.show-footer .content-common .content-sub-attr{border-radius:.6vh .6vh 0 0}.show-footer .content-footer{visibility:visible!important}.banner .content-footer,.circular .content-footer,.square .content-footer{visibility:hidden!important}.horizontal:focus .content-footer,.vertical:focus .content-footer{visibility:visible!important}.content-common.focusable:focus .content-title.scroll{animation:15s wordsLoop linear infinite normal}.content-common.focusable:focus::after{content:"";bottom:0;left:0;right:0;top:0;height:calc(100% + 7.6vh);position:absolute;border-radius:.6vh;border:.6vh solid #eee;z-index:999;box-sizing:border-box}.banner:focus::after,.circular:focus::after,.square:focus::after{height:100%!important}.circular:focus::after{border-radius:100vh!important}.content-common.focusable:focus{transition-duration:.3s;transition-timing-function:ease-out;-webkit-transform-style:preserve-3d;z-index:99}.horizontal:focus{transform:perspective(1px) scale(1.18) translateZ(0)}.circular:focus,.square:focus,.vertical:focus{transform:perspective(1px) scale(1.2) translateZ(0)}.banner:focus{transform:perspective(1px) scale(1.05) translateZ(0)}.banner-item{width:90.8vw;height:20vh;margin:0 var(--horizontal-gap)}.banner-item.small{height:20vh!important}.banner-item.medium{height:31vh!important}.banner-item.big{height:41vh!important}.more{background:rgba(215,215,236,.2)!important}.more .more-img{max-width:30%;max-height:40%}.more.focus{background:var(--THEME-BUTTON)!important}.homepage-container{width:100%;height:100%;background:var(--DEFAULT-BACKGROUND);position:absolute;top:0;left:0;overflow:hidden;display:none}.homepage{width:100%;height:100%;transform:none}.h-tab{width:100%;margin-top:9.63vh;height:8.33vh;padding:0 var(--horizontal-padding);box-sizing:border-box;z-index:2}.h-tab.move-top{background:-webkit-linear-gradient(top,#16161a 0,rgba(22,22,26,.9) 70%,rgba(22,22,26,0) 100%);position:relative;top:-5vh}.h-content{width:100%;height:69vh;padding:8vh 0 4vh}.h-tab-left{height:100%;z-index:2}.h-tab .focusable:focus{background:var(--THEME-BUTTON)}.h-search-button{width:54.03vw;height:8.33vh;margin-right:5.47vw;background:#eee;border-radius:140px;padding:0 1.5vw;cursor:pointer}.h-search-icon{height:4vh;width:4vh;background:url(/app/image/common/home-search-icon.webp) no-repeat;background-size:100%}.h-search-button:focus .h-search-icon{background:url(/app/image/common/home-search-current-icon.webp) no-repeat;background-size:100%}.search-version-1.h-search-button .h-search-icon{background:url(/app/image/common/google-icon.webp) no-repeat;background-size:100%}.search-version-1.h-search-button:focus .h-search-icon{background-image:url(/app/image/common/google-icon.webp) no-repeat;background-size:100%}#h_search_title{font-size:2.8vh;white-space:nowrap;color:rgba(0,0,0,.6);font-family:"Segoe UI","Arial";animation:SearchKeyWords 1s ease-out}#h_search_title.animation{animation:SearchKeyWords2 1.2s ease-out}.h-search-button:focus #h_search_title{color:rgba(255,255,255,.6)}.h-tab-button{margin-right:3.13vw;position:relative}.rtl .h-tab-button{margin-left:0;margin-right:2vw!important}.h-button{width:8.33vh;height:8.33vh;color:#f0f8ff;border-radius:50%;font-size:1.8vw;cursor:pointer;background:var(--THEME-BUTTON-UN-ACTIVE)}.h-button .account-name,.h-button.account img{display:none}.h-button.account .account-name{width:7.3vh!important;height:7.3vh;font-size:4.72vh;border-radius:7vh;background-color:#075a64;display:flex;font-weight:500;pointer-events:none}.h-button:focus.account .account-name{background:0 0!important}.h-button img{height:60%}.current-line{display:inline-block;position:absolute;bottom:-2vh;width:0;height:1vh;background:var(--THEME-BUTTON);-webkit-transition:all .2s linear}.current-line.current{width:7.3vh}.h-tab-right{height:100%;width:auto;cursor:pointer;z-index:2}.h-help-button{width:7.3vh;height:7.3vh;background:var(--THEME-BUTTON-DEFAULT);border-radius:7.3vh;position:relative}.h-help-button img{height:58%}.h-help-button.red-dot::before{content:'';width:2vh;height:2vh;border-radius:2vh;background:#e80000;position:absolute;top:0;right:0}.h-recommended{position:relative;display:none;width:100%;height:auto;box-sizing:border-box}.h-recommended-list{width:auto;height:max-content;display:-webkit-flex;flex-flow:row wrap;justify-content:flex-start;align-content:flex-start;-webkit-transition:all .3s ease-out;transform:translateX(0);margin-left:4.69vw;padding-bottom:4vh}.h-recommended-list>div{width:16.41vw;height:20.83vh;overflow:hidden;margin-right:2.16vw;margin-bottom:3.8vh;cursor:pointer;display:-webkit-flex;justify-content:center;align-items:center;background:rgba(255,255,255,.03);opacity:1;transition-duration:.3s;transition-timing-function:ease-out;-webkit-transform-style:preserve-3d;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}.h-recommended-list .focusable:focus{-webkit-transform:perspective(1px) scale(1.3) translateZ(0);opacity:1;z-index:1}.h-recommended-content{padding:0 3vw}.h-recommended-list .gameBg.focusable:focus{-webkit-transform:perspective(1px) scale(1.3) translateZ(0);background:linear-gradient(transparent 20%,red 80%,transparent 90%,transparent 100%)}.h-bookmarks{display:none;width:100%;height:auto;position:relative}.h-bookmarks>img{position:absolute;left:30%;top:20%;width:52vh}.h-bookmarks-list{width:auto;height:max-content;padding:0 3vw;display:-webkit-flex;flex-flow:row wrap;align-items:flex-start;justify-content:flex-start}.h-bookmarks-list>div{width:16.8vw;height:26.5vh;margin-right:1vw;margin-left:1vw;margin-bottom:5vh;cursor:pointer;transition:transform .2s linear;opacity:.8;overflow:hidden}.h-bookmarks-top{width:100%;height:20.8vh;display:-webkit-flex;flex-flow:column nowrap;align-items:center;justify-content:space-between}.h-bookmarks-list .focusable:nth-child(7n+1) .h-bookmarks-top{background:#0d54b9}.h-bookmarks-list .focusable:nth-child(7n+2) .h-bookmarks-top{background:#e98c00}.h-bookmarks-list .focusable:nth-child(7n+3) .h-bookmarks-top{background:#177fc9}.h-bookmarks-list .focusable:nth-child(7n+4) .h-bookmarks-top{background:#b41220}.h-bookmarks-list .focusable:nth-child(7n+5) .h-bookmarks-top{background:#2e4573}.h-bookmarks-list .focusable:nth-child(7n+6) .h-bookmarks-top{background:#0e587b}.h-bookmarks-list .focusable:nth-child(7n+7) .h-bookmarks-top{background:#981541}.h-bookmarks-list .focusable:focus{transform:scale(1.1) translateZ(0);opacity:1}.h-bookmarks-begins{width:10vh;height:10vh;margin-top:2.6vh;border-radius:8vh;background:#fff;font-size:7.8vh;font-weight:550;transform:translate3d(0,0,0)}.h-bookmarks-list .focusable:nth-child(7n+1) .h-bookmarks-begins{color:#0d54b9}.h-bookmarks-list .focusable:nth-child(7n+2) .h-bookmarks-begins{color:#e98c00}.h-bookmarks-list .focusable:nth-child(7n+3) .h-bookmarks-begins{color:#177fc9}.h-bookmarks-list .focusable:nth-child(7n+4) .h-bookmarks-begins{color:#b41220}.h-bookmarks-list .focusable:nth-child(7n+5) .h-bookmarks-begins{color:#2e4573}.h-bookmarks-list .focusable:nth-child(7n+6) .h-bookmarks-begins{color:#0e587b}.h-bookmarks-list .focusable:nth-child(7n+7) .h-bookmarks-begins{color:#981541}.h-bookmarks-domain{color:#fff;font-size:3.75vh;margin-bottom:2vh;font-weight:550;width:90%;white-space:nowrap;text-align:center;transform:translate3d(0,0,0);overflow:hidden;box-sizing:border-box}.h-bookmarks-domain.scroll{align-self:flex-start;padding:0 1.6vw}.h-bookmarks-list .focusable:focus .h-bookmarks-domain.scroll{animation:4s wordsLoop linear infinite normal;width:auto;overflow:visible!important}.h-bookmarks-url{height:5.5vh;width:100%;background:#3a3c52;padding:0 2vh;box-sizing:border-box;overflow:hidden}.focusable:focus .h-bookmarks-url{background:#eee}.h-bookmarks-url>p{width:max-content;height:5.5vh;line-height:5.5vh;font-size:2.7vh;word-break:break-all;transform:translate3d(0,0,0)}.focusable:focus .h-bookmarks-url>p{color:#333}.h-bookmarks-list .focusable:focus .h-bookmarks-url>p.scroll{align-self:flex-start;animation:15s wordsLoop1 linear infinite normal}.h-account{position:relative;display:none;width:100%;height:100%;box-sizing:border-box}.h-account .focusable:focus{background:var(--THEME-BUTTON);transform:scale(1.1);transition:all .1s ease-out}.h-account .h-account-first{width:100%;height:28.2vh;padding:0 var(--horizontal-padding);box-sizing:border-box}.h-account-info{width:35vw;margin-right:2.18vw;height:100%;position:relative;background:rgba(255,255,255,.08)}.rtl .h-account-info{margin-right:0!important;margin-left:2.18vw!important}.h-account-info .account-status{position:absolute;width:100%;height:100%}.h-account-info .h-account-icon{width:10vh;height:10vh;position:absolute;top:-5vh;border-radius:5vh;font-weight:500;font-size:7vh}.h-account-info .h-account-icon.activity{background:#075a64!important}.h-account-info .h-account-icon img{width:100%}.h-account-info-title{height:11.8vh;width:85%;font-size:3.3vh}.h-account-info-button{width:14.6vw;height:6vh;border-radius:6vh;font-size:2.7vh;background:var(--THEME-BUTTON-DEFAULT)}.h-account-setting-button{width:54.52vw;height:100%}.h-account-top-button{flex:1;margin-left:2.18vw;height:100%;background:var(--THEME-BUTTON-DEFAULT)}.rtl .h-account-top-button{margin-left:0!important;margin-right:2.18vw!important}.h-account-top-button:first-of-type{margin-left:0!important}.rtl .h-account-top-button:first-of-type{margin-right:0!important}.h-account-top-button img{width:10vh;height:10vh}.h-account-top-button .h-account-top-title{margin-top:2.7vh;font-size:3.3vh}.h-account .h-account-second-container{padding:0 3vw}.h-account .h-account-second{width:max-content;height:18.88vh;-webkit-transition:all .2s ease-out;margin-top:9.02vh}.h-account-second>div{width:21.2vw;height:18.88vh;margin:0 1.2vw;background:rgba(255,255,255,.08)}.h-account-second>div img{width:6.8vh}.h-account-second-title{font-size:2.8vh;margin-top:2vh}.s-hot_home{width:90%;height:auto;margin-left:5%}.s-hot-list_home{width:100%;height:auto;display:-webkit-flex;flex-flow:wrap;align-items:flex-start;align-content:flex-start;visibility:hidden}.s-hot-list_home.show,.s-hot-title_home.show{visibility:visible!important}.s-hot-list_home>div{position:relative;width:auto;max-width:13vw;height:4.14vw;line-height:4.14vw;cursor:pointer;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;font-size:1.6vw;padding:0 1.86vw;box-sizing:border-box;margin-top:6.48vh;text-align:center;background:rgba(255,255,255,.1);border-radius:5vw;margin-right:2.5vw;font-family:"Segoe UI","Arial"}.s-hot-list_home>div.brand{padding-left:3.5vw;max-width:15vw}.s-hot-list>div.brand::after,.s-hot-list_home>div.brand::after{content:"Ad";position:absolute;left:1vw;top:1.3vw;border:.1vw solid rgba(238,238,238,.5);color:rgba(238,238,238,.5);font-size:1vw;height:1.4vw;width:1.8vw;line-height:1.4vw;text-align:center;border-radius:.1vw}.rtl .s-hot-list>div.brand::after,.rtl .s-hot-list_home>div.brand::after{right:1vw;left:auto}.s-hot-list_home .focusable:focus{background:var(--THEME-BUTTON)}.s-hot-list_home>div.s-hot-title_home{width:auto;min-width:0;height:4.14vw;font-size:2.1vw;padding:0 0 0 3vw;background:0 0;background-image:url(/app/image/common/hot-icon.webp);background-repeat:no-repeat;background-size:2vw;background-position:left;box-sizing:border-box;visibility:hidden;margin-right:1.67vw}.searchpage-container{width:100%;height:100%;background:var(--DEFAULT-BACKGROUND);position:absolute;top:0;left:0;overflow:hidden;display:none}.searchpage{width:100%;height:100%;display:-webkit-flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start;opacity:.99}.s-head{height:5.2vw!important}.s-search{width:100%;height:7vw}.s-hot,.s-keyboard{width:100%;height:auto}.s-search-tab{width:60%;height:3.656vw;position:relative;z-index:1}.s-search-bg{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);z-index:1;left:0;top:0}.s-search-icon{width:5.5vw;height:100%;border-radius:140px 0 0 140px;background:#eee;cursor:pointer;box-sizing:border-box;z-index:1}.rtl .s-search-icon{border-radius:0 140px 140px 0!important}.s-search-icon:focus{background:var(--THEME-BUTTON)}.s-search-icon img{height:2.5vw;width:2.5vw;border:0}.s-search-icon .s-search-tag{width:0;height:0;border:solid .8vw transparent;margin:1vw .2vw 0;border-top-color:var(--THEME-L)}.s-search-icon:focus .s-search-tag{border-top-color:#eee}.s-search-icon .s-search-tag.current{border-top-color:#eee}.s-search-button{flex:1;height:100%;border-radius:0 140px 140px 0;background:#eee;cursor:pointer;display:flex;z-index:1}.rtl .s-search-button{border-radius:140px 0 0 140px!important}.s-search-button:focus,.s-search-submit:focus{background:var(--THEME-BUTTON)}.s-search-button input{flex:1;height:100%;overflow:hidden;font-size:1.4vw;color:rgba(0,0,0,.6);padding:0 3%;border-radius:0 140px 140px 0}.s-search-button:focus input{color:#eee}.s-search-button input:focus{background:var(--THEME-BUTTON);color:#eee}.s-search-button input::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.s-search-button input:focus::-webkit-input-placeholder,.s-search-button:focus input::-webkit-input-placeholder{color:rgba(255,255,255,.6)!important}.s-search-submit{height:3.656vw;width:3.656vw;border-radius:140px;background:var(--THEME-BUTTON-DEFAULT);cursor:pointer;z-index:1}.s-search-submit img{height:50%}.s-search-associ{position:absolute;left:0;top:6vw;height:auto;width:55vw}.s-search-associ-item{height:3.9vw;width:100%;background:rgba(255,255,255,.1);border-radius:.3vw;margin-bottom:1.5vw;box-sizing:border-box}.s-search-associ-item:focus{background:var(--THEME-BUTTON)!important}.s-search-associ-item.brand::after{content:"Ad";position:absolute;right:1.5vw;border:.1vw solid rgba(238,238,238,.5);color:rgba(238,238,238,.5);font-size:1vw;padding:0 .3vw;border-radius:.1vw}.rtl .s-search-associ-item.brand::after{right:auto;left:1.5vw}.s-search-associ-item .s-search-associ-icon{height:2.5vw;width:2.5vw;margin:0 1.5vw}.s-search-associ-item.brand .s-search-associ-icon{background-color:#eee}.s-search-associ-item .s-search-associ-icon img,.s-search-option .s-search-select-icon img{height:90%}.s-search-associ-item .s-search-associ-title{width:45vw;overflow:hidden;text-overflow:ellipsis;font-size:1.6vw;color:#eee}.s-search-associ-item .s-search-associ-title span{color:#448bff}.s-search-select{position:absolute;left:0;top:4.65vw;height:auto;width:21.5vw;z-index:1}.s-search-option{height:3.7vw;width:100%;background:var(--THEME-BUTTON-DEFAULT);border-radius:.3vw;margin-bottom:1vw}.s-search-option:focus{background:var(--THEME-BUTTON)!important}.s-search-option.checked::after{content:"";width:1.6vw;height:1.6vw;position:absolute;right:1vw;background-image:url(/app/image/common/search-select-active-icon.webp);background-size:cover}.s-search-option.checked:focus::after{background-image:url(/app/image/common/search-select-active-focus-icon.webp)!important}.s-search-option .s-search-select-icon{height:2.5vw;width:2.5vw;background-color:#eee;border-radius:2.5vw;margin:0 .8vw}.s-search-option .s-search-select-title{width:auto;font-size:1.6vw;color:#eee}.s-search-barcode{height:100%;width:10%;position:absolute;top:0;right:-10%;background:url(/app/image/common/barcode.png) right center no-repeat;background-size:auto 100%;cursor:pointer}.s-search-barcode:focus{background:url(/app/image/common/barcode-active.png) right center no-repeat;background-size:auto 100%}.s-hot-list,.s-hot-title{width:90%;height:auto;visibility:hidden}.s-hot-title{font-size:2.1vw;padding:0 3vw;background-image:url(/app/image/common/hot-icon.webp);background-repeat:no-repeat;background-size:2vw;background-position:left;box-sizing:border-box}.s-hot-list.show,.s-hot-title.show{visibility:visible!important}.s-hot-list{display:-webkit-flex;flex-flow:row wrap;align-items:flex-start;justify-content:space-between;align-content:flex-start}.s-hot-list>div{position:relative;width:16.5vw;height:4.14vw;line-height:4.14vw;cursor:pointer;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;font-size:1.56vw;padding:0 1vw;box-sizing:border-box;margin-top:2vw;text-align:center;background:rgba(255,255,255,.1);border-radius:.4vw}.s-hot-list>div.brand{padding:0 4vw}.s-hot-list .focusable:focus,.s-setting-list .focusable:focus{background:var(--THEME-BUTTON)}.s-recommend{width:100%;height:24vw;padding:0 var(--horizontal-padding);box-sizing:border-box}.s-setting-list .s-setting-focus,.settingpage{width:100%;height:100%;display:-webkit-flex;flex-flow:column nowrap;align-items:center;justify-content:space-between}.s-head,.s-tab{width:100%;height:14.28%}.s-footer,.s-setting{width:100%;height:57.14%}.s-footer{height:14.28%}.s-title{width:45%;height:40%;font-size:2.8vw}.s-setting-list{width:90%;height:100%;display:-webkit-flex;flex-flow:row wrap;align-items:flex-start;justify-content:space-between;align-content:space-between}.s-setting-list .s-setting-focus{width:21%;height:42%;border-radius:1.5vh 1.5vh;justify-content:center;cursor:pointer;background:var(--THEME-BUTTON-DEFAULT)}.s-setting-icon{height:40%;width:100%;margin-bottom:8%}.s-history-icon{background:url(/app/image/common/history-icon.png) center center no-repeat;background-size:auto 100%}.s-bookmark-icon{background:url(/app/image/common/bookmark-icon.png) center center no-repeat;background-size:auto 100%}.s-privacy-icon{background:url(/app/image/common/privacy-icon.webp) center center no-repeat;background-size:auto 100%}.s-account-icon{background:url(/app/image/common/account-icon.png) center center no-repeat;background-size:auto 100%}.s-security-icon{background:url(/app/image/common/security-icon.png) center center no-repeat;background-size:auto 100%}.s-about-icon{background:url(/app/image/common/about-icon.png) center center no-repeat;background-size:auto 100%}.s-exit-icon{background:url(/app/image/common/exit-icon.png) center center no-repeat;background-size:auto 100%}.s-setting-title{height:15%;font-size:1.4vw}.bookmarkpage{width:100%;height:100%}.b-bookmark,.b-footer{width:100%;height:67%}.b-footer{height:10%}.b-bookmark-clear{width:60%;height:11%;padding-bottom:1.4vw;border-bottom:.072vw solid rgba(87,91,115,.5)}.b-bookmark-clear-button{width:100%;height:100%;background:var(--THEME-BUTTON-DEFAULT);border-radius:144px}.b-bookmark-clear-button div{margin-left:2vh;font-size:1.4vw}.b-bookmark-button:focus,.b-bookmark-clear-button:focus,.b-bookmark-li:focus{background:var(--THEME-BUTTON)}.b-bookmark-list{width:60%;height:90%;overflow:hidden;margin-top:1%;position:relative}.b-bookmark-list-container{height:auto;-webkit-transition:all .2s linear}.b-bookmark-list-container>img{position:absolute;left:20%;top:14%;width:52vh}.b-bookmark-item{height:5.8vh;margin-bottom:1.1vh}.b-bookmark-li{height:100%;background:var(--THEME-BUTTON-DEFAULT);font-size:1.4vw}.b-bookmark-li>div:nth-child(1){width:3vh;height:3vh;background:#eee;border-radius:144px;color:var(--THEME-BUTTON-DEFAULT);display:flex;align-items:center;justify-content:center;font-weight:600;margin:0 2vh;pointer-events:none}.b-bookmark-li>div:nth-child(2),.b-bookmark-li>div:nth-child(3){width:15vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.b-bookmark-li>div:nth-child(3){width:37.3vw}.b-bookmark-li>div:nth-child(4){width:4vw;height:100%;pointer-events:none;opacity:0;background:url(/app/image/common/check-to-launch-icon.webp) no-repeat center;background-size:50%}.b-bookmark-buttons{width:25.2vh;z-index:1}.b-bookmark-button{height:5.8vh;width:5.8vh;background:var(--THEME-BUTTON-DEFAULT);font-size:2.8vw}.b-bookmark-button img{pointer-events:none;width:50%;height:50%}.b-bookmark-item.transform-focus .b-bookmark-li>div:nth-child(3){width:22vw}.b-bookmark-item.transform-focus[isbookmarktolaunch=true] .b-bookmark-li>div:nth-child(3){width:18vw!important}.b-bookmark-item[isTolaunch=true] .b-bookmark-li>div:nth-child(4){opacity:1!important}.b-bookmark-item[isTolaunch=true] .toLaunch{opacity:.6}.b-bookmark-to-launch{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background-color:rgba(0,0,0,.85);transition:all .3s}.b-bookmark-to-launch .launch-img img,.launch-content{width:100%;height:100%}.b-bookmark-to-launch .launch-img{width:75vw;height:58vh}.launch-cancel{width:11.5vw;height:8vh;border-radius:8vh;background:var(--DEFAULT-BACKGROUND)}.b-bookmark-input input:focus,.dialog-content .focusable:focus,.launch-cancel:focus{background:var(--THEME-BUTTON)}.launch-cancel img{height:50%}.b-bookmark-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background-color:rgba(0,0,0,.8);transition:all .3s}.dialog-content{height:6vh;position:fixed;top:40%;left:50%;z-index:10;transition:all .3s;transform:translate(-50%,-50%) scale(0,0);width:60%}.dialog-cancel,.dialog-content .dialog-save{height:6vh;width:7vh;margin-left:1vh}.dialog-content img{width:50%;height:50%}.b-bookmark-input,.historypage{width:100%;height:100%}.b-bookmark-input input{width:100%;height:100%;padding-left:5%;padding-right:5%;font-size:1.4vw}.dialog-content div{background:var(--THEME-BUTTON-DEFAULT)}.his-head,.his-tab{width:100%;height:10%}.his-tab{height:14%}.his-history{width:100%;height:67%}.his-footer{width:100%;height:10%}.his-title{width:45%;font-size:2.8vw}.his-history-all{width:60%;height:11%;padding-bottom:1.4vw;border-bottom:.072vw solid rgba(87,91,115,.5)}.his-history-browse{width:48%;height:100%;background:var(--THEME-BUTTON-DEFAULT)}.his-history-browse:focus,.his-history-clear:focus,.his-history-del:focus,.his-history-li:focus,.p-privacy-clear-button:focus,.sec-security-button:focus{background:var(--THEME-BUTTON)}.his-history-browse>div:nth-child(1){width:68%;height:100%;display:flex;align-items:center;overflow:hidden}.his-history-browse>div:nth-child(2){width:6.5vh;height:50%;border-radius:144px;background:#eee;display:flex;align-items:center;padding:0 .8%}.his-history-browse div,.sec-security-ads-button div{pointer-events:none}.his-history-clear,.his-slider{background:var(--THEME-BUTTON-DEFAULT);border-radius:144px}.his-slider{width:2.5vh;height:2.5vh;-webkit-transition:all .2s linear}.his-history-browse.check .his-slider,.sec-security-ads-button.check .sec-slider{background:#2b79f7;transform:translateX(4vh)}.his-history-clear{width:100%;height:100%;font-size:1.4vw}.his-history-list{width:60%;height:90%;overflow:hidden;margin-top:1%;position:relative}.his-history-list-container{height:auto;-webkit-transition:all .2s linear}.his-history-list-container>img{position:absolute;left:20%;top:14%;width:52vh}.his-history-item,.his-history-time{height:5.8vh;margin-bottom:1.1vh}.his-history-time{font-size:1.8vw}.his-history-li{width:auto;height:100%;background:var(--THEME-BUTTON-DEFAULT);font-size:1.4vw}.his-history-li>div:nth-child(1){margin:0 1vh;width:8vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;text-align:center}.his-history-li>div:nth-child(2){width:3vh;height:3vh;background:#eee;border-radius:144px;color:var(--THEME-BUTTON-DEFAULT);display:flex;align-items:center;justify-content:center;font-weight:600;margin:0 1vh;pointer-events:none}.his-history-li>div:nth-child(3),.his-history-li>div:nth-child(4){width:16vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;margin:0 1vh}.his-history-li>div:nth-child(4){width:30.1vw}.his-history-del{height:5.8vh;width:5.8vh;background:var(--THEME-BUTTON-DEFAULT);z-index:1;font-size:2.8vw}.his-history-del img,.sec-security-del img{width:50%;height:50%}.his-history-item.transform-focus .his-history-li>div:nth-child(4){width:26vw}.privacypage{width:100%;height:100%}.p-head,.p-tab{width:100%;height:10%}.p-tab{height:14%}.p-footer,.p-privacy{width:100%;height:67%}.p-footer{height:10%}.p-title{width:45%;height:40%;font-size:2.8vw}.p-privacy-clear{width:60%;height:45%}.p-privacy-clear-button{width:48%;height:100%;background:var(--THEME-BUTTON-DEFAULT);cursor:pointer}.p-privacy-clear-title{text-align:center;padding:0 2%;width:100%;box-sizing:border-box;font-size:1.4vw}.p-data-icon,.p-privacy-cookie-icon,.p-privacy-data-icon{width:100%;height:40%;background-position:center;background-size:contain;margin-bottom:5%;background-repeat:no-repeat}.p-privacy-cookie-icon,.p-privacy-data-icon{background-image:url(/app/image/common/privacy-data-icon.webp)}.p-privacy-cookie-icon{background-image:url(/app/image/common/privacy-cookie-icon.webp)}.securitypage{width:100%;height:100%}.sec-head,.sec-tab{width:100%;height:10%}.sec-tab{height:14%}.sec-security{width:100%;height:67%}.sec-footer{width:100%;height:10%}.sec-title{width:45%;height:40%;font-size:2.8vw}.sec-security-button{width:60%;height:10%;background:var(--THEME-BUTTON-DEFAULT);margin-bottom:1.1vh;box-sizing:border-box;padding:0 2vh;font-size:1.4vw}.sec-security-button-icon{height:50%;width:1.5%;background:url(/app/image/common/arrow-icon.webp) no-repeat;background-size:contain;background-position:center right}.rtl .sec-security-button-icon{transform:scaleX(-1)}.sec-security-container{width:100%;height:100%;overflow:hidden;position:absolute;top:0;right:-100%;-webkit-transition:all .2s linear}.sec-security-container.show{right:0}.sec-security-right{width:35%;height:100%;background:#313551;float:right}.sec-security-list{width:50vh;height:64.5%;margin:0 auto;overflow:hidden;position:relative}.sec-security-ads-button{width:50vh;min-height:6vh;background:var(--THEME-BUTTON-DEFAULT);margin:15vh auto 6vh;font-size:1.4vw}.a-about-button:focus,.sec-security-ads-button:focus,.sec-security-del:focus,.sec-security-li:focus{background:var(--THEME-BUTTON)}.sec-security-ads-button>div:nth-child(1){width:68%;height:auto;display:flex;align-items:center;overflow:hidden}.sec-security-ads-button>div:nth-child(2){width:6.5vh;height:3vh;border-radius:144px;background:#eee;display:flex;align-items:center;padding:0 .8%}.sec-slider{width:2.5vh;height:2.5vh;background:var(--THEME-BUTTON-DEFAULT);border-radius:144px;-webkit-transition:all .2s linear}.sec-security-list-container{width:50vh;height:auto;-webkit-transition:all .2s linear}.sec-security-item{height:6vh;width:50vh;margin-bottom:1.1vh}.sec-security-li{height:100%;width:49.9999vh;background:var(--THEME-BUTTON-DEFAULT);font-size:1.4vw}.sec-security-li>div:nth-child(1){margin:0 1vh;box-sizing:border-box;width:50vh;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.sec-security-del{height:6vh;width:6vh;background:var(--THEME-BUTTON-DEFAULT);font-size:2.8vw}.sec-security-item.transform-focus .sec-security-li{width:43vh}.sec-security-webpage-title{width:50vh;height:6vh;margin:14vh auto 6vh;font-size:1.54vw}.policy-content{width:100%;height:100%}.clause_title,.detail-content{display:flex;flex-direction:column}.detail-content{width:75%;height:100%;justify-content:space-around;align-items:flex-start;color:#eee}.clause_title{width:100%;flex:1;justify-content:center;align-items:center;margin-top:5%}.clause_scroll{flex:6;margin-bottom:5%;padding:0 1.4vw;width:100%;height:auto;overflow:auto}.clause_scroll li,.clause_scroll p{margin-top:.72vw}.clause_back{width:100%;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.big_text{font-size:2.24vw;line-height:2.24vw;margin:1.12vw 0!important}.medium_text{font-size:1.68vw;line-height:2.8vw}.small_text{font-size:1.4vw;line-height:2vw}.clause_scroll::-webkit-scrollbar{width:.8%}.clause_scroll::-webkit-scrollbar-thumb{border-radius:1.4vw;-webkit-box-shadow:inset 0 0 1.4vw rgba(0,0,0,.2);background:#404664}.clause_scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1.4vw rgba(0,0,0,.2);border-radius:1.4vw;background:#626a8d}.page_table{height:-webkit-fit-content}.page_table>div{border-top:.072vw solid #eee;border-left:.072vw solid #eee;border-right:.072vw solid #eee}.border-bottom{border-bottom:.072vw solid #eee}.padding-1{padding:.42vw;box-sizing:border-box}.border-left{border-left:.072vw solid #eee}.aboutpage{width:100%;height:100%}.a-head,.a-tab{width:100%;height:10%}.a-tab{height:14%}.a-about,.a-footer{width:100%;height:67%}.a-footer{height:10%}.a-title{width:45%;height:40%;font-size:2.8vw}.a-version{margin-top:.72vw}.a-about-button{width:60%;height:10%;background:var(--THEME-BUTTON-DEFAULT);margin-bottom:1.1vh;box-sizing:border-box;padding:0 2vh;font-size:1.4vw}.a-about-button-icon{height:50%;width:1.5%;background:url(/app/image/common/arrow-icon.webp) no-repeat;background-size:contain;background-position:center right}.rtl .a-about-button-icon{transform:scaleX(-1)}.a-about-version{margin-left:auto;margin-right:2%;font-size:1.4vw}.a-about-is-latest{margin:0 3%;background:var(--THEME-L);padding:0 2%;color:#eee;font-size:1.4vw;border-radius:2.8vw}.a-about-select{min-width:6.5vh;max-width:6.5vh;height:50%;border-radius:144px;background:#eee;display:flex;align-items:center;padding:0 .8%}.a-slider{width:2.5vh;height:2.5vh;background:var(--THEME-BUTTON-DEFAULT);border-radius:144px;-webkit-transition:all .2s linear}.a-about-select.check .a-slider{background:#2b79f7;transform:translateX(4vh)}.a-about-copyright{font-size:1.4vw}.helppage{width:100%;height:100%}.hel-head,.hel-tab{width:100%;height:10%}.hel-tab{height:12%}.hel-content{width:100%;height:78%;position:relative;overflow:hidden}.hel-title{font-size:2.8vw}.hel-page{width:auto}.hel-page-item{width:1vw;height:1vw;background:#59628a;border-radius:1vw;margin:0 1vw}.hel-page-item.check{background:var(--THEME-L)}.hel-help-list{width:max-content;height:100%;overflow:hidden;padding-left:15vw;padding-right:15vw;-webkit-transition:all .2s linear}.hel-item{width:60vw;height:90%;margin:0 5vw;position:relative}.hel-item-focus,.hel-item-info{height:75%;width:100%;border-radius:1.4vw;background-color:#41496c}.hel-item-focus{height:100%}.hel-item-focus .hel-image{width:85%;height:80%;background-repeat:no-repeat;background-size:contain;pointer-events:none}.hel-item-info .item1{background-image:url(/app/image/common/help1.gif)}.hel-item-info .item2{background-image:url(/app/image/common/help2.gif)}.hel-item-info .hel-email{width:85%;height:15%;margin-top:5%;background:#2b304a}.hel-item-info .hel-email img{height:45%;margin:0 2%}.hel-item-info .hel-email input,.hel-item-info .hel-textarea textarea{width:100%;height:100%;font-size:1.4vw;border:0!important}.hel-item-info .hel-textarea{width:85%;height:50%;margin-bottom:5%;padding:2%;background:#2b304a}.hel-item-info .hel-textarea textarea{resize:none}.hel-item-button{height:10%;width:30%;position:absolute;bottom:5%;left:35%;border-radius:8vw;font-size:2vw;background-color:var(--THEME-BUTTON-DEFAULT)}.hel-item-button img{height:60%}.hel-item-button.loading img{animation:spin 1.5s linear infinite}.hel-item-info .focusable{border:.28vw solid transparent;box-sizing:border-box}.hel-item-info .focusable:focus{border:.28vw solid var(--THEME-L)}.hel-item-button.focusable.current{background:var(--THEME-BUTTON-ACTIVE)!important}.hel-item-button.focusable:focus{border:0!important;background:var(--THEME-BUTTON)!important}.downloadpage{width:100%;height:100%}.b-head,.b-tab{width:100%;height:10%}.b-tab{height:14%}.b-download{width:100%;height:76%}.b-title{width:45%;height:40%;font-size:2.8vw}.b-download-clear{width:60%;border-bottom:.084vw solid rgba(87,91,115,.5)}.b-download-clear-button{width:100%;height:7.4vh;background:var(--THEME-BUTTON-DEFAULT);border-radius:144px;font-size:1.4vw}.b-download-clear-button div{margin-left:2vh}.b-download-clear-button:focus{background:var(--THEME-BUTTON)}.b-download-path{height:6vh;line-height:6vh;width:100%}.b-download-path .b-download-file{width:2%;height:100%}.b-download-path .b-download-file img{width:100%;height:auto}.b-download-path .b-download-path-title{font-size:2.2vh;width:97%;color:#eee;opacity:.6}.b-download-select{width:62%}.b-download-select>div{width:23%;height:5.6vh;margin:2% 1%;box-sizing:border-box;border:.4vh solid var(--THEME-BUTTON-DEFAULT);background:var(--THEME-BUTTON-DEFAULT);border-radius:144vh;font-size:1.32vw;line-height:100%;text-align:center}.b-download-select>div.current{background:0 0!important;border:.4vh solid #1489f2!important;color:#1489f2}.b-download-select>div:focus{background:var(--THEME-BUTTON)!important;border:0!important;padding:.4vh;color:#eee!important}.b-download-list{width:60%;height:67%;overflow:hidden;padding-top:1%;position:relative}.b-download-list-container{height:auto;-webkit-transition:all .2s linear}.b-download-item{height:11.2vh;margin-bottom:2vh}.b-download-li{height:100%;background:var(--THEME-BUTTON-DEFAULT);pointer-events:none}.b-download-li>div:nth-child(1){height:70%;margin:0 3vh;width:4vw}.b-download-li>div:nth-child(1) img{width:auto;height:100%}.b-download-li>div:nth-child(2){width:53.2vw;height:100%}.b-file-name{height:50%;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;line-height:5.6vh;font-size:1.4vw}.b-file-faile{text-decoration:line-through;vertical-align:middle}.b-state-list{height:35%;width:100%;overflow:hidden;font-size:1.2vw}.b-download-progress{height:.6vh;width:98%;border:0;background-color:#eee}.b-download-progress div{height:100%;background-color:#1489f2}.b-download-button{height:11.2vh;width:11.2vh;background:var(--THEME-BUTTON-DEFAULT)}.b-download-button img{pointer-events:none;width:100%;height:auto;position:relative;left:0;top:0}.button-status-list img{display:none}.button-status-list.download .download-img,.button-status-list.open .open-img,.button-status-list.pause .pause-img,.button-status-list.play .play-img{display:block}.b-download-item.transform-focus .b-download-li{background-color:#31364d!important}.b-download-item.transform-focus .b-download-li>div:nth-child(2){width:38vw}.b-download-button:focus{background:linear-gradient(to right,#7629fc,#2b79f7)}.b-download-li:focus,.general-select-button:focus,.sync-select-button:focus,.syncmarge-tab-button:focus{background:var(--THEME-BUTTON)}.general-select-button,.sync-select-button{width:60.4vw;height:6.94vh;padding:0 .8%;background:var(--THEME-BUTTON-DEFAULT)}.general-select-button>div,.sync-select-button>div{font-size:2.76vh}.sync-select-button{margin-bottom:2vh;position:relative}.sync-select-button.error::after,.sync-select-button.loading::after,.sync-select-button.success::after{content:"";position:absolute;right:-8vh;width:4vh;height:4vh;background-position:center;background-repeat:no-repeat;background-size:cover}.sync-select-button.loading::after{background-image:url(/app/image/common/loading-icon.webp);animation:loading 1s linear infinite}.sync-select-button.error::after,.sync-select-button.success::after{background-image:url(/app/image/common/submit-success-icon.webp)}.sync-select-button.error::after{background-image:url(/app/image/common/submit-error-icon.webp)}.setting-page-title{margin-top:12vh;height:7vh;font-size:5.56vh}.setting-page-content{margin-top:6vh;height:75vh}.button-slider-select{width:6.5vh;height:50%;border-radius:144px;background:#eee;display:flex;align-items:center;padding:0 .8%}.button-slider{width:2.5vh;height:2.5vh;background:var(--THEME-BUTTON-DEFAULT);border-radius:144px;-webkit-transition:all .2s linear}.button-slider-select.check .button-slider{background:#2b79f7;transform:translateX(4vh)}.syncmarge-title{height:10vh;width:60%;border-bottom:.14vh solid #575b73;margin:13.8vh auto 0;font-size:3.76vh}.syncmarge-tab{width:60%;height:11vh;margin:0 auto}.syncmarge-tab-button{min-width:10.6vw;height:5.56vh;font-size:2.76vh;position:relative;border-radius:10vh}.syncmarge-tab-button.current{color:#1489f2}.syncmarge-tab-button.current::after{content:'';position:absolute;width:80%;height:.41vh;bottom:-.5vh;background:var(--THEME-BUTTON)}.syncmarge-max-num{margin:0 3vh;font-size:2.76vh}.syncmarge-save-button{width:10.6vw;height:5.56vh;border-radius:10vh;background:var(--THEME-BUTTON-DEFAULT)}.syncmarge-save-button:focus{background:var(--THEME-BUTTON)}.syncmarge-save-button.loading::after{content:"";position:absolute;width:3vh;height:3vh;background-image:url(/app/image/common/loading-icon.webp);background-position:center;background-repeat:no-repeat;background-size:cover;animation:loading 1s linear infinite}.syncmarge-save-button.loading img{opacity:0}.syncmarge-save-button img{height:50%}.syncmarge-content{height:60vh;width:60%;margin:0 auto;position:relative;overflow:hidden;padding-bottom:5vh}.syncmarge-list{position:absolute;top:0;left:0;height:auto;width:100%;display:none;-webkit-transition:all .2s linear}.syncmarge-item{width:100%;height:6.94vh;background:var(--THEME-BUTTON-DEFAULT);margin-bottom:.5vh}.syncmarge-item.enabled{opacity:.4}.selbookmarkpage .focusable:focus,.syncmarge-item:focus{background:var(--THEME-BUTTON)}.syncmarge-item>div:nth-child(1){width:3.75vh;height:3.75vh;margin:0 1.2vw;border-radius:4vh;font-size:2.76vh;font-weight:700;color:#575b73;background:#eee}.syncmarge-item>div:nth-child(2),.syncmarge-item>div:nth-child(3){width:15vw;height:3.75vh;font-size:2.76vh;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.syncmarge-item>div:nth-child(3){width:20vw;margin:0 4vw}.syncmarge-item>div:nth-child(4){width:3.75vh;height:3.75vh}.syncmarge-item>div:nth-child(4) img{width:100%;height:100%}.syncmarge-item>div:nth-child(5){width:3.75vh;height:3.75vh;border-radius:4vh;margin:0 3.12vw;background:rgba(238,238,238,.6)}.syncmarge-item>div:nth-child(5) img{width:100%;height:100%;display:none}.syncmarge-item.tag>div:nth-child(5) img{display:block}.aboutus-page-title{height:13vh;margin-top:11vh}.aboutus-page-title img{height:100%;width:auto}.aboutus-title{width:75%;height:auto;font-size:2.75vh;margin-bottom:2vh}.selbookmarkpage{width:100%;height:100%;display:-webkit-flex;flex-flow:column nowrap;align-items:center;justify-content:space-between}.sel-head,.sel-tab{width:100%;height:12%}.sel-tab{height:15%}.sel-content{width:100%;height:45%}.sel-footer{width:100%;height:18%;position:relative}.sel-title{font-size:1.6vw}.sel-bookmark-list{width:80%;height:100%;flex-wrap:wrap}.sel-bookmark-item{width:27%;height:20%;margin:0 3%;background-color:#535a7f;border-radius:6vw;padding:0 2%;box-sizing:border-box}.sel-bookmark-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-size:1.68vw;font-weight:500}.sel-check-button{max-width:5vh;min-width:5vh;height:5vh;background:#2e334f;border-radius:50%}.sel-bookmark-item.active .sel-check-button img{opacity:1}.sel-check-button img{width:60%;height:40%;opacity:0}.sel-next-button,.sel-skip-button{width:20%;height:40%;font-size:2vw;border-radius:6vw}.sel-next-button{background:#535a7f}.sel-skip-button{position:absolute;top:0;right:10%}.sel-skip-button.rtl{right:70%!important}.opt-container,.opt-tab img{width:100%;height:100%}.opt-tab{width:20.54vw;height:15.6vh;margin-top:13.4vh}.opt-content{margin-top:7.2vh;width:33.4vw;height:37.8vh}.opt-select{width:100%;height:8.88vh;background:var(--THEME-BUTTON-DEFAULT);margin-bottom:5.6vh}.opt-select:focus{background:var(--THEME-BUTTON)}.opt-select div{min-width:8vw;margin-left:2.2vw;font-size:2.1vw}.rtl .opt-select div{margin-left:0!important;margin-right:2.2vw}.opt-select img{height:5vh;width:5vh}.opt-policy{width:100%;margin-top:10vh}.opt-policy span{margin:0 .8vw;text-decoration:underline;font-weight:600;font-size:2.76vh}.opt-policy span:focus{color:var(--THEME-L)}.opt-desc{width:90%;margin-top:1vh;font-size:2.4vh;opacity:.6}#opt_google.error::after,#opt_google.loading::after,#opt_google.success::after{content:"";position:absolute;right:28vw;width:4.4vh;height:4.4vh;background-repeat:no-repeat;background-size:cover}#opt_google.loading::after{background-image:url(/app/image/common/loading-icon.webp);animation:loading 1s linear infinite}#opt_google.error::after,#opt_google.success::after{background-image:url(/app/image/common/submit-success-icon.webp);background-position:center}#opt_google.error::after{background-image:url(/app/image/common/submit-error-icon.webp)}.login-input input,.login-metax-logo img,.loginpage{width:100%;height:100%}.login-metax-logo{position:absolute;top:0;left:0;width:24vh;height:24vh}.login-title{height:9.72vh;margin-top:14.6vh;font-size:7.36vh}.login-content{margin-top:7.36vh;width:46.8vw;height:23.4vh}.login-input{width:100%;height:8.88vh;background:#ddd;cursor:pointer}.login-input input{padding:0 1.56vw;font-size:3.75vh;caret-color:var(--THEME-L);color:#333;border:.42vh solid transparent}.change-input input:focus,.login-input input:focus,.signup-input input:focus{border:.42vh solid var(--THEME-L)}.login-submit{width:46.8vw;height:8.88vh;margin-top:11.2vh;border-radius:8.88vh;font-size:3.75vh;background:var(--THEME-BUTTON-DEFAULT)}.login-submit.current{background:var(--THEME-BUTTON-ACTIVE)!important}.login-submit:focus{background:var(--THEME-BUTTON)!important}.login-button{height:8vh;width:46.8vw;margin-top:3.8vh}.login-button>div{width:22vw;height:100%;border-radius:8vh;border:.4vh solid #575b73;font-size:3vh;box-sizing:border-box;background-repeat:no-repeat}.login-button>div:focus{background:var(--THEME-BUTTON)!important;border:0!important}.signuppage{width:100%;height:100%}.signup-title{height:9.72vh;margin-top:9.4vh;font-size:7.36vh}.signup-sub-title{margin-top:2.8vh;font-size:2.8vh;opacity:.6}.signup-content{margin-top:7vh;width:46.8vw;height:37.8vh}.signup-input{width:100%;height:8.88vh;cursor:pointer}.signup-input input{height:100%;padding:0 1.56vw;font-size:3.75vh;caret-color:var(--THEME-L);color:#333;background:#ddd;border:.42vh solid transparent}.signup-input .signup-email{width:33vw;float:left}.signup-input .signup-code{width:100%}.signup-send{height:100%;float:right;width:12.34vw;border-radius:1vh;font-size:3.75vh;background:var(--THEME-BUTTON-DEFAULT)}.signup-send img{height:50%}.signup-send:focus{background:var(--THEME-BUTTON)}.signup-submit{width:46.8vw;height:8.88vh;margin-top:11vh;border-radius:8.88vh;font-size:3.75vh;background:var(--THEME-BUTTON-DEFAULT)}.signup-submit.current{background:var(--THEME-BUTTON-ACTIVE)!important}.signup-submit:focus{background:var(--THEME-BUTTON)!important}.change-input input,.changepage{width:100%;height:100%}.change-title{height:9.72vh;margin-top:14.6vh;font-size:7.36vh}.change-content{margin-top:7.36vh;width:46.8vw;height:23.4vh}.change-input{width:100%;height:8.88vh;background:#ddd;cursor:pointer}.change-input input{padding:0 1.56vw;font-size:3.75vh;caret-color:var(--THEME-L);color:#333;border:.42vh solid transparent}.change-button{width:46.8vw;height:21.6vh;margin-top:11.2vh}.change-button div{width:100%;height:8.88vh;font-size:3.75vh;border-radius:8.88vh}.change-button>div:first-child{background:var(--THEME-BUTTON-DEFAULT)}.account-info-button>div:focus,.change-button div:focus{background:var(--THEME-BUTTON)}.accountpage{width:100%;height:100%}.account-title{font-size:7.36vh;margin-top:11.2vh}.account-info-s{width:16.6vh;height:16.6vh;margin-top:7.36vh;border-radius:8.3vh;font-size:10vh;background-color:#075a64}.account-info-email{margin-top:4.8vh;font-size:3.75vh}.account-info-button{height:18vh;width:100%;margin-top:9.3vh}.account-info-button>div{width:29.2vw;height:6.94vh;font-size:2.78vh;background:var(--THEME-BUTTON-DEFAULT)}.googleloginpage{background:#fff;width:100%;height:100%}.googleloginpage>div{width:35vw;height:70vh;border:.1vh solid #868686;border-radius:1vh}.googlelogin-logo{width:14vw;height:auto;margin:7vh 0}.googleloginpage span{color:#1a1a1a!important}.submit.loading::after,.submit.success::after{content:"";position:absolute;width:4.4vh;height:4.4vh;background-position:center;background-repeat:no-repeat;background-size:cover}.submit.loading::after{background-image:url(/app/image/common/loading-icon.webp);animation:loading 1s linear infinite}.submit.success::after{background-image:url(/app/image/common/submit-success-icon.webp)}.submit.loading,.submit.success{color:transparent!important}