:root{--adm-radius-s: .10667rem;--adm-radius-m: .21333rem;--adm-radius-l: .32rem;--adm-font-size-1: .24rem;--adm-font-size-2: .26667rem;--adm-font-size-3: .29333rem;--adm-font-size-4: .32rem;--adm-font-size-5: .34667rem;--adm-font-size-6: .37333rem;--adm-font-size-7: .4rem;--adm-font-size-8: .42667rem;--adm-font-size-9: .45333rem;--adm-font-size-10: .48rem;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .05333rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:.18667rem .32rem;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:.08rem;padding-bottom:.08rem;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:.24rem;padding-right:.24rem}.adm-button.adm-button-small{padding-top:.08rem;padding-bottom:.08rem;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:.29333rem;padding-bottom:.29333rem;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 26.66667rem}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-spin-loading{--color: var(--adm-color-weak);--size: .85333rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: .32rem;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid .02667rem var(--adm-color-border);--border-top: solid .02667rem var(--adm-color-border);--border-bottom: solid .02667rem var(--adm-color-border);--padding-left: .32rem;--padding-right: .32rem;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:.21333rem var(--padding-right) .21333rem var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-.02667rem}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:.32rem}.adm-list-card .adm-list-body{border-radius:.21333rem}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:.32rem 0}.adm-list-item-content-extra{flex:none;padding-left:.32rem;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:.10667rem;color:var(--adm-color-light);font-size:.50667rem}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-.02667rem;left:0;border-bottom:var(--border-inner)}.adm-infinite-scroll{color:var(--adm-color-weak);padding:.48rem;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:.21333rem}.adm-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:5.44rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:.21333rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:.32rem;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:.93333rem .32rem;min-width:4rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.21333rem;font-size:.96rem;line-height:1}.adm-toast-loading{--size: 1.28rem;margin:0 auto .21333rem}.loading-con{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1111;display:flex;align-items:center;justify-content:center;background-color:#0003}.home-page{height:100vh;width:100vw;background-image:url(../../assets/common/bg.jpg);background-position:50% 50%;background-size:100% 100%;background-repeat:no-repeat;overflow-x:hidden;position:relative}.home-page .tab-bar{padding:.26667rem 0;position:fixed;bottom:0;width:100%;box-shadow:0 -.05333rem .05333rem #ccc;background:#fff}.home-page .times{font-size:.8rem}.home-page .onrefresh{font-size:.37333rem;color:#fff}.home-page .adm-list{--border-inner: none;--padding-left: 0;--padding-right: 0;--border-bottom: none;--border-top: none}.home-page .adm-list-item-content-main{padding:0}.home-page .list-item{padding:.26667rem .21333rem;text-align:left}.home-page .list-item-box{background-color:#2b094a;padding:.48rem .42667rem .05333rem;color:#fff}.home-page .list-item-box h4{margin-top:0;margin-bottom:.10667rem}.home-page .list-item-box-img{height:4.8rem;position:relative;display:flex}.home-page .list-item-box-img img{width:100%;height:100%;display:block}.home-page .list-item-box-img .mas{position:absolute;top:0;left:0;right:0;bottom:0;flex:1;display:flex;justify-content:center;align-items:center;background-color:#0006}.home-page .list-item-box-img .mas .img{width:1.70667rem;height:1.70667rem}.home-page .list-item-box-img .mas .img .icon{width:100%}.home-page .list-item p{font-size:.37333rem;margin:.10667rem 0}.home-page .no-data{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;color:#fff}.payment{width:100%;height:100%;background-color:#fff}.payment .header{height:1.70667rem;width:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAl4AAABcCAYAAAC/drukAAAB6klEQVR4nO3csRECMQwAQZlRoaTUTfbJlwBV/EW7JTi6kWyfz/v+DQAAj3s5YgCAhvACAIgILwCAyM5x1AAABRMvAIDIGngBADRMvAAAIsILACDicj0AQMTECwAgIrwAACLCCwAgIrwAACJ7XK4HAEiYeAEARHb8JwEAkDDxAgCI+EAVACBi4gUAEFkDLwCAhlUjAEDEqhEAICK8AAAiwgsAIOKOFwBAxKtGAICIVSMAQMSqEQAgYuIFABARXgAAEatGAICIV40AABGrRgCAiFUjAEDExAsAICK8AAAie45dIwBAwcQLACAivAAAIl41AgBETLwAACLCCwAgsh41AgA0TLwAACLCCwAgIrwAACK+kwAAiKzuAgBoWDUCAESsGgEAIiZeAAAR4QUAELFqBACIeNUIABCxagQAiAgvAICIO14AAJEd5QUAkLBqBACIeNUIABBxxwsAIGLVCAAQEV4AABHhBQAQcccLACBi4gUAEBFeAAAR/3gBAERMvAAAIsILACDiVSMAQMTECwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgIrwAACLCCwAgstf1ddYAAE+bmT82EwaDFgF6yQAAAABJRU5ErkJggg==);background-size:100% 100%;background-repeat:no-repeat;border-bottom:.02667rem solid #333}.payment .header .title{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;height:100%}.payment .header .title .icon{width:2.34667rem}.payment .header .title .icon img{width:100%}.payment .header .title .icon2{width:2.88rem;margin-left:.32rem;color:#fff;font-size:.69333rem;font-weight:700}.payment .header .title .pay{padding:.05333rem .21333rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAoCAYAAAB6tz31AAADAElEQVRoge2bzU4TURTH//djZmgRWqwYoARj0ih7dWFMfAZIwMR30ERdYPABCMGFuvAlRBTjC/gAGhMXrkgMCVBDSCi2pXPnfplbqsDOD26o9f6SWXRyuji/nJw583HIwvRXtCEECeVIGHO/YgBTneM6gLHOucAhDQAbAD4CeA3gDYBMaA1hFGBtO5D/CD8id9paLGU1WRF7EqqpoaUBbFB7FELJGRqTSZ5jk0khuh0XozVC8DBh7JULE1q2o9uCI8qcXGd3QdTkXHMrhRamOzLpUqyx0Kk7DMSuBEtopX+sbyUpRksJY4+MNVoaDUpca2DcVfRCYzOd+/ZlP8j9A5wz5845dC6dU+eWckKd5ZnmVjrX2hb/XGLdhnPoXDqnbbecsljU5JMg9+RwLkVNPnVuKQOZbWyk472SXLfQ2EjLDOQWzWpqysjQc08a59S5pdmevNZbqXUP2Z68StW+HvnfRfhC7etRapRJejO900dLE3Njwi2aNyzAbfDrFW7DQwav8KDXL9yGHuGVUMGeCT3YM2GK8EyoYM8EwZ7hJvQIr4QpwjNhDvYMN6EHeyVUsGd4eFnkl1DBnuEGBgSkp5M8LVzpcmUMGKH/pwHPaGvApVF1yqKBns70lJBGZTwjqhojCPaBsLrKFTGflNGXaGgTJ4qxBorq9zzpj1brtdbMYJTvofROn7pqoa8Yr/KBodxybae5yJGO53j4ROIkaCmBVMnN4aHCMi+U8ll1nT2oZ+KFIQQ5FjYF/oZUZ2gogShm9wulvGA3L99DlPDPtZ1mf6bVDWU1OGFhNv5N3EhWly20VOb++Hi8UnqWy0cHjysLpTyGy4Pz25t7OaHlncxIxDRqf/nOCIO7AAbdx7GdC5m2GkIrOGedm+Ln58uFeefUHl2CGZkoam3M3Z1q/Z21WEy1rKSdRY7AL7EGYP7c6MDLkYniz/jDV0YEKF88i/7BvpXq+u5bkcpZt3EE4AqAstuVCZ6P4apvE8AHt8aV9EXLoxeGsmLpYBprewXwHcrZXhUdhFNdAAAAAElFTkSuQmCC);background-size:100% 100%;background-repeat:no-repeat;color:#fff;position:absolute;font-size:.42667rem;font-weight:500;right:.42667rem}.payment .main{padding:.16rem .42667rem .42667rem}.payment .main .tip{font-size:.37333rem;font-weight:700}.payment .main .amount-icon{margin:.21333rem auto;width:80%}.payment .main .amount-icon img{width:100%;display:block}.payment .main .amount{padding:.42667rem 0;font-size:1.38667rem;font-weight:700;color:#8802ef}.payment .main .count-down{padding:.21333rem 0;font-size:.37333rem}.payment .main .count-down .time{color:red;margin-left:.16rem}.payment .main .amount-action{width:54%;padding:.26667rem;font-size:.32rem;line-height:.37333rem;text-align:left;margin:.74667rem auto;background-color:#f1f1f1;border-radius:.16rem}.payment .main .copy-btn{width:5.86667rem;height:1.81333rem;background:url(data:image/png;base64,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);background-size:100% 100%;background-repeat:no-repeat;line-height:1.49333rem;color:#fff;font-size:.74667rem;font-weight:700;margin:0 auto}.payment .main .copy-btn1{width:5.86667rem;height:1.6rem;background-color:#ddd;cursor:not-allowed;line-height:1.49333rem;color:#fff;font-size:.74667rem;box-shadow:0 .10667rem .13333rem;font-weight:700;margin:0 auto;border-radius:.16rem}.payment .main .video{padding-top:.64rem}.payment .main .video .video-title{font-size:.37333rem}.payment .main .video .video-player{width:4.8rem;height:3.2rem;margin:0 auto}.payment .main .video .video-player a,.payment .main .video .video-player a .videos{width:100%}.payout{width:100%;height:100%;background-color:#fff;position:relative}.payout .back-top{width:100%;height:4rem;background:linear-gradient(270deg,#04BEFE 0%,#495AFF 100%)}.payout .body-box{position:absolute;top:.53333rem;left:.53333rem;right:.53333rem}.payout .body-box .body-main{padding:.02667rem 0;background:#FFFFFF;box-shadow:0 .10667rem .21333rem #e7e7e7;border-radius:.16rem;overflow:hidden;height:15.36rem}.payout .body-box .body-main .head{padding:.74667rem .53333rem 0}.payout .body-box .body-main .head .amount{font-size:.53333rem;font-family:ArialMT;color:#435f98;text-align:center;line-height:1.73333rem}.payout .body-box .body-main .head .amount span{font-size:1.73333rem;font-weight:700}.payout .body-box .body-main .head .pay-desc{font-size:.32rem;font-family:ArialMT;color:#a2a2a2;text-align:center}.payout .body-box .body-main .head .pay-select{font-family:ArialMT;color:#18284a;font-size:.48rem;text-align:left;padding-left:.10667rem;padding-top:.53333rem}.payout .body-box .body-main .list{padding:.53333rem}.payout .body-box .body-main .list .adm-list-body{border:none}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content{border-top:none;border-bottom:.05333rem solid #D9D7D7;padding-right:0}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .adm-list-item-content-arrow{display:none}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant{display:flex;flex-direction:row;align-items:center}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-icon{width:1.6rem;height:1.6rem;overflow:hidden;border-radius:.10667rem;margin-right:.26667rem;display:flex;align-items:center}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-icon img{width:100%}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-title{font-family:ArialMT;color:#18284ad9;font-size:.58667rem}.payout .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .radios{width:.37333rem;height:.37333rem;border:.02667rem solid #D8D8D8;border-radius:50%}.payout .body-box .foot{margin-top:.42667rem}.payout .body-box .foot .page_title{font-family:ArialMT;color:#18284a;text-align:center;font-size:.37333rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.payout .body-box .foot .page_title .tip{width:.37333rem;height:.42667rem;display:inline-block;margin-right:.05333rem}.payout .body-box .foot .page_title .tip img{width:100%;height:100%}.payin{width:100%;height:100%;background-color:#fff;position:relative}.payin .back-top{width:100%;height:4rem;background:linear-gradient(270deg,#04BEFE 0%,#495AFF 100%)}.payin .body-box{position:absolute;top:.53333rem;left:.53333rem;right:.53333rem}.payin .body-box .body-main{padding:.02667rem 0;background:#FFFFFF;box-shadow:0 .10667rem .21333rem #e7e7e7;border-radius:.16rem;overflow:hidden;min-height:15.36rem}.payin .body-box .body-main .head{padding:.53333rem .53333rem 0}.payin .body-box .body-main .head .count-down{margin-bottom:.16rem;color:#333;font-size:.42667rem}.payin .body-box .body-main .head .count-down .time{color:#ff5e18}.payin .body-box .body-main .head .amount{font-size:.85333rem;font-family:ArialMT;color:red;text-align:center;line-height:1.17333rem;font-weight:700}.payin .body-box .body-main .head .amount span{font-size:.96rem}.payin .body-box .body-main .head .amount-tips{font-size:.32rem;line-height:.48rem;color:red}.payin .body-box .body-main .head .pay-desc{font-size:.32rem;font-family:ArialMT;color:#a2a2a2;text-align:center;line-height:.48rem}.payin .body-box .body-main .head .pay-select{font-family:ArialMT;color:#18284a;font-size:.42667rem;text-align:left;padding-left:.10667rem;padding-top:.53333rem}.payin .body-box .body-main .head .pay-select span{color:red;font-size:.48rem}.payin .body-box .body-main .list{padding:.53333rem}.payin .body-box .body-main .list .adm-list-body{border:none}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content{border-top:none;border-bottom:.05333rem solid #D9D7D7;padding-right:0}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .adm-list-item-content-arrow{display:none}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant{display:flex;flex-direction:row;align-items:center}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-icon{width:1.17333rem;height:1.17333rem;overflow:hidden;border-radius:.10667rem;margin-right:.26667rem}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-icon img{width:100%}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant .merchant-title{font-family:ArialMT;color:#18284ad9;font-size:.53333rem}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .merchant-icont{font-size:.64rem;color:#888}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .icon-hot{margin-left:-1.76rem;color:red;display:flex;flex-direction:column;justify-content:center}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .icon-hot .Discount{font-size:.32rem;margin-top:-.21333rem}.payin .body-box .body-main .list .adm-list-body .adm-list-item-content .list-item .radios{width:.37333rem;height:.37333rem;border:.02667rem solid #D8D8D8;border-radius:50%}.payin .body-box .body-main .qrcode-box{width:100%;position:relative}.payin .body-box .body-main .qrcode-box .qrcode{padding:.53333rem}.payin .body-box .body-main .qrcode-box .steps{padding:0 .53333rem .26667rem;font-size:.32rem;line-height:.48rem;color:#444;text-align:left}.payin .body-box .body-main .qrcode-box .steps p{margin:0}.payin .body-box .body-main .qrcode-box .steps p:nth-of-type(1){font-size:.37333rem;margin-bottom:.10667rem;color:#222}.payin .body-box .body-main .qrcode-box .video{width:1.86667rem;position:absolute;right:.10667rem;bottom:.32rem}.payin .body-box .body-main .qrcode-box .video video{width:100%}.payin .body-box .foot{margin-top:.42667rem}.payin .body-box .foot .customer-service{display:flex;flex-direction:row;align-items:center;justify-content:center}.payin .body-box .foot .customer-service .whatsapp{height:1.28rem;width:1.28rem}.payin .body-box .foot .customer-service .whatsapp a{width:100%;height:100%;display:block}.payin .body-box .foot .customer-service .whatsapp a img{width:100%;height:100%}.payin .body-box .foot .page_title{font-family:ArialMT;color:#18284a;text-align:center;font-size:.37333rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.payin .body-box .foot .page_title .tip{width:.37333rem;height:.42667rem;display:inline-block;margin-right:.05333rem}.payin .body-box .foot .page_title .tip img{width:100%;height:100%}.payin .err-message{margin-top:.53333rem;font-size:.42667rem;color:#999}#root{margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}img{width:100%}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:1rem;line-height:.64rem;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--adm-color-background: transition;--adm-color-primary: #FF5E18}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:.21333rem;border:.02667rem solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:.10667rem auto -webkit-focus-ring-color}::-webkit-scrollbar{width:0;height:0;display:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.adm-button{--border-width: 0 !important}body{margin:0 auto}
