.redfinger-dialog{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;top:0;bottom:0;background:rgba(0,0,0,.3);z-index:999;padding:0 20px}.redfinger-dialog>.wrapper{background:#fff;min-width:300px;min-height:100px;text-align:center;border-radius:20px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);padding:0 15px 5px}.redfinger-dialog.bottom{align-items:flex-end;padding:0}.redfinger-dialog.bottom>.wrapper{width:100%;border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0}.redfinger-dialog>.wrapper>.header{display:flex;align-items:center;justify-content:space-between;padding-top:20px;cursor:pointer}.redfinger-dialog>.wrapper>.header .title{font-size:20px;font-weight:500;color:var(--ion-text-color);flex:1;text-align:left;cursor:auto}.redfinger-dialog>.wrapper>.header .title-center{text-align:center}.redfinger-dialog>.wrapper>.header .btns{font-size:25px;color:#aaa;display:flex;cursor:pointer;padding-bottom:0}.redfinger-dialog>.wrapper>.content{padding:0 5px 16px;color:#737373;max-width:600px;max-height:420px;overflow-y:auto;margin-top:16px}.redfinger-dialog.text-left>.wrapper>.content{text-align:left}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar{width:11px}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar-thumb{background-color:#ccc;border-left:5px solid transparent;background-clip:padding-box}.redfinger-dialog>.wrapper>.content::-webkit-scrollbar-button{display:none}.redfinger-dialog>.wrapper .footer-btns{text-align:right;padding-bottom:10px;padding-top:10px}.redfinger-dialog>.wrapper .footer-btns.same-size{display:flex;padding-bottom:15px;padding-top:5px}.redfinger-dialog>.wrapper .footer-btns button{color:var(--ion-color-primary2);background:none;font-weight:500;padding:10px;font-size:14px;margin:0 10px;outline:none;line-height:16px}.redfinger-dialog>.wrapper .footer-btns button.cancel{color:var(--ion-text-color)}.redfinger-dialog>.wrapper .footer-btns.center{text-align:center;margin-bottom:10px;display:flex;justify-content:center}.redfinger-dialog>.wrapper .footer-btns.block button{background:var(--ion-color-primary);color:#fff;border-radius:3px;padding:10px 20px;width:100%;margin:0}.redfinger-dialog>.wrapper .footer-btns.block.round button{border-radius:20px}.redfinger-dialog>.wrapper .footer-btns.block.small-width button{width:auto;min-width:180px;padding:13px 20px}.redfinger-dialog .footer-btns.style-2 button{border-radius:20px;padding:13px 20px}.redfinger-dialog .footer-btns.same-size button{flex:1;margin:0 7px;padding:10px}.redfinger-dialog .footer-btns.same-size button:first-child{margin-left:0}.redfinger-dialog .footer-btns.same-size button:last-child{margin-right:0}.redfinger-dialog .footer-btns.style-2 .ok{background:var(--ion-color-primary);color:#fff}.redfinger-dialog .footer-btns.style-2 .cancel{background:#e8e8e8;color:#1e232c}@media (min-width:768px){.redfinger-dialog.bottom>.wrapper{max-width:450px;border-radius:5px}.redfinger-dialog.bottom{align-items:center}}@media(max-height:640px){.redfinger-dialog>.wrapper>.content{max-height:300px}}#top-banner{white-space:nowrap;overflow-x:scroll;overflow-y:hidden;text-align:center;padding:0;margin:15px 15px 0}#top-banner::-webkit-scrollbar{-webkit-appearance:none;appearance:none;height:10px!important;background-color:#eee;border-radius:5px}#top-banner::-webkit-scrollbar-thumb{height:10px!important;background-color:#ccc;border-radius:5px}#top-banner ion-card{height:72px;background:#fff;overflow:hidden;display:inline-block;max-width:80%;text-align:left;margin:0 12px 0 0;cursor:pointer;vertical-align:middle;border:1px solid #eee;box-shadow:none}#top-banner .banner-type-img{border:none}#top-banner ion-card:last-child{margin-right:0}body.dark #top-banner ion-card{background:var(--redfinger-pannel-bg);border:none}#top-banner.only-one{white-space:normal}#top-banner.only-one::-webkit-scrollbar{display:none}#top-banner.only-one ion-card{max-width:100%;display:block;height:auto}#top-banner.only-one ion-card.banner-type-0{display:block}#top-banner ion-card-content{padding-top:8px;padding-bottom:8px}#top-banner .banner-type-0 h3{font-size:14px;font-weight:500;color:#237aff;line-height:20px}#top-banner .banner-type-0 .content{height:31px;font-size:12px;font-weight:400;color:#747474;line-height:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;white-space:normal}#top-banner .banner-type-img ion-card-content{padding:0;display:flex;align-items:center;justify-content:center;height:72px;overflow:hidden}#top-banner.only-one .banner-type-img ion-card-content{height:auto}#top-banner.only-one .banner-type-img img{width:100%;height:auto;max-height:90px}#top-banner .banner-type-img img{height:72px;display:block;max-width:none;width:auto}#reward-popup .item{background-color:#f8fbff;margin-bottom:12px;padding:8px 15px;display:flex;border-radius:3px}#reward-popup .item .left{max-width:130px;text-align:left}#reward-popup .item .ptitle{color:#237aff;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#reward-popup .item .date{color:#b8b8b8;margin:0;font-size:13px}#reward-popup .item .right{display:flex;flex:1;text-align:right;justify-content:center;flex-direction:column;overflow:hidden}#reward-popup .item .right .reward-content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0 0 5px;padding-left:5px}#top-banner .content p{font-size:13px;line-height:17px;margin-bottom:0}.popup-banner>.wrapper{padding:0;background:none;box-shadow:none}.popup-banner>.wrapper>.header{display:none}.popup-banner>.wrapper>.content{padding:0;max-height:none}.popup-banner .content img{max-height:450px;width:auto;max-width:100%;cursor:pointer}@media (max-width:768px){#top-banner::-webkit-scrollbar{display:none}#top-banner.only-one .banner-type-2 img{width:auto;height:72px}}@media (min-width:768px){#top-banner.only-one .banner-type-2 img{width:100%;height:auto}}#phone-list-style .phone-item{display:flex;flex-direction:column;color:#626b83}#phone-list-style .phone-basic{display:flex;align-items:center}#phone-list-style ion-card{cursor:pointer}#phone-list-style ion-card:first-child{margin-top:13px}#phone-list-style ion-card.md{margin:20px 15px;box-shadow:0 3px 10px 0 #eaeaea;border:1px solid #eee}body.dark #phone-list-style ion-card{box-shadow:none;border:none}#phone-list-style .phone-item .vip-level{width:24px;height:24px;display:flex;align-items:center;justify-content:center}#phone-list-style .vip-level img{width:24px}#phone-list-style .phone-item .info{flex:1;padding-left:15px}#phone-list-style .phone-item .info .padname{display:flex;align-items:center;font-size:16px}#phone-list-style .phone-item .info .padname ion-badge{margin-left:5px;font-size:12px}#phone-list-style .phone-item .info .timeleft{font-size:12px;padding:6px 0}#phone-list-style .phone-item .info .status ion-badge{color:#fff;font-size:12px;margin-right:5px;display:inline-flex;border-radius:2px;padding:3px 5px;line-height:12px;text-align:left;white-space:normal;word-break:break-word}#phone-list-style .phone-item .more{display:flex;align-items:center}#phone-list-style .phone-item .recharge{border:1px solid var(--ion-color-primary);text-decoration:none;padding:2px 13px;border-radius:13px;font-size:14px;color:var(--ion-color-primary);cursor:pointer}#phone-list-style .phone-item .recharge.disable{border-color:#bbb;color:#bbb}#phone-list-style .phone-item .expand{padding:20px 0 20px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#phone-list-style .buy-phone-card img{width:35px;margin-right:10px}#phone-list-style .buy-phone-card{color:#626b83}#phone-list-style .buy-phone-card ion-card-content{display:flex;justify-content:center;font-size:14px;align-items:center;height:80px;cursor:pointer}#phone-list-style .phone-status-tips{position:absolute;background:rgba(0,0,0,.7);width:100%;left:0;top:0;bottom:0;z-index:10;color:#fff;font-size:14px;display:flex;justify-content:center;align-items:center;padding:0 13px}#phone-list-style .phone-status-tips .view{background:var(--ion-color-primary);border-radius:2px;padding:2px 8px;margin-left:10px;white-space:nowrap;font-size:13px}#phone-list-style .phone-status-tips .time{color:#ffaf00;margin:0 2px}#phone-list-style.nophone{padding-top:30px;padding-left:10px;padding-right:10px;display:flex;flex-direction:row;justify-content:center}#phone-list-style.nophone .buy-phone-card ion-card-content{flex-direction:column;height:auto;color:#a7a7a7;padding-top:34px;padding-bottom:34px}#phone-list-style.nophone .buy-phone-card img{height:70px;width:auto;margin-right:0;margin-bottom:10px}@media (min-width:768px){#phone-list-style.nophone ion-card{max-width:360px;flex:1}}@media (max-width:768px){#phone-list-style.nophone{flex-direction:column}}.phone-pannel{position:absolute;margin:0;top:0;left:0;right:0;width:100%;z-index:120}.phone-pannel .expand-info .padcode{margin:15px!important}.phone-pannel .expand-info .tool{font-size:12px!important}.phone-pannel .expand-info .tool>div{width:25%;margin:10px 0;flex:none!important}.phone-pannel .expand-info .tool img{width:auto!important;height:20px!important}.phone-pannel .expand-info .tool span{display:block;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 3px}@media (max-width:768px){.phone-pannel{position:fixed;top:auto;bottom:0;padding-top:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%!important;padding-bottom:20px}.phone-pannel,.phone-pannel .expand-info .tool{font-size:14px!important}.phone-pannel .level{width:25px;margin-right:15px}.phone-pannel .header{padding:5px 15px!important;font-size:14px!important;display:flex;justify-content:space-between;align-items:center}.phone-pannel .header .close{font-size:25px!important}.phone-pannel .info{flex:1}.phone-pannel .info .name{display:flex;align-items:center}.phone-pannel .info .name ion-badge{margin-left:5px}#phone-grid-style .backdrop{display:block!important}}#phone-grid-style{padding:0}#phone-grid-style .phone{height:100%;display:flex;flex-direction:column;cursor:pointer;position:relative}#phone-grid-style .phone .header{display:flex;font-size:12px;align-items:center;padding:5px 5px;border-radius:3px;width:100%}#phone-grid-style .phone .header .level{width:15px;height:15px;margin-right:5px}#phone-grid-style .phone .header .info .name{display:flex;align-items:center}#phone-grid-style .phone .header .info .pad-name{white-space:nowrap}#phone-grid-style .phone .header .info .name ion-badge{font-size:12px;padding:2px 5px;margin-left:3px;border-radius:3px}#phone-grid-style .phone .preview{position:relative;display:flex;width:100%;height:auto;flex:1;align-items:center;justify-content:center;border-radius:5px;overflow:hidden}#phone-grid-style .phone .preview .status{position:absolute;width:100%;left:0;top:0;padding:8px;z-index:2;display:flex;flex-wrap:wrap}#phone-grid-style .phone .preview .time-info{position:absolute;bottom:0;left:0;right:0;width:100%;background:rgba(0,0,0,.6);color:#fff;font-size:12px;padding:6px 4px;display:flex;justify-content:space-between;align-items:center;z-index:10}#phone-grid-style .phone .preview .time-info.warning{background:rgba(255,157,26,.8)}#phone-grid-style .phone .preview .time-info.danger{background:rgba(249,109,111,.8)!important}#phone-grid-style .phone .preview .time-info .timeleft{flex:1}#phone-grid-style .phone .preview .time-info .go{background-color:var(--ion-color-primary);padding:2px 8px;font-size:12px;color:#fff;text-decoration:none;border-radius:9px;line-height:12px}#phone-grid-style .phone .preview .status ion-badge{margin-right:5px;margin-bottom:5px;font-size:12px}#phone-grid-style .phone .preview img{border-radius:3px;display:block}#phone-grid-style .phone .header .info{flex:1;overflow:hidden}#phone-grid-style .phone .header .timeleft{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#phone-grid-style .phone .header .timeleft.warning{color:#f38592}#phone-grid-style .phone-col-size-2 .phone .header .timeleft .title{display:none}#phone-grid-style .phone .header ion-icon{font-size:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#phone-grid-style .phone .preview .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:2px;padding:10px;font-size:14px;color:#b4bac3;background:#efefef;height:100%;width:100%;text-align:center;position:absolute;z-index:1}#phone-grid-style .phone .preview .loading img{height:20%}#phone-grid-style.horizontal .phone .preview .loading img{width:30%;max-width:80px;height:auto}#phone-grid-style.horizontal .phone-col-size-12 .phone .preview .loading img{width:20%;height:auto}#phone-grid-style .backdrop{display:none}#phone-grid-style .buy-phone .phone .preview{background:#fff;margin-top:40px;border:1px solid #c0c5c9;overflow:hidden}#phone-grid-style .buy-phone .phone .preview .loading img{margin-bottom:8px}#phone-grid-style .buy-phone .phone .loading{background:#f7fbff}#phone-grid-style.horizontal .phone-col-size-2 .phone .preview .loading img{display:none}#phone-grid-style .phone-col-size-2 .phone-pannel,#phone-grid-style .phone-col-size-3 .phone-pannel{width:250px}#phone-grid-style .phone-col-size-2 .row-last .phone-pannel,#phone-grid-style .phone-col-size-3 .row-last .phone-pannel{right:0;left:auto}#phone-grid-style .phone-status-tips{width:100%;background:rgba(255,157,26,.9);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:8px;font-size:12px;left:0;right:0;top:0;position:absolute;z-index:1;white-space:nowrap}#phone-grid-style .phone-status-tips .view{border:1px solid #fff;padding:1px 5px;border-radius:3px;max-width:60px;overflow:hidden;text-overflow:ellipsis}#phone-grid-style .phone-status-tips .maintain-notice{max-width:60%;overflow:hidden;text-overflow:ellipsis}#phone-grid-style .phone .preview .expired-tips{z-index:2}#phone-grid-style .phone .preview .expired-tips .tips{color:var(--ion-color-primary)}#phone-grid-style .phone .preview .loading button{color:#fff;background:var(--ion-color-primary);padding:5px 20px;border-radius:12px;margin-bottom:10px;outline:none}@media (max-width:768px){#phone-grid-style.horizontal .phone-col-size-4 .phone .preview .loading.error button,#phone-grid-style.horizontal .phone-col-size-4 .phone .preview .loading img,#phone-grid-style .phone-col-size-3 .phone .header .timeleft .title,#phone-grid-style .phone-col-size-3 .phone .preview .expired-tips img,#phone-grid-style .phone-col-size-4 .phone .header .timeleft .title{display:none}#phone-grid-style .phone-col-size-3 .phone .preview .expired-tips,#phone-grid-style .phone-col-size-4 .phone .preview .expired-tips{font-size:12px}#phone-grid-style .phone-col-size-4 .phone .preview .loading button{padding:5px 10px;font-size:12px}#phone-grid-style .phone-col-size-3 .phone .preview .loading button{padding:5px 5px;font-size:12px}#phone-grid-style .phone-col-size-4 .phone .preview .time-info .title{display:none}}#phone-grid-style.swap{flex:1;overflow:hidden;padding:10px 0;display:flex;justify-content:center;align-items:center}#phone-grid-style.swap .swiper-wrapper{align-items:center}#phone-grid-style.swap .phone .header{margin:0 auto}#phone-grid-style.swap .phone-pannel{max-width:360px;margin:0 auto}#phone-grid-style.swap .swiper{max-height:100%;overflow:hidden;height:100%;display:flex;align-items:center}#phone-grid-style.swap .phone .preview{flex-direction:column;max-width:85%;margin:0 auto;width:auto;justify-content:flex-start}#phone-grid-style.swap .phone .preview .img{display:flex;height:100%;overflow:hidden;justify-content:center;width:100%;flex:1;position:relative}#phone-grid-style.swap .phone .preview .loading{z-index:1}#phone-grid-style.swap .phone .preview img{max-width:100%!important}#phone-grid-style.swap .phone{margin:0 auto;position:relative;padding-bottom:30px}#phone-grid-style.swap .buy-phone{height:100%}#phone-grid-style.swap .buy-phone .phone{align-items:center;justify-content:center}#phone-grid-style.swap .buy-phone .preview{background:#f7fbff;border:1px solid #c0c5c9;box-shadow:none;width:260px;min-height:300px;justify-content:center;max-height:500px}#phone-grid-style.swap .buy-phone img{height:54px;width:auto!important;margin-bottom:10px}#phone-grid-style.swap .phone-loading{height:100%}#phone-grid-style.swap .phone-loading .preview{width:85%;max-width:360px}body.dark .swiper-pagination-bullet{--swiper-pagination-bullet-inactive-color:#eee}#easy-switch{max-width:500px;text-align:left}#easy-switch ion-input{border:1px solid #ccc;border-radius:5px;--padding-start:10px}#easy-switch .phone{border:1px solid #ccc;border-radius:5px;padding:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}#easy-switch .phone.active{border-color:var(--ion-color-primary);border-left:5px solid var(--ion-color-primary);padding-left:5px}#easy-switch .phone .badge,#easy-switch .phone .name{display:flex;align-items:center}#easy-switch .phone .name img{width:16px;height:16px;margin-right:5px}#easy-switch ion-col{padding-right:15px}.coupon-detail{border:2px solid var(--redfinger-yellow);background:#fff8ed;color:var(--redfinger-yellow);border-radius:8px;margin-bottom:15px;overflow:hidden;cursor:pointer;padding:20px 13px;text-align:left;height:100%}.coupon-detail .coupon-wrapper{display:flex;justify-content:center;align-items:stretch;flex-direction:row;border-top:1px dashed var(--redfinger-yellow);border-bottom:1px dashed var(--redfinger-yellow);height:100%}.coupon-detail .data{display:flex;align-items:center;position:relative;padding-right:15px;padding-left:5px}.coupon-detail .check{padding-left:25px;color:#bbc3d1;height:20px}.coupon-detail .check .checked{color:var(--ion-color-primary)}.coupon-detail .plus{position:absolute;left:-8px;font-size:30px;font-weight:400}.coupon-detail .value{font-size:60px;margin-right:3px;font-weight:500;padding:0;line-height:60px;position:relative}.coupon-detail .unit{font-size:20px}.coupon-detail .info{padding:10px 0;flex:1;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.coupon-detail .info .title{font-size:19px;font-weight:700}.coupon-detail .info .content{font-size:13px;padding:6px 0;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.coupon-detail .info .content .rule{flex:1;display:flex;align-items:center;overflow:hidden}.coupon-detail .info .content .rule .more{width:15px;height:15px;display:flex;align-items:center}.coupon-detail .info .content span{overflow:hidden;text-overflow:ellipsis;margin-right:3px;white-space:nowrap}.coupon-detail .info .content .check ion-icon{font-size:20px}.coupon-detail .info .expire{font-size:12px}.coupon-detail .expand-desc{color:#c1c1c1;font-size:12px;padding-top:10px;line-height:17px}.coupon-detail.disabled{color:#c4cace;border-color:#c4cace;background-color:#ededed}.coupon-detail.disabled .expand-desc{color:#c4cace}.coupon-detail.disabled .coupon-wrapper{border-color:#c4cace}.coupon-detail.disabled .check{display:none}.small-coupon{padding:10px 13px}.small-coupon .plus{font-size:13px}.small-coupon .data{padding:0 8px 0 0;width:73px}.small-coupon .value{font-size:35px}.small-coupon .unit{font-size:12px}.small-coupon .info .title{font-size:15px;margin-bottom:8px}.coupon-detail .get{display:flex;align-items:center;justify-content:flex-end;padding-left:5px}.coupon-detail .get button{background:var(--redfinger-yellow);color:#fff;padding:4px 8px;border-radius:3px;font-size:12px;outline:none}.coupon-detail .get button[disabled]{background:#c4cace;color:#fff}.popup-reward-list .reward-item{background:#fff9f9;border-radius:6px;border:2px solid #ffa5a5;padding:12px 13px;margin-bottom:15px;font-size:14px}.popup-reward-list .reward-item .wrapper{display:flex;border-top:1px dashed #ffa5a5;border-bottom:1px dashed #ffa5a5;padding:10px 0;text-align:left;color:#ffa5a5}.popup-reward-list .reward-item .info{display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.popup-reward-list .reward-item .title{font-weight:700;font-size:15px}.popup-reward-list .reward-item .date{font-size:12px;margin-top:8px}.popup-reward-list .reward-type-2,.popup-reward-list .reward-type-2 .wrapper{background:#f4fbff;border-color:#42b6ff;color:#009dff}.popup-reward-list .reward-item .icon{width:73px;height:auto;display:flex;align-items:center;justify-content:center}.popup-reward-list .reward-item .icon img{width:40px;height:auto}.popup-reward-list .reward-item:last-child{margin-bottom:0}.coupon-reward-popup>.wrapper>.content{padding-bottom:0}.coupon-reward-popup .no-remind{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;color:var(--ion-text-color);cursor:pointer}.video-player{width:100%;height:100%;cursor:pointer;position:relative}.video-player .video-play{background-color:rgba(0,0,0,.5);width:100%;height:100%;z-index:100;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-player .video-play img{width:34px}.video-player video{z-index:100}.video-player .controls{position:absolute;bottom:0;width:100%;left:0;display:flex;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);padding:20px 8px 10px;cursor:pointer;align-items:center;justify-content:space-between;color:#fff;font-size:12px;z-index:200}.video-player .volume{margin:0 13px}.video-player .progress{flex:1;height:2px;background:hsla(0,0%,100%,.25);border-radius:2px 2px 2px 2px;position:relative;z-index:1}.video-player .progress .curtime{position:absolute;height:100%;left:0;top:0;background:#237aff;z-index:2}.video-player .progress .dot{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;z-index:3;top:-3px;border:2px solid rgba(35,122,255,.5)}.video-player .controls img{height:18px;width:auto}#phone .phone-list-box{padding-bottom:50px}#phone .phone-list-box.SwapStyle{display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:0}.expire-popup{padding:0 20px}.expire-popup .content p{margin:5px 0}.expire-popup .coupon-list>.title{display:flex;justify-content:space-between;padding:12px 0}.expire-popup .coupon-list>.title h4{color:var(--redfinger-yellow);text-align:left;font-weight:500;font-size:15px;margin:0}.expire-popup .coupon-list>.title button{background:none;color:var(--ion-color-primary2);outline:none}#support-page ion-title{text-align:center}#support-page .page-container{max-width:400px}#support-list{margin-top:16px}#support-list>.item{margin:0 auto 32px;padding:18px 8px;background:linear-gradient(180deg,#0fabfd,#0989f0 49%,#0265e2);border-radius:8px;color:#f9f9f9;font-size:14px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}#support-list>.item.line{background:#00b902}#support-list>.item.discord{background:#5965f2}#support-list>.item .logo{width:32px;height:auto;margin:0 16px}#support-list>.item .sub-title{color:#fff;font-size:12px;margin-top:3px}#support-page .help-url .title{display:flex;align-items:center;justify-content:space-between;padding:10px 0;margin-top:40px}#support-page .help-url .title h4{font-size:16px;margin:0}#support-page .help-url .title a{color:var(--ion-text-color)}#support-page .help-url a{text-decoration:none;font-size:14px;color:var(--ion-color-primary)}#support-page .help-url .links{list-style:none;padding-left:0}#support-page .help-url li{padding:8px 0}#explore-page .swiper-pagination-bullet-active{--swiper-pagination-bullet-width:10px;--swiper-pagination-bullet-border-radius:2px;--swiper-pagination-color:#fff}#explore-page .banner-img{height:auto;width:100%;-o-object-fit:cover;object-fit:cover}#explore-page .posts{border-top-left-radius:16px;border-top-right-radius:16px;margin-top:-16px;padding:15px 16px;background:var(--redfinger-white-bg);z-index:100;position:relative}#explore-page .posts.no-banner{margin-top:0;border-radius:0}#explore-page .tabs{display:flex;align-items:center;font-size:14px;margin-bottom:5px}#explore-page .tabs>div{margin-right:24px;position:relative;display:flex;justify-content:center;cursor:pointer}#explore-page .tabs .active{font-weight:700;font-size:18px}#explore-page .tabs .active:after{content:" ";display:block;width:18px;height:3px;background:#237aff;position:absolute;border-radius:1.5px;bottom:-5px}#explore-page .posts-item{display:flex;border-bottom:1px solid #ebeced;padding:16px 0;cursor:pointer}#explore-page .posts-item:last-child{border-bottom:none}#explore-page .posts-item .cover{width:100px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:6px;overflow:hidden}#explore-page .posts-item .info{padding-left:12px;flex:1;display:flex;align-items:center}#explore-page .posts-item .title{font-size:14px;font-weight:500;color:var(--redfinger-text-2);line-height:20px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}#tools .tool{background:var(--redfinger-pannel-bg);display:flex;align-items:center;border-radius:3px;padding:16px;cursor:pointer;margin-bottom:5px}#tools .tool h3{color:var(--ion-text-color);font-size:14px;font-weight:400;margin:0 16px}.change-language{--ion-safe-area-right:20px}#my header{display:flex;padding:33px 0 25px;width:100%;position:relative}#my header .default-avatar{color:#dbdee5;width:100%;height:100%}#my header .user{flex:1;padding-left:16px;color:var(--ion-text-color)}#my header .user .nickname{font-size:16px;font-weight:500;line-height:30px}#my header .more{font-size:20px}#my .go-login{color:var(--ion-color-primary);text-decoration:none;font-size:16px}#my{--ion-item-background:none}#my ion-item-group{width:100%}#my ion-item-divider{padding:0 0;background:none;cursor:pointer;border-color:#eee}#my ion-item-divider:last-child{border-bottom:none}#my .menus .icon{width:20px;margin-right:25px;color:var(--ion-color-primary);margin-bottom:0}#my .menus .reddot{width:5px;height:5px;background:#ea4f3d;border-radius:50%}#my .tool{position:absolute;top:8px;right:5px;font-size:20px}#my .tool ion-icon{margin-left:20px;color:var(--ion-text-color)}#my .menus,#my .user-info{box-shadow:0 3px 10px 0 #eaeaea;border-radius:3px}body.dark #my .menus,body.dark #my .user-info{box-shadow:none;border:1px solid #434343}body.dark #my ion-item-divider{border-bottom-color:#434343}#my .user-info{display:flex;flex-direction:column;padding:13px 13px 0;border-bottom:none}#my .menus{padding:10px 5px;border-bottom:none;margin-top:15px}#my .quick-nav{display:flex;width:100%;justify-content:space-between;padding:0 0 20px}#my .quick-nav .item{text-align:center;padding:0 3px;flex:1;overflow:hidden}#my .quick-nav img{height:20px;width:auto}#my .quick-nav .item p{margin-top:5px;margin-bottom:0;color:var(--ion-text-color);display:block;line-height:20px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#my .quick-nav .sapphire-nums p{color:var(--ion-color-primary)}#my .menus .order-history{display:none}#my.profile-pc .menus,#my.profile-pc .user-info{box-shadow:none;padding:0 5px;border-radius:0}body.dark #my.profile-pc .menus,body.dark #my.profile-pc .user-info{border:none}body.dark #my.profile-pc .user-info{border-bottom:1px solid #434343}#my.profile-pc .user-info{border-bottom:1px solid #eee}#my .quick-nav>.sapphire-nums{display:none}#my .quick-nav.sapphire-open>.sapphire-nums{display:block}#my .quick-nav.sapphire-open>.order-history{display:none}#my .menus.sapphire-open .order-history{display:block}@media (min-width:768px){#my .quick-nav.en .item p{font-size:13px}}.server-choose .nodes{margin-top:40px}.server-choose .nodes ion-icon{font-size:22px;color:#bcc3d0}.server-choose .nodes .node{border-radius:3px;border:1px solid #ebebeb;padding:18px 24px;font-size:16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;margin:15px 0;cursor:pointer}.server-choose .nodes ion-icon.checked{color:var(--ion-color-primary)}.server-choose .submit{margin-top:49px;margin-bottom:49px}.server-choose .desc{line-height:20px;color:#aaa;font-size:14px;padding-left:10px}.server-choose h3{font-size:25px;margin-top:20px}.new-device-login h3{font-size:25px;margin-top:50px}.new-device-login .desc{color:#9c9c9c;font-size:14px;margin:30px 0}.new-device-login .account{margin:50px 0;text-align:center;color:#3b4664;font-size:16px;font-weight:700}.new-device-login .account input{border-bottom:1px solid #eee;font-weight:400;text-align:left}button.google-login{outline:none;background:none;padding:10px 0;border:1px solid var(--redfinger-button-border-color);border-radius:24px;display:flex;align-items:center;justify-content:center;height:48px;margin:0 auto;width:100%;color:#9c9c9c}button.google-login img{width:28px;margin-right:16px}button.facebook-login{outline:none;background:none;padding:10px 0;border:1px solid var(--redfinger-button-border-color);border-radius:24px;display:flex;align-items:center;justify-content:center;height:48px;margin:0 auto;width:100%;color:#9c9c9c}button.facebook-login img{width:28px;margin-right:16px}button.line-login{outline:none;background:none;padding:10px 0;border:1px solid var(--redfinger-button-border-color);border-radius:24px;display:flex;align-items:center;justify-content:center;height:48px;margin:0 auto;width:100%;color:#9c9c9c}button.line-login img{width:28px;margin-right:16px}button.email-login{outline:none;background:none;padding:10px 0;border:1px solid var(--redfinger-button-border-color);border-radius:24px;display:flex;align-items:center;justify-content:center;height:48px;margin:0 auto;width:100%;color:#9c9c9c}button.email-login img{width:28px;margin-right:16px}#login .header-md:after{background:none}#login .toolbar-background{border:none!important}#login .header{display:flex;align-items:center;justify-content:space-between}#login .logo{width:64px;height:64px;overflow:hidden;border-radius:50%;margin:100px auto 60px}#login .or{height:1px;background-color:var(--redfinger-button-border-color);position:relative;text-align:center;margin:35px 0;display:flex;justify-content:center}#login .or span{position:absolute;font-size:13px;line-height:13px;color:#e3e3e3;background-color:#fff;margin-top:-6px;padding:0 10px}body.dark #login .or span{background:var(--background)}#login .login-btns{width:300px;margin:0 auto}.social-logins.icon-only{display:flex;align-items:center;justify-content:space-evenly}.social-logins.icon-only .button-text{display:none}.social-logins.icon-only button{padding:0;border:none}.social-logins.icon-only button img{padding:0;border:none;margin-right:0}#sign-in ion-content{--ion-text-color:#9c9c9c}#sign-in .header-md:after{background:none}#sign-in .toolbar-background{border:none!important}#sign-in .view-pwd{position:absolute;right:10px;bottom:5px;color:#ccc;z-index:10;font-size:20px}#sign-in .view-pwd.active{color:var(--ion-color-primary)}#sign-in .header{display:flex;align-items:center;justify-content:space-between;margin-top:10px}#sign-in .contact-icon{color:var(--ion-color-primary);font-size:30px}#sign-in .links{margin-top:50px;text-align:center}#sign-in .links a{color:var(--color);text-decoration:none;margin:0 8px}#sign-in .login-btns{margin-top:33px}#sign-in .login-btns .button{margin-bottom:24px}#sign-in ion-input,#sign-in ion-item{--padding-start:0px}#sign-in .email{margin-bottom:20px}#sign-in .email input,#sign-in .password input{color:#434343}#buy-or-renew .go{position:relative;margin:20px auto;color:#fff;font-weight:700;font-size:19px;display:block;max-width:341px;cursor:pointer}#buy-or-renew .go>div{position:absolute;left:0;top:0;display:flex;align-items:center;width:100%;height:100%;justify-content:center;font-size:22px}.select-coupon{display:flex;justify-content:space-between;padding:18px 5px;align-items:center;cursor:pointer;border-top:1px solid rgba(197,202,206,.3);border-bottom:1px solid rgba(197,202,206,.3);margin:23px 0;font-size:14px}.select-coupon .value{display:flex;align-items:center;justify-content:center}.select-coupon .value .price{color:var(--redfinger-red);font-weight:500}.list-item-panel .select-coupon{margin:0;border:none;padding:6px 0}.list-item-panel .select-coupon .title{color:#bcc3d0}.list-item-panel .select-coupon .value .price{margin-right:10px}.game-related-options{background:#e9f0ff;padding:10px 10px;margin-top:10px;margin-bottom:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px}body.dark .game-related-options{background:var(--redfinger-white-bg)}.game-related-options.expand{padding-bottom:0}.game-related-options .title{margin:0!important;display:flex;align-items:center;justify-content:space-between;color:var(--ion-text-color);font-size:14px;cursor:pointer;padding:5px 10px;font-weight:700}.game-related-options .title .icon{color:var(--r-color-primary)}.game-related-options .game-list{position:relative;display:flex;align-items:center;padding-top:6px;justify-content:center}.game-related-options .game-list .games{display:flex;width:100%;overflow-x:scroll;max-width:570px;flex:1;overflow-y:hidden}.game-related-options .game-list .games.center{justify-content:center}.game-related-options .game-list .games .wrapper{display:flex;transition:all .3s}.game-related-options .game-list .games .item{display:flex;align-items:center;flex-direction:column;cursor:pointer;padding-bottom:18px;position:relative;width:70px;margin-bottom:0}.game-related-options .game-list .games img{width:45px;height:45px;margin:8px 0;border-radius:8px}.game-related-options .game-list .games .name{color:#a7a7a7;font-size:12px;text-align:center;display:flex;align-items:center;line-height:13px;flex:1;word-break:break-word}.game-related-options .game-list .games .name span{display:inline-block;max-height:26px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.game-related-options .game-list .games .actived .name{color:var(--r-color-primary)}.game-related-options .game-list .games .indicator{width:30px;height:4px;background:var(--r-color-primary);border-radius:2px;position:absolute;bottom:0}.game-related-options .game-list .action-icon{cursor:pointer;font-size:18px;width:30px;color:#a7a7a7}.game-related-options .game-list .games::-webkit-scrollbar{height:8px}.game-related-options .game-list .games::-webkit-scrollbar-track{background:#f6f6f6;border-radius:4px}.game-related-options .game-list .games::-webkit-scrollbar-thumb{background:#cdcdcd;border-radius:4px}.game-related-options .game-list .games::-webkit-scrollbar-thumb:hover{background:#747474}.game-related-options .game-list .games::-webkit-scrollbar-corner{background:#f6f6f6}@media(max-width:768px){.game-related-options .game-list .games::-webkit-scrollbar{display:none}}.phone-item-wrap{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.phone-item-wrap .level{width:20px}.phone-item-wrap .info{flex:1;padding-left:15px}.phone-item-wrap .btns{display:flex;color:#bcc3d0;font-size:20px;justify-content:center;align-items:center}.phone-item-wrap .btns ion-icon.check{margin-left:40px}.phone-item-wrap .btns ion-icon.checked{color:var(--ion-color-primary)}.phone-item-wrap .btns ion-icon.disabled{color:#eee}.phone-item-wrap .timeleft{font-size:12px;padding:3px 0}.phone-item-wrap .timeleft .warning{color:#fc9d34}.phone-item-wrap .timeleft .danger{color:#f93959!important}.phone-item-wrap .padname{display:flex;align-items:center;font-size:16px}.phone-item-wrap .padname ion-badge{margin-left:5px;font-size:12px}.phone-item-wrap .status ion-badge{font-size:12px;margin-right:5px;border-radius:2px;line-height:12px;padding:3px 5px}.phone-select .vip-levels{cursor:pointer;display:block;white-space:nowrap;overflow-x:scroll}.phone-select .vip-levels::-webkit-scrollbar{display:none}.phone-select .vip-levels>div{display:inline-block;padding:6px 12px;margin:0 5px;font-size:14px;color:#666;text-align:center}.phone-select .vip-levels>div:after{content:" ";height:4px;width:32px;display:block;margin:3px auto 0}.phone-select .vip-levels .active:after{background-color:#237aff}.phone-select .groups{padding-bottom:60px;opacity:0;transform:translateY(40px)}.phone-select .group{width:100%;background:#fff;box-shadow:0 3px 10px 0 #eaeaea;border:1px solid #d8dbdd;border-radius:5px;margin-top:20px;padding:19px 24px;color:var(--ion-text-color);cursor:pointer}body.dark .phone-select .group{background:var(--redfinger-pannel-bg);border:none;box-shadow:none}.phone-select .group .header{display:flex;align-items:center;justify-content:space-between;font-size:16px}.phone-select .group .header .info{color:#a7a7a7;font-size:12px}.phone-select .group .header .btns{color:#bcc3d0;font-size:20px}.phone-select .group .header .btns ion-icon{margin-left:10px}.phone-select .group .header .btns ion-icon.checked{color:var(--ion-color-primary)}.phone-select .group .phone-list{display:none}.phone-select .group .phone-list.show{display:block}.phone-select .group .phone-list:before{content:" ";display:block;margin:19px 0 9px;border-top:1px solid #d8d8d8}.phone-select .next{display:flex;width:100%;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #d8d8d8;padding:0;left:0;position:fixed;bottom:0}body.dark .phone-select .next{background:var(--redfinger-pannel-bg)}.phone-select .next .next-btn{padding:15px 30px;background:#247aff;color:#fff;cursor:pointer}.phone-select .next .next-btn.disable{background:#d8d8d8}.phone-select .next .tips{padding-left:20px;font-size:14px;color:var(--ion-text-color)}.phone-select .root-status{width:22px;margin-right:20px}.multi-phone-select{display:flex;background-color:var(--redfinger-pannel-bg);margin-bottom:10px;padding:15px;align-items:center;cursor:pointer;border-radius:8px}.multi-phone-select .info{font-size:13px;flex:1}.multi-phone-select .phone-icon{width:24px;margin-right:10px}body.dark .multi-phone-select .phone-icon{filter:brightness(100)}.games-card{padding:10px 10px}.games-card h2{color:#000;font-size:18px;line-height:22px;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-height:70px;max-width:100%;margin:0 0;padding:20px 22px;word-break:break-word;box-sizing:content-box}.games-card .game-list{background:linear-gradient(180deg,#f5f5ff,#fff);box-shadow:0 0 12px 0 rgba(0,0,0,.03);border-radius:12px;border:3px solid #fff}.games-card h3{text-align:center;font-size:14px;color:#1d222c;line-height:14px;margin:0;padding-top:30px;padding-bottom:10px;display:flex;justify-content:center;align-items:center}.games-card .items{display:flex;flex-wrap:wrap;align-items:flex-start;padding:0 20px 20px}.games-card .items .item{display:flex;justify-content:center;flex-direction:column;align-items:center;width:33.33333%;text-align:center;padding:10px;cursor:pointer}.games-card .items .item .name{font-size:12px;line-height:14px;max-height:28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.games-card .items .item .game-icon{width:50px;height:50px;margin-bottom:8px;position:relative}.games-card .items .item .game-icon img{width:100%;height:100%;border-radius:11px}.games-card .items .item .game-icon .indicator{width:15px;height:15px;position:absolute;right:-7px;top:-7px;display:flex;align-items:center;justify-content:center}#free-trial .page-bg{position:fixed;top:-60px;width:100%;z-index:0}#free-trial .attr-card{background:#fff;border-radius:12px;padding:20px 10px}#free-trial ion-header{background:url(../../assets/img/free-trial-bg.679a4b6e.png) no-repeat;background-size:100% auto;background-position:0 0}#free-trial ion-header:after{display:none}.bg-wrapper{background:#f6f6f6 url(../../assets/img/free-trial-bg.679a4b6e.png) no-repeat;background-size:100% auto;background-position:0 0}#free-trial .games-card .items .item .name{color:#1d222c}#free-trial ion-toolbar{--color:#434343}#free-trial .wrapper{position:relative}#free-trial .card-zipper{position:absolute;width:8px;left:30px;top:-30px}#free-trial .card-zipper.right{right:30px;left:auto}#free-trial .goods-attrs .item .title{font-size:14px;line-height:14px}body.dark #free-trial .goods-attrs .value{background:#f6f6f8;color:#434343}body.dark #free-trial .goods-attrs .vip-level>.value{background:#fff}body.dark #free-trial .goods-attrs .item .title{font-weight:500;color:#1d222c}body.dark #free-trial .goods-attrs .value{border-color:#f6f6f8}body.dark #free-trial .goods-attrs .value.active{border-color:#276dff;color:#276dff}#redeem-code-buy .code-input{background:#f8fbff;--padding-start:15px;--padding-top:15px;--padding-bottom:15px}#redeem-code-buy .tips{color:#bcc3d0;line-height:26px;margin-top:30px;font-size:14px}#redeem-code-buy .tips .title{color:#434343}#redeem-code-buy .code-input-wrap{position:relative}#redeem-code-buy .code-input-wrap ion-icon{position:absolute;right:10px;top:16px;z-index:3}#redeem-code-renew .code-input{background:var(--redfinger-pannel-bg);--padding-start:15px;--padding-top:15px;--padding-bottom:15px}#redeem-code-renew .tips{color:#bcc3d0;line-height:26px;margin-top:30px;font-size:14px}#redeem-code-renew .tips .title{color:#434343}#redeem-code-renew .code-input-wrap{position:relative}#redeem-code-renew .code-input-wrap ion-icon{position:absolute;right:10px;top:16px;z-index:3}#redeem-code-renew .renew-phone-item{background:var(--redfinger-pannel-bg);padding:10px 15px;margin-bottom:10px}#redeem-code-detail .page-content{--background:linear-gradient(180deg,#fff 10%,#f7f7fa)}#redeem-code-detail .detail-wrapper{width:330px;margin:0 auto}#redeem-code-detail .detail-card{margin-top:-10px;position:relative;background:url(../../assets/img/redeem-code-detail.75cfe2fe.png) no-repeat;background-size:100% 100%;padding:20px 25px}#redeem-code-detail .detail-card .head{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:9px 0}#redeem-code-detail .detail-card .label{color:#929292;font-size:13px}#redeem-code-detail .detail-card .value{color:#434343;font-size:14px;font-weight:500;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#redeem-code-detail .detail-card .detail{border-top:1px dashed #e9e9e9;padding-top:5px}#redeem-code-detail .detail-card .item{display:flex;align-items:center;justify-content:space-between;padding:5px 5px}#redeem-code-detail .btns{margin-top:20px}#redeem-code-detail .btns button{width:100%;height:44px;border-radius:22px;color:#237aff;font-weight:700;padding:0;text-align:center;margin:9px 0}#redeem-code-detail .btns button.go-gp{background:#000}#redeem-code-detail .btns button img{height:44px;width:auto}body.dark #redeem-code-detail .page-content{--background:var(--ion-toolbar-background)}body.dark #redeem-code-detail .detail-card .tips{color:#434343}