:host,:root{--van-overlay-z-index:1;--van-overlay-background:rgba(0,0,0,0.7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}:host,:root{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:0.42667rem;--van-popup-close-icon-size:0.58667rem;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:0.42667rem;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md)*2);margin:0 auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}:host,:root{--van-loading-text-color:var(--van-text-color-2);--van-loading-text-font-size:var(--van-font-size-md);--van-loading-spinner-color:var(--van-gray-5);--van-loading-spinner-size:0.8rem;--van-loading-spinner-duration:.8s}.van-loading{color:var(--van-loading-spinner-color);font-size:0}.van-loading,.van-loading__spinner{position:relative;vertical-align:middle}.van-loading__spinner{display:inline-block;width:var(--van-loading-spinner-size);max-width:100%;height:var(--van-loading-spinner-size);max-height:100%;-webkit-animation:van-rotate var(--van-loading-spinner-duration) linear infinite;animation:van-rotate var(--van-loading-spinner-duration) linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__line{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__line:before{display:block;width:.05333rem;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:var(--van-padding-xs);color:var(--van-loading-text-color);font-size:var(--van-loading-text-font-size);vertical-align:middle}.van-loading--vertical{display:flex;flex-direction:column;align-items:center}.van-loading--vertical .van-loading__text{margin:var(--van-padding-xs) 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__line--1{-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__line--2{-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__line--3{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__line--4{-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__line--5{-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__line--6{-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__line--7{-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__line--8{-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__line--9{-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__line--10{-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__line--11{-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__line--12{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:.3125}:host,:root{--van-pull-refresh-head-height:1.33333rem;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:0.42667rem}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}[data-v-2555aedb] .van-pull-refresh__head{height:1.6rem!important}.notice[data-v-2555aedb]{width:6.93333rem;height:8.26667rem;border-radius:.26667rem;text-align:center}.notice .topline[data-v-2555aedb]{width:3.65333rem;height:.13333rem;margin-left:1.64rem;float:left;background:linear-gradient(90deg,#f08448,#ffc170)}.notice .logoimg[data-v-2555aedb]{height:.64rem;margin:.66667rem auto .34667rem;display:inherit}.notice .dear[data-v-2555aedb]{width:5.85333rem;float:left;margin-top:.26667rem;margin-bottom:.26667rem}.notice .dear[data-v-2555aedb],.notice .maincontents[data-v-2555aedb]{padding-left:.48rem;text-align:left;font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#424653}.notice .maincontents[data-v-2555aedb]{width:100%;height:2.72rem;overflow:scroll;line-height:.56rem;padding-right:.48rem;box-sizing:border-box;margin:0 auto;word-break:break-all;white-space:pre-wrap!important}.notice .maincontents h1[data-v-2555aedb],.notice .maincontents h2[data-v-2555aedb],.notice .maincontents h3[data-v-2555aedb],.notice .maincontents h4[data-v-2555aedb],.notice .maincontents h5[data-v-2555aedb],.notice .maincontents h6[data-v-2555aedb],.notice .maincontents i[data-v-2555aedb],.notice .maincontents p[data-v-2555aedb]{font-size:.32rem!important;font-weight:400!important;margin:0!important;padding:0!important}.notice .date[data-v-2555aedb],.notice .foot[data-v-2555aedb]{text-align:right;padding-left:.48rem;margin-top:.13333rem;font-size:.37333rem;font-weight:500;box-sizing:border-box;padding-right:.48rem}.notice .cffffbtn[data-v-2555aedb],.notice .date[data-v-2555aedb],.notice .foot[data-v-2555aedb]{width:100%;font-family:PingFang SC;box-sizing:border-box;color:#424653}.notice .cffffbtn[data-v-2555aedb]{height:1.33333rem;float:left;position:absolute;left:0;bottom:0;display:flex;justify-content:center;align-items:center;border-top:.02667rem solid #ddd;font-size:.42667rem;font-weight:700}.recent-games[data-v-2555aedb]{width:100%;height:100%;overflow:hidden;background-color:#f3f3f6;position:fixed;top:0;left:0}.recent-games .gameliostss[data-v-2555aedb]{width:100%;height:calc(100% - 2.53333rem);scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden;overflow-y:scroll}.recent-games .gameliostss[data-v-2555aedb]::-webkit-scrollbar{display:none;width:0;background:transparent}.recent-games .gameliostss .gameliostssinner[data-v-2555aedb]{width:100%;padding-bottom:.26667rem;margin-bottom:2.66667rem}.recent-games .head_area[data-v-2555aedb]{width:100%;height:1.2rem;display:flex;justify-content:space-between;padding-left:.4rem;padding-right:.4rem;align-items:center;box-sizing:border-box;background:#fff;top:0;left:0;z-index:600}.recent-games .head_area .leftImg[data-v-2555aedb]{flex:1;text-align:left}.recent-games .head_area .leftImg .top_logo[data-v-2555aedb]{height:.69333rem}.recent-games .head_area .head_text[data-v-2555aedb]{font-size:.48rem;font-family:PingFang SC;font-weight:700;color:#0b1028;width:30%;text-align:center}.recent-games .head_area .right_menu[data-v-2555aedb]{font-size:.37333rem;font-family:PingFang SC;color:#424653;flex:1;text-align:right;display:flex;justify-content:flex-end;align-items:center;padding-right:.13333rem}.recent-games .head_area .right_menu .right_menu_down[data-v-2555aedb]{width:.53333rem;height:.53333rem}.recent-games .head_area .right_menu .right_menu_notice[data-v-2555aedb]{width:auto;height:.53333rem;position:relative;right:.4rem;margin-left:1.12rem}.recent-games .head_area .right_menu .right_menu_notice .right_menu_notice_img[data-v-2555aedb]{position:absolute;width:.53333rem;height:.53333rem;left:0}.recent-games .head_area .right_menu .right_menu_notice .unreadNum[data-v-2555aedb]{position:absolute;width:.16rem;height:.16rem;border-radius:50%;background:#f18e56;left:.45333rem;top:-.02667rem}.recent-games .accounts-scroll[data-v-2555aedb]{width:100%;overflow-x:scroll;overflow-y:scroll}.recent-games .accounts-list[data-v-2555aedb]{border-bottom:.02667rem solid #e2e2e2;background:#fff;height:1.86667rem}.recent-games .accounts-list .van-swipe-cell[data-v-2555aedb],.recent-games .accounts-list .van-swipe-cell__wrapper[data-v-2555aedb],.recent-games .accounts-list[data-v-2555aedb]{display:flex;width:100%}.recent-games .accounts-list .van-swipe-cell__right[data-v-2555aedb]{height:1.86667rem;display:flex}.recent-games .accounts-list .accounts-swipe-cell[data-v-2555aedb]{height:1.86667rem;width:10rem}.recent-games .accounts-list .accounts-swipe-cell img[data-v-2555aedb]{width:1.06667rem;height:1.06667rem;margin-top:.4rem;margin-right:.34667rem;margin-left:.4rem;float:left}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right[data-v-2555aedb]{float:left;width:8rem;margin:0 0;font-size:.32rem;color:#424653;font-weight:700;position:relative}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle[data-v-2555aedb]{width:100%;height:.64rem;line-height:.64rem;font-weight:700;margin-top:.26667rem}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle[data-v-2555aedb],.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle div[data-v-2555aedb]{float:left;color:#424653;display:flex;justify-content:flex-start;align-items:center;font-size:.37333rem}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle div[data-v-2555aedb]{width:50%;height:.37333rem}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle div[data-v-2555aedb]:nth-child(2){justify-content:flex-end;font-size:.26667rem;color:#7e88ad;font-weight:400}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .nttitle img[data-v-2555aedb]{width:.4rem;height:.4rem;margin-left:.18667rem;margin-top:0}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right span[data-v-2555aedb]{font-size:.32rem;zoom:.84;color:#7e88ad;height:.32rem;margin-top:.16rem;font-weight:500}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .lastContent[data-v-2555aedb]{float:left;width:90%;overflow:hidden;height:.66667rem;font-size:.34667rem;font-weight:500;color:#7e88ad;white-space:nowrap;text-overflow:ellipsis;line-height:.66667rem;text-align:left}.recent-games .accounts-list .accounts-swipe-cell .accounts-list-right .accounts-list-text02[data-v-2555aedb]{display:flex;justify-content:flex-start;align-items:center;width:7.68rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.recent-games .delete-button[data-v-2555aedb],.recent-games[data-v-2555aedb] .van-button--danger{background-color:#ea4e3d;border:.02667rem solid #ea4e3d}.recent-games .delete-button[data-v-2555aedb]{height:100%}.recent-games .cancel-button[data-v-2555aedb]{height:100%;background-color:#c7c7cb;border:.02667rem solid #c7c7cb;color:#fff}.recent-games .rednum[data-v-2555aedb]{float:right;display:flex;width:.53333rem;height:.53333rem!important;justify-content:center;align-items:center;border-radius:50%;right:.26667rem;top:.4rem;background:#f81b1b;color:#fff!important;position:absolute}.PulldownRefresh[data-v-2555aedb]{width:100%;height:100%}.PulldownRefresh .gif_loading[data-v-2555aedb]{widows:1.33333rem;height:1.33333rem}.PulldownRefresh .main_content[data-v-2555aedb]{display:flex;flex-direction:column}.PulldownRefresh .van-pull-refresh[data-v-2555aedb]{height:100%;overflow:auto!important}