.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:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;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:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;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}.modal-wrapper{position:fixed;overflow:hidden;z-index:1000}.modal-wrapper__mask{position:fixed;top:0;left:0;z-index:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.55);opacity:1}.modal-wrapper__content{position:fixed;z-index:1;top:50%;left:50%;width:auto;transform:translate(-50%,-50%)}.modal-wrapper--bottom{bottom:0;left:0;right:0}.modal-wrapper--bottom .modal-wrapper__content{top:auto;left:0;right:0;bottom:0;width:100%;box-sizing:border-box;transform:none}body.is-pc .modal-wrapper--bottom{inset:0}body.is-pc .modal-wrapper--bottom .modal-wrapper__content{top:50%;left:50%;right:auto;bottom:auto;width:min(var(--pc-modal-width),calc(100vw - 32px));transform:translate(-50%,-50%);box-sizing:border-box;padding:0 16px}.tp-login{background-color:#fff;color:#fff;width:280px;height:264px;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-direction:column}.tp-login:before{background-image:url(https://vfiles.gtimg.cn/vupload/20210429/9f020f1619681928686.png)}.tp-login:after,.tp-login:before{content:"";position:absolute;background-repeat:no-repeat;background-position:50%;background-size:100%;width:280px;height:264px;z-index:0}.tp-login:after{background-image:url(https://vfiles.gtimg.cn/vupload/20210429/ebea241619681926406.png)}.tp-login__close{font-size:20px;color:#848484;line-height:33px;position:absolute;right:20px;z-index:999;top:0}.tp-login__header{font-size:20px;color:#17151e}.tp-login__tips{font-size:12px;font-weight:500;color:#848484;line-height:34px}.tp-login__content{margin-top:10px;z-index:1}.tp-login__content.is-weixin{display:flex;width:180px;justify-content:space-between}.tp-login__content.is-weixin .login-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:0}.tp-login__content.is-weixin .login-item__desc{margin-left:0;margin-top:5px}.tp-login .login-item{display:flex;align-items:center;margin-bottom:5px}.tp-login .login-item:last-of-type{margin-bottom:0}.tp-login .login-item .last-login{font-size:11px;color:#ff8d3a}.tp-login .login-item__icon{width:55px;height:55px;background-size:100%;background-repeat:no-repeat;background-position:50%}.tp-login .login-item__icon.qq{background-image:url(https://obd.gtimg.com/benefit-deliver-wechat/qq-icon.png)}.tp-login .login-item__icon.wx{background-image:url(https://obd.gtimg.com/benefit-deliver-wechat/wx-icon.png)}.tp-login .login-item__desc{margin-left:15px;font-size:15px;color:#0b051d}.tp-login .login-item__desc .copy-btn{color:#5abf87}.tp-login .login-item__desc.tips{font-size:11px;color:#959595}.tp-login .login-item__desc.tips .tips-head{font-weight:500;line-height:19px}@media (hover:hover) and (pointer:fine){.tp-login__close:hover{color:#5a5a5a;cursor:pointer}.tp-login .login-item:hover{cursor:pointer}.tp-login .login-item:hover .login-item__icon{filter:brightness(1.06)}.tp-login .login-item:hover .login-item__desc:not(.tips){color:#2d6cdf}.tp-login .login-item:hover .login-item__desc.tips .copy-btn,.tp-login .login-item:hover .login-item__desc:not(.tips) p:first-child{text-decoration:underline}}body.is-pc .tp-login{width:var(--pc-modal-width);height:auto;min-height:320px;padding:28px 32px 32px;box-sizing:border-box;border-radius:12px}body.is-pc .tp-login:after,body.is-pc .tp-login:before{width:100%;height:100%;inset:0;background-size:100% 100%}body.is-pc .tp-login__close{top:10px;right:14px;font-size:18px;line-height:1}body.is-pc .tp-login__header{font-size:var(--pc-modal-title-font-size);line-height:1.4;z-index:1}body.is-pc .tp-login__tips{margin-top:6px;font-size:12px;line-height:1.5;z-index:1}body.is-pc .tp-login__content{width:280px;max-width:100%;margin-top:18px;margin-left:auto;margin-right:auto;z-index:1}body.is-pc .tp-login__content.is-weixin{width:280px;max-width:100%;justify-content:center;gap:36px}body.is-pc .tp-login .login-item{width:100%;min-height:76px;margin-bottom:12px;padding:10px 14px;border-radius:8px;transition:background-color .2s ease,color .2s ease,filter .2s ease}body.is-pc .tp-login .login-item:last-of-type{margin-bottom:0}body.is-pc .tp-login .login-item__icon{width:52px;height:52px;flex-shrink:0}body.is-pc .tp-login .login-item__desc{margin-left:16px;font-size:var(--pc-modal-input-font-size);line-height:1.5}body.is-pc .tp-login .login-item__desc.tips{font-size:12px;line-height:1.5}body.is-pc .tp-login .login-item__desc.tips .tips-head{margin-bottom:2px;line-height:1.5}body.is-pc .tp-login .login-item__desc .copy-btn{color:#5abf87}body.is-pc .tp-login .login-item .last-login{font-size:12px;line-height:1.5}.login-content{background-color:hsla(0,0%,100%,0)!important;display:flex;align-items:center}.login-content__text{max-width:calc(100% - 60px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.container{position:relative;width:3.75rem}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s}.mobile-input__input{width:100%;box-sizing:border-box;padding:0 .12890625rem;-webkit-box-shadow:none;box-shadow:none;border:0 solid transparent;color:#000;background:transparent;font-size:14px;text-align:center;height:100%}.mobile-input__input::placeholder{color:var(--placeholder-color)}.mobile-input__input::-webkit-input-placeholder{color:var(--placeholder-color)}.mobile-input__input::-internal-autofill-selected{background-color:transparent}.mobile-input .topMany{top:4.60546875rem;padding-left:.08203125rem}.mobile-input .topOnly{top:4.18359375rem}.mobile-input .topMate20X{top:5.7421875rem}@media screen and (min-width:504px) and (orientation:landscape){.mobile-input__input{width:100%;box-sizing:border-box;padding:0 .12890625rem;-webkit-box-shadow:none;box-shadow:none;border:0 solid transparent;background:transparent;border-radius:.0223214286rem;font-size:22px;text-align:center;height:100%}}.captcha-input.captcha-input--common,.captcha-input.captcha-input--dark,.captcha-input.captcha-input--light{margin:.12rem .19rem 0}@media screen and (orientation:landscape){.captcha-input.captcha-input--common,.captcha-input.captcha-input--dark,.captcha-input.captcha-input--light{margin:.035rem 0 0}}.captcha-input.captcha-input--common .captcha-input__list,.captcha-input.captcha-input--dark .captcha-input__list,.captcha-input.captcha-input--light .captcha-input__list{display:flex;padding:0;justify-content:center;box-sizing:border-box;margin:0 .29rem}@media screen and (orientation:landscape){.captcha-input.captcha-input--common .captcha-input__list,.captcha-input.captcha-input--dark .captcha-input__list,.captcha-input.captcha-input--light .captcha-input__list{margin:0 .15rem}}.captcha-input.captcha-input--common .captcha-input__list--item,.captcha-input.captcha-input--dark .captcha-input__list--item,.captcha-input.captcha-input--light .captcha-input__list--item{font-size:.24rem;width:100%;height:.53rem;font-style:normal;font-weight:400;letter-spacing:.2rem;text-indent:.2rem;box-sizing:border-box;background:no-repeat 0 0/100% 100%}@media screen and (orientation:landscape){.captcha-input.captcha-input--common .captcha-input__list--item,.captcha-input.captcha-input--dark .captcha-input__list--item,.captcha-input.captcha-input--light .captcha-input__list--item{font-size:.13rem;height:.32rem;letter-spacing:.1rem;text-indent:.1rem}}.captcha-input.captcha-input--common .captcha-input__list.captcha-input__list--len4,.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4,.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4{margin:0 .48rem}@media screen and (orientation:landscape){.captcha-input.captcha-input--common .captcha-input__list.captcha-input__list--len4,.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4,.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4{margin:0 .2rem}}.captcha-input.captcha-input--common .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{letter-spacing:.36rem;text-indent:.36rem}@media screen and (orientation:landscape){.captcha-input.captcha-input--common .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{letter-spacing:.2rem;text-indent:.2rem}}.captcha-input.captcha-input--common .captcha-input__list{margin:0}.captcha-input.captcha-input--common .captcha-input__list--item{letter-spacing:.2rem;text-indent:.2rem;border-bottom:1px solid #e5e5e5}@media screen and (orientation:landscape){.captcha-input.captcha-input--common .captcha-input__list--item{letter-spacing:.15rem;text-indent:.15rem}}.captcha-input.captcha-input--light .captcha-input__list--item{color:#202020;background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/light/bg-sms-code6.png)}@media screen and (orientation:landscape){.captcha-input.captcha-input--light .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/light/bg-sms-code6-landscape.png)}}.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/light/bg-sms-code4.png)}@media screen and (orientation:landscape){.captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/light/bg-sms-code4-landscape.png)}}.captcha-input.captcha-input--dark .captcha-input__list--item{color:#f8efff;background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/dark/bg-sms-code6.png)}@media screen and (orientation:landscape){.captcha-input.captcha-input--dark .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/dark/bg-sms-code6-landscape.png)}}.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/dark/bg-sms-code4.png)}@media screen and (orientation:landscape){.captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{background-image:url(//obd.gtimg.com/flow/non-msdk-activity/assets/sms-modal/dark/bg-sms-code4-landscape.png)}}.captcha-input{margin-top:.23rem}.captcha-input__list{display:flex;padding:0 .23rem;justify-content:space-between;box-sizing:border-box}.captcha-input__list--item{display:flex;justify-content:center;border:none;font-size:.24rem;outline:none;width:.35rem;color:#fff;box-sizing:border-box;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAAAECAYAAABm36q9AAABH0lEQVR4nO2UsWpWQRCFvzM79wYLG1vBUnwFIUXeJM9m63P4ENZ2lmIRyM7ssbg3aYQ/YCGYeGA4O3OmWBj49PGz3/QdSjE6USRZTWiSvR8+rhjckb0zJFKLrNMlkmJjO3rM1rANkWuREWwS2bDRbAqGTC4YOsswFITX8QaGRHiRCmSTgpAI+3BMGIQQIEPIxNkDYB8Zx8LjnKAxtliClmlDAy1oi2KdLmbAxMx1zCdiEswwkyMr4swG00WRTCY1dmouyqZ2c+9BydyzKDflpAjmDl2mPak9WdP0qx+sn8l6/Z4V/Nc/oXxq4d2XT1//xkdeur7f3L69lD95qG/Xtx/+BH2c+SP6Fjsmnx36TAHzN/QFRTMf0DdMxWX0XdQvjYretm/mqH4AAAAASUVORK5CYII=) 0 100% no-repeat;background-size:contain;padding:0;border-radius:0;text-align:center}.captcha-input__list--item.len4{width:.55rem}@media screen and (orientation:landscape){.captcha-input{margin-top:.035rem}.captcha-input__list{padding:0 .16rem}.captcha-input__list--item{font-size:.09375rem;width:.245rem}.captcha-input__list--item.len4{width:.375rem}}body.is-pc .captcha-input{margin-top:12px}body.is-pc .captcha-input__list{padding:0 24px;justify-content:center;overflow:hidden}body.is-pc .captcha-input__list--item{width:100%;max-width:420px;height:44px;font-size:24px;background-size:100% 100%}body.is-pc .captcha-input__list--item.len4{max-width:320px}body.is-pc .captcha-input.captcha-input--common,body.is-pc .captcha-input.captcha-input--dark,body.is-pc .captcha-input.captcha-input--light{margin:12px 24px 0}body.is-pc .captcha-input.captcha-input--common .captcha-input__list,body.is-pc .captcha-input.captcha-input--dark .captcha-input__list,body.is-pc .captcha-input.captcha-input--light .captcha-input__list{margin:0;padding:0}body.is-pc .captcha-input.captcha-input--common .captcha-input__list--item,body.is-pc .captcha-input.captcha-input--dark .captcha-input__list--item,body.is-pc .captcha-input.captcha-input--light .captcha-input__list--item{max-width:420px;height:44px;font-size:24px;letter-spacing:28px;text-indent:28px}body.is-pc .captcha-input.captcha-input--common .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,body.is-pc .captcha-input.captcha-input--dark .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item,body.is-pc .captcha-input.captcha-input--light .captcha-input__list.captcha-input__list--len4 .captcha-input__list--item{max-width:320px;letter-spacing:54px;text-indent:54px}body.is-pc .captcha-input.captcha-input--common .captcha-input__list--item{background:none;border-bottom:1px solid hsla(0,0%,89.8%,.9)}@media (hover:hover) and (pointer:fine){body.is-pc .captcha-input__list--item:focus,body.is-pc .captcha-input__list--item:focus-visible{outline:none;box-shadow:none}body.is-pc .captcha-input.captcha-input--common .captcha-input__list--item:focus,body.is-pc .captcha-input.captcha-input--common .captcha-input__list--item:focus-visible{border-bottom-color:#ff9f02;box-shadow:inset 0 -1px 0 #ff9f02}}.modal-dialog{width:3.05rem;padding-bottom:.26rem;box-sizing:border-box;background:linear-gradient(180deg,#293b6a,#223058);position:relative;border:2px solid;border-image:linear-gradient(180deg,#f2d49a,#a17652) 2 2;font-family:PingFang SC}.modal-dialog__close{width:.13rem;height:.13rem;background:url(//obd.gtimg.com/flow/non-msdk-activity/assets/close-icon.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.123046875rem;right:.123046875rem;z-index:100}.modal-dialog__title{width:100%;padding:.145rem .34rem;background-image:url(https://obd.gtimg.com/flow/static/assets/dialog-head-bg.png);background-repeat:no-repeat;background-size:cover;background-position:50%;font-size:.18rem;font-weight:500;color:#efd09a;display:flex;justify-content:center}.modal-dialog__footer{padding:0 .18rem;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.modal-dialog__footer--btn{flex:1;height:.36rem;border-radius:.03rem;display:flex;align-items:center;justify-content:center;font-size:.15rem;font-weight:600;color:#b9c3e9;background-position:50%;background-repeat:no-repeat;background-size:100%;flex-shrink:0}.modal-dialog__footer--btn.close{background-image:url(https://obd.gtimg.com/flow/static/assets/dada7d7ae2836f130d15c7d9a1525c7866d3d27f.png);margin-right:.16rem}.modal-dialog__footer--btn.confirm{color:#5b2316;background-image:url(https://obd.gtimg.com/flow/static/assets/6eb9b7e9ca8720065eaaac6ae57e656e05ccf5e3.png)}@media screen and (orientation:landscape){.modal-dialog{width:2.095rem;padding-bottom:.09rem}.modal-dialog__title{font-size:.1rem;padding:.075rem .125rem}.modal-dialog__close{width:.07rem;height:.07rem;top:.05rem;right:.05rem}.modal-dialog__footer{padding:0 .125rem}.modal-dialog__footer--btn{height:.2rem;font-size:.085rem;border-radius:.015rem}}body.is-pc .modal-dialog__title{font-size:var(--pc-modal-title-font-size);padding:16px 36px}body.is-pc .modal-dialog__close{width:14px;height:14px;top:12px;right:12px}body.is-pc .modal-dialog__footer{padding:0 30px}body.is-pc .modal-dialog__footer .modal-dialog__footer--btn{height:40px;font-size:var(--pc-modal-input-font-size)}.tips-modal{background-image:linear-gradient(180deg,#293b6a,#223058);border:2px solid;border-image:linear-gradient(180deg,#f2d49a,#a17652) 2 2;padding:.31rem .18rem .265rem;width:3rem}.tips-modal__title{color:#efd09a;font-weight:600;font-size:.15rem;padding:0 .08rem;text-align:center;margin-bottom:.05rem}.tips-modal__contents-container{margin:10px 0 16px}.tips-modal__content,.tips-modal__contents-container__content{color:#d1dcf9;font-size:.13rem;text-align:center}.tips-modal__content{padding:0 .11rem;margin-bottom:.13rem}.tips-modal__btn{display:flex;align-items:center;justify-content:center;height:.355rem;width:100%;background:url(https://obd.gtimg.com/flow/static/assets/dialog-confirm-btn-bg.png) 0 0 no-repeat;background-size:100%;font-size:.145rem;letter-spacing:.025rem;color:#5b2316;font-weight:600;text-align:center}@media screen and (orientation:landscape){.tips-modal{width:2.05rem;padding:.21rem .135rem .185rem}.tips-modal__title{font-size:.105rem;padding:0 .045rem}.tips-modal__contents-container{margin:10px 0 16px}.tips-modal__contents-container__content{color:#d1dcf9;font-size:.09rem;text-align:center}.tips-modal__content{padding:0;font-size:.1rem;margin-bottom:.05rem}.tips-modal__btn{height:.245rem;font-size:.125rem;white-space:nowrap}}body.is-pc .tips-modal{box-sizing:border-box;padding:32px 30px 28px}body.is-pc .tips-modal__title{margin-bottom:8px;padding:0 24px;font-size:var(--pc-modal-title-font-size);line-height:1.3}body.is-pc .tips-modal__contents-container{margin:8px 0 16px}body.is-pc .tips-modal__content,body.is-pc .tips-modal__contents-container__content{padding:0;font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .tips-modal__content{margin-bottom:18px}body.is-pc .tips-modal__btn{width:min(320px,100%);height:var(--pc-modal-btn-height);margin:0 auto;font-size:var(--pc-modal-input-font-size);letter-spacing:2px;white-space:nowrap;background-size:100% 100%}.modal-dialog-v2{position:relative;box-sizing:border-box;font-family:PingFang SC}.modal-dialog-v2__close{width:.105rem;height:.105rem;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596405752.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.155rem;right:.155rem;z-index:100}.modal-dialog-v2__close-wrapper{right:0;top:0;position:absolute;padding:20px}.modal-dialog-v2__title{width:100%;font-weight:400;color:#fff;display:flex;justify-content:center;font-size:.2rem}body.is-pc .modal-dialog-v2{padding-top:24px}body.is-pc .modal-dialog-v2__close-wrapper{padding:18px}body.is-pc .modal-dialog-v2__close{width:14px;height:14px;top:24px;right:24px}body.is-pc .modal-dialog-v2__title{box-sizing:border-box;padding:0 48px;font-size:var(--pc-modal-title-font-size);line-height:1.2}@media screen and (orientation:landscape){.modal-dialog-v2__close{width:.0533707865rem;height:.0533707865rem;top:.0786516854rem;right:.0702247191rem}.modal-dialog-v2__title{font-size:.095505618rem}}.ordering-dialog-v2{padding:.4rem;background-position:50%;background-repeat:no-repeat;background-size:contain;overflow:visible;background-size:100%;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751783442606.png);width:3.2rem;display:flex;flex-direction:column;justify-content:center}.ordering-dialog-v2__text{color:#c8d3ff;margin-top:.12rem;font-size:.13rem;font-weight:400;line-height:1.414;text-align:center}.ordering-dialog-v2__text div{color:#efd09a}@media screen and (orientation:landscape){.ordering-dialog-v2{width:1.797752809rem;padding:.2247191011rem}.ordering-dialog-v2__text{margin-top:.0674157303rem;padding:0 .1573033708rem;font-size:.0730337079rem}}body.is-pc .ordering-dialog-v2{width:var(--pc-modal-width);padding:48px 36px;background-size:100% 100%;box-sizing:border-box}body.is-pc .ordering-dialog-v2__text{margin-top:12px;padding:0 24px;font-size:var(--pc-modal-content-font-size);line-height:1.6}.tips-modalV2{background:url(//act.ecovision.gtimg.com/static/imgs/static/static_1751988459013.png) no-repeat 0 0;background-size:100% 100%;padding:.31rem .18rem .265rem;width:3rem;position:relative}@media screen and (orientation:landscape){.tips-modalV2{width:2.05rem;padding:.21rem .135rem .185rem;background-image:url(//act.ecovision.gtimg.com/static/imgs/static/static_1751778857562.png)}}.tips-modalV2__close{width:.105rem;height:.105rem;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596405752.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.18rem;right:.15rem;z-index:100}@media screen and (orientation:landscape){.tips-modalV2__close{width:.07rem;height:.07rem;top:.1rem;right:.08rem}}.tips-modalV2__title{color:#efd09a;font-weight:600;font-size:.15rem;padding:0 .08rem;text-align:center;margin-bottom:.05rem}@media screen and (orientation:landscape){.tips-modalV2__title{font-size:.105rem;padding:0 .045rem}}.tips-modalV2__contents-container{margin:10px 0 16px}@media screen and (orientation:landscape){.tips-modalV2__contents-container{margin:10px 0 16px}}.tips-modalV2__contents-container__content{color:#d1dcf9;font-size:.13rem;text-align:center}@media screen and (orientation:landscape){.tips-modalV2__contents-container__content{color:#d1dcf9;font-size:.09rem;text-align:center}}.tips-modalV2__content{padding:0 .11rem;color:#fff;font-size:.175rem;margin-bottom:.13rem;font-style:bold;text-align:center}@media screen and (orientation:landscape){.tips-modalV2__content{padding:0;font-size:.1rem;margin-bottom:.05rem}}.tips-modalV2__btn{display:flex;align-items:center;justify-content:center;height:.42rem;width:100%;font-style:bold;background:url(//act.ecovision.gtimg.com/static/imgs/static/static_1752490956364.png) 0 0 no-repeat;background-size:100% 100%;font-size:.19rem;letter-spacing:.025rem;color:#222769;font-weight:600;text-align:center}@media screen and (orientation:landscape){.tips-modalV2__btn{height:.2752808989rem;font-size:.106741573rem;white-space:nowrap;background-image:url(//act.ecovision.gtimg.com/static/imgs/static/static_1752490956364.png)}}.tips-modalV2__footer{position:relative;margin-top:8px;padding-bottom:8px;font-size:.11rem}@media screen and (orientation:landscape){.tips-modalV2__footer{padding:0;font-size:.08rem}}.tips-modalV2__footer-content{position:absolute;width:100%;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.is-pc .tips-modalV2{box-sizing:border-box;padding:32px 30px 28px}body.is-pc .tips-modalV2__title{margin-bottom:8px;padding:0 24px;font-size:var(--pc-modal-title-font-size);line-height:1.3}body.is-pc .tips-modalV2__contents-container{margin:8px 0 16px}body.is-pc .tips-modalV2__contents-container__content{font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .tips-modalV2__content{padding:0;margin-bottom:18px;font-size:var(--pc-modal-input-font-size);line-height:1.5}body.is-pc .tips-modalV2__btn{width:min(320px,100%);height:var(--pc-modal-btn-height);margin:0 auto;font-size:var(--pc-modal-input-font-size);letter-spacing:2px;white-space:nowrap;background-size:100% 100%}.game-role{margin-top:.075rem;padding:0 .19rem}.game-role__item{height:.45rem;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.game-role__item:after{content:"";display:block;position:absolute;bottom:0;width:100%;height:1px;transform:scaleY(.5);background-color:#1c2745}.game-role__item--title{font-size:.14rem;color:#8e9ac7;font-weight:400;margin-right:.29rem}.game-role__item--picker{display:flex;align-items:center}.game-role__item--picker .picker-list{width:1.28rem;color:#efd09a;background-color:transparent;appearance:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-role__item--picker .picker-arrow{width:.21rem;height:.21rem;background-image:url(https://obd.gtimg.com/flow/static/assets/role-select-arrow.svg);background-repeat:no-repeat;background-size:100%;background-position:50%}.game-role__tips{margin:.16rem auto;display:flex;justify-content:center;align-items:center;font-size:.13rem;color:#d1dcf9;font-weight:400}.game-role__tips--icon{width:.12rem;height:.12rem;margin-right:.035rem}@media screen and (orientation:landscape){.game-role__dialog{background-color:#1c2745}.game-role__dialog .modal-dialog__title{font-size:.06rem}.game-role{padding:0 .135rem;margin-top:.055rem}.game-role__item{height:.16rem}.game-role__item--title{font-size:.05rem;color:#8e9ac7;font-weight:400;margin-right:.19rem}.game-role__item--picker{font-size:.05rem}.game-role__item--picker .picker-list{width:.875rem}.game-role__item--picker .picker-arrow{width:.06rem;height:.06rem}.game-role__tips{margin:.03rem 0;font-size:.05rem}.game-role__tips--icon{width:.04rem;height:.04rem}}body.is-pc .game-role__dialog{background-color:#1c2745}body.is-pc .game-role{margin-top:12px;padding:0 24px}body.is-pc .game-role__item{height:48px}body.is-pc .game-role__item--title{margin-right:20px;font-size:14px;white-space:nowrap}body.is-pc .game-role__item--picker{flex:1;justify-content:flex-end;font-size:var(--pc-modal-input-font-size)}body.is-pc .game-role__item--picker .picker-list{width:220px;max-width:100%;font-size:var(--pc-modal-input-font-size)}body.is-pc .game-role__item--picker .picker-arrow{width:16px;height:16px;margin-left:8px;flex-shrink:0}body.is-pc .game-role__tips{margin:16px auto;font-size:12px;line-height:1.5}body.is-pc .game-role__tips--icon{width:12px;height:12px;margin-right:6px}.receive-dialog__content{padding:0 .15234375rem;margin-top:.099609375rem;box-sizing:border-box}.receive-dialog__content .content-title{font-size:.1171875rem;font-family:PingFangSC-Regular,PingFang SC;color:#efd09a;line-height:1.5}.receive-dialog__content .content-title span{font-size:.12890625rem;font-weight:600}.receive-dialog__content .content-title.desc{margin:0 auto}.receive-dialog__content .content-step{font-size:.12890625rem;margin-top:.158203125rem;padding:0 .205078125rem;color:#d1dcf9}.receive-dialog .footer-confirm{display:flex;align-items:center;justify-content:center;margin-top:.1875rem}.receive-dialog .footer-confirm__checkbox{width:.12890625rem;height:.12890625rem;margin-right:.052734375rem;display:flex;align-items:center;justify-content:center}.receive-dialog .footer-confirm__checkbox:after{content:"";display:block;width:.099609375rem;height:.099609375rem;border:1px solid rgba(215,224,250,.7);border-radius:.01171875rem;box-sizing:border-box}.receive-dialog .footer-confirm__checkbox.checked{border:none;background-image:url(https://obd.gtimg.com/flow/static/assets/check-square.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.receive-dialog .footer-confirm__checkbox.checked:after{display:none}.receive-dialog .footer-confirm__text{font-size:.12890625rem;color:#d1dcf9;line-height:.2109375rem}.receive-dialog__footer{padding:0 .181640625rem;box-sizing:border-box;display:flex;justify-content:space-between}.receive-dialog__footer .footer-btn{flex:1;height:.3515625rem;border-radius:.017578125rem;display:flex;align-items:center;justify-content:center;margin-top:.1171875rem;font-size:.15234375rem;font-weight:600;color:#b9c3e9;background-image:url(https://obd.gtimg.com/flow/static/assets/dada7d7ae2836f130d15c7d9a1525c7866d3d27f.png);background-color:none;background-position:50%;background-repeat:no-repeat;background-size:100%;margin-right:.155rem}.receive-dialog__footer .footer-btn.confirm{color:#5b2316;margin-right:0;background-image:url(https://obd.gtimg.com/flow/static/assets/6eb9b7e9ca8720065eaaac6ae57e656e05ccf5e3.png)}@media screen and (orientation:landscape){.receive-dialog{padding:0 .2rem;box-sizing:content-box}.receive-dialog .close-icon{width:.05859375rem;height:.05859375rem;top:.046875rem;right:.046875rem}.receive-dialog__head{height:.2578125rem;font-size:.087890625rem}.receive-dialog .footer-confirm{margin-top:.076171875rem;margin-bottom:.0234375rem}.receive-dialog .footer-confirm__checkbox{width:.05859375rem;height:.05859375rem;margin-right:.029296875rem;display:flex;align-items:center;justify-content:center}.receive-dialog .footer-confirm__checkbox:after{content:"";display:block;width:.046875rem;height:.046875rem;border:1px solid rgba(215,224,250,.7);border-radius:.01171875rem;box-sizing:border-box}.receive-dialog .footer-confirm__checkbox.checked{border:none;background-image:url(https://obd.gtimg.com/flow/static/assets/check-square.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.receive-dialog .footer-confirm__checkbox.checked:after{display:none}.receive-dialog .footer-confirm__text{font-size:.064453125rem;color:#d1dcf9;line-height:1.5}.receive-dialog__content{font-size:.064453125rem;margin-top:.05859375rem;padding:0}.receive-dialog__content .content-title{font-size:.064453125rem}.receive-dialog__content .content-title span{font-size:.064453125rem;font-weight:600}.receive-dialog__content .content-title.desc{margin-bottom:.076171875rem;padding:0;font-size:.0703125rem}.receive-dialog__content .content-step{margin-top:.046875rem;padding:0 .216796875rem;font-size:.064453125rem}.receive-dialog__footer{padding:0}.receive-dialog__footer .footer-btn{height:.17578125rem;font-size:.076171875rem;margin-top:.0234375rem}}body.is-pc .receive-dialog{padding:0 24px;box-sizing:border-box}body.is-pc .receive-dialog__content{margin-top:12px;padding:0 12px}body.is-pc .receive-dialog__content .content-title{font-size:12px;line-height:1.5}body.is-pc .receive-dialog__content .content-title.desc,body.is-pc .receive-dialog__content .content-title span{font-size:var(--pc-modal-content-font-size)}body.is-pc .receive-dialog__content .content-title.desc{margin-bottom:12px}body.is-pc .receive-dialog__content .content-step{margin-top:8px;padding:0 24px;font-size:12px;line-height:1.5}body.is-pc .receive-dialog .footer-confirm{margin-top:18px;margin-bottom:8px}body.is-pc .receive-dialog .footer-confirm__checkbox{width:14px;height:14px;margin-right:6px}body.is-pc .receive-dialog .footer-confirm__checkbox:after{width:12px;height:12px;border-radius:2px}body.is-pc .receive-dialog .footer-confirm__text{font-size:12px;line-height:1.5}body.is-pc .receive-dialog__footer{padding:0 6px}body.is-pc .receive-dialog__footer .footer-btn{height:var(--pc-modal-btn-height);margin-top:8px;font-size:var(--pc-modal-input-font-size);margin-right:16px;background-size:100% 100%}body.is-pc .receive-dialog__footer .footer-btn.confirm{margin-right:0}.ordering-dialog{display:flex;align-items:center;flex-direction:column;margin-bottom:.2rem}.ordering-dialog__text{color:#c8d3ff;margin-top:.12rem;padding:0 .28rem;font-size:.13rem;font-weight:400;line-height:1.414;text-align:center}.ordering-dialog__text span{color:#efd09a}.ordering-dialog__qrcode{margin-top:.175rem;width:1.13rem;height:1.13rem}.ordering-dialog__qrcode .img{width:100%;height:100%}.ordering-dialog__footer{display:flex;align-items:center;justify-content:center;margin-top:.12rem;padding-top:.1rem;border-top:1px solid hsla(0,0%,100%,.15);color:#a8b4d8;font-size:.12rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (orientation:landscape){.ordering-dialog{margin-bottom:.06rem}.ordering-dialog__text{margin-top:.05rem;padding:0 .1rem;font-size:.06rem}.ordering-dialog__qrcode{margin-top:.05rem;width:.46rem;height:.46rem}.ordering-dialog__footer{margin-top:.05rem;padding-top:.05rem;font-size:.06rem}}body.is-pc .ordering-dialog{margin-bottom:24px}body.is-pc .ordering-dialog__text{margin-top:16px;padding:0 24px;font-size:var(--pc-modal-content-font-size);line-height:1.6}body.is-pc .ordering-dialog__qrcode{margin-top:16px;width:120px;height:120px}.common-tips-modal{width:3.15rem;min-height:1.9rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1756196286347.png);background-size:100% 100%;background-repeat:no-repeat;background-position:50%;color:#fff;position:relative}@media screen and (orientation:landscape){.common-tips-modal{width:1.575rem;min-height:.95rem}}.common-tips-modal .modal-dialog-v2__title{padding-top:.23rem;font-size:.18rem;line-height:.18rem;border-bottom:1px solid;border-image-source:linear-gradient(90deg,rgba(183,248,252,0),rgba(183,248,252,.6) 50.48%,rgba(183,248,252,0));border-image-slice:1;padding-bottom:.15rem}@media screen and (orientation:landscape){.common-tips-modal .modal-dialog-v2__title{padding-top:.115rem;font-size:.09rem;line-height:.09rem;padding-bottom:.075rem}}.common-tips-modal__content{display:flex;flex-direction:column;align-items:center}.common-tips-modal__content-text{display:flex;align-items:center;justify-content:center;width:2.205rem;padding:.075rem 0;min-height:.64rem;color:#e0e9ff;font-size:.12rem;text-align:center}@media screen and (orientation:landscape){.common-tips-modal__content-text{width:1.1025rem;padding:.0375rem 0;min-height:.32rem;font-size:.06rem}}.common-tips-modal__content-confirm-button{width:2.51rem;height:.37rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755066755232.png);background-size:contain;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:.18rem;font-weight:400;color:#222769;margin-bottom:.25rem}@media screen and (orientation:landscape){.common-tips-modal__content-confirm-button{width:1.255rem;height:.185rem;font-size:.09rem;margin-bottom:.125rem}}body.is-pc .common-tips-modal{width:var(--pc-modal-width);min-height:auto;box-sizing:border-box}body.is-pc .common-tips-modal .modal-dialog-v2__title{padding-top:24px;padding-bottom:16px;font-size:var(--pc-modal-title-font-size);line-height:18px}body.is-pc .common-tips-modal__content-text{width:500px;max-width:100%;min-height:80px;padding:10px 0;font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .common-tips-modal__content-confirm-button{width:400px;max-width:100%;height:var(--pc-modal-btn-height);margin-bottom:30px;font-size:var(--pc-modal-input-font-size);background-size:100% 100%}.address-success_modal{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.address-success_modal__icon{margin-top:.3rem;width:1.255rem}@media screen and (orientation:landscape){.address-success_modal__icon{margin-top:.15rem;width:.6275rem}}.address-success_modal__title{font-size:.18rem;font-weight:600}@media screen and (orientation:landscape){.address-success_modal__title{font-size:.09rem}}.address-success_modal__content{margin-top:.04rem;font-size:.12rem}@media screen and (orientation:landscape){.address-success_modal__content{margin-top:.02rem;font-size:.06rem}}.address-success_modal__tips{margin-top:.06rem;margin-bottom:.22rem;display:flex;justify-content:center;align-items:center}@media screen and (orientation:landscape){.address-success_modal__tips{margin-top:.03rem;margin-bottom:.11rem}}.address-success_modal__tips--icon{width:.1rem;height:.1rem;margin-right:.035rem}@media screen and (orientation:landscape){.address-success_modal__tips--icon{width:.05rem;height:.05rem;margin-right:.0175rem}}.address-success_modal__tips--content{font-size:.1rem;font-weight:500}@media screen and (orientation:landscape){.address-success_modal__tips--content{font-size:.05rem}}body.is-pc .address-success_modal{padding:0 20px 4px;box-sizing:border-box}body.is-pc .address-success_modal__icon{width:120px;margin-top:12px}body.is-pc .address-success_modal__title{margin-top:4px;font-size:var(--pc-modal-title-font-size);line-height:1.3;text-align:center}body.is-pc .address-success_modal__content{margin-top:6px;font-size:var(--pc-modal-content-font-size);line-height:1.5;text-align:center}body.is-pc .address-success_modal__tips{margin-top:10px;margin-bottom:0;max-width:100%}body.is-pc .address-success_modal__tips--icon{width:14px;height:14px;margin-right:6px;flex-shrink:0}body.is-pc .address-success_modal__tips--content{font-size:12px;line-height:1.5}.user-info-modal{width:3.15rem;height:2.82rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1760431239804.png);background-size:100% 100%;background-repeat:no-repeat;background-position:50%;color:#fff;position:relative}@media screen and (orientation:landscape){.user-info-modal{width:1.575rem;height:1.41rem}}.user-info-modal .user-info{margin-top:.05rem;padding:0 .3rem}@media screen and (orientation:landscape){.user-info-modal .user-info{margin-top:.025rem;padding:0 .15rem}}.user-info-modal .user-info__title{text-align:center;font-size:.18rem;margin-top:.18rem;line-height:.19rem;position:relative}@media screen and (orientation:landscape){.user-info-modal .user-info__title{font-size:.09rem;margin-top:.09rem;line-height:.095rem}}.user-info-modal .user-info__title:after{content:"";display:block;width:3rem;height:.005rem;margin:.06rem auto 0;background:linear-gradient(90deg,rgba(183,248,252,0),rgba(183,248,252,.6) 50.48%,rgba(183,248,252,0))}@media screen and (orientation:landscape){.user-info-modal .user-info__title:after{width:1.5rem;height:.0025rem;margin:.03rem auto 0}}.user-info-modal .user-info__item{height:.38rem;width:100%;display:flex;align-items:center;position:relative}@media screen and (orientation:landscape){.user-info-modal .user-info__item{height:.19rem}}.user-info-modal .user-info__item:after{content:"";display:block;position:absolute;bottom:0;width:100%;height:1px;transform:scaleY(.5);background-color:#90f5fd}.user-info-modal .user-info__item--title{font-size:.11rem;color:rgba(184,203,228,.9019607843137255);font-weight:400;width:.65rem}@media screen and (orientation:landscape){.user-info-modal .user-info__item--title{font-size:.055rem;width:.325rem}}.user-info-modal .user-info__item--picker{display:flex;align-items:center}.user-info-modal .user-info__item--picker .picker-list{width:1.28rem;color:#fff2b5;background-color:transparent;appearance:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.11rem}@media screen and (orientation:landscape){.user-info-modal .user-info__item--picker .picker-list{width:.64rem;font-size:.055rem}}.user-info-modal .user-info__item--picker .picker-list::placeholder{color:rgba(255,241,181,.8980392156862745)}.user-info-modal .user-info__tips{margin:.12rem auto;display:flex;justify-content:center;align-items:center;font-size:.1rem;color:#fff;font-weight:400}@media screen and (orientation:landscape){.user-info-modal .user-info__tips{margin:.06rem auto;font-size:.05rem}}.user-info-modal .user-info__footer,.user-info-modal .user-info__footer.confirm-button{display:flex;justify-content:center;align-items:center}.user-info-modal .user-info__footer.confirm-button{width:2.55rem;height:.41rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755066755232.png);background-size:contain;background-repeat:no-repeat;background-position:50%;font-size:.18rem;font-weight:400;color:#222769}@media screen and (orientation:landscape){.user-info-modal .user-info__footer.confirm-button{width:1.275rem;height:.205rem;font-size:.09rem}}body.is-pc .user-info-modal{width:var(--pc-modal-width);height:auto;min-height:420px;background-size:100% 100%;box-sizing:border-box}body.is-pc .user-info-modal .user-info{margin-top:0;padding:0 30px}body.is-pc .user-info-modal .user-info__title{font-size:var(--pc-modal-title-font-size);margin-top:24px;line-height:1.4}body.is-pc .user-info-modal .user-info__title:after{width:100%;height:1px;margin-top:10px}body.is-pc .user-info-modal .user-info__item{height:52px}body.is-pc .user-info-modal .user-info__item--title{width:110px;font-size:14px}body.is-pc .user-info-modal .user-info__item--picker{flex:1}body.is-pc .user-info-modal .user-info__item--picker .picker-list{width:100%;font-size:var(--pc-modal-input-font-size)}body.is-pc .user-info-modal .user-info__tips{margin:18px auto;font-size:12px;line-height:1.5}body.is-pc .user-info-modal .user-info__footer.confirm-button{width:320px;max-width:100%;height:var(--pc-modal-btn-height);margin:0 auto;font-size:var(--pc-modal-input-font-size);background-size:100% 100%}.qq_icon{width:.615rem;height:.66rem;top:4448px;left:724px;gap:0;margin-bottom:.07rem;margin-top:.07rem}body.is-pc .qq_icon{width:72px;height:78px;margin-top:8px;margin-bottom:12px}.independent-modal-dialog{width:3rem;padding-bottom:.26rem;box-sizing:border-box;position:relative;font-family:PingFang SC;border:1px solid #90f5fd;border-right-width:3px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755777211019.png);border-radius:0 10px 0 10px;box-shadow:inset 0 0 0 2px #000,inset 0 0 20px 15px hsla(0,0%,100%,.2);background-repeat:no-repeat;background-size:cover}.independent-modal-dialog:after{top:-6px;right:-3px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755782246226.png);background-size:contain;background-position:100% 0;background-repeat:no-repeat}.independent-modal-dialog:after,.independent-modal-dialog:before{content:"";position:absolute;width:1.5rem;height:100%;pointer-events:none}.independent-modal-dialog:before{bottom:-4px;left:-1px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755782483450.png);background-size:contain;background-position:0 100%;background-repeat:no-repeat}.independent-modal-dialog__fullWidth{width:100%!important}.independent-modal-dialog__close{width:.13rem;height:.13rem;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755775302702.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.123046875rem;right:.123046875rem;z-index:100}.independent-modal-dialog__title{width:100%;position:relative;padding:.145rem .34rem;font-size:.18rem;color:#fff;font-weight:600;display:flex;justify-content:center}.independent-modal-dialog__title:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:1px;background-image:linear-gradient(90deg,transparent 0,hsla(0,0%,100%,.3) 50%,transparent);background-size:100% 1px;background-repeat:no-repeat;pointer-events:none}.independent-modal-dialog__footer{padding:0 .18rem;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.independent-modal-dialog__footer--btn{flex:1;height:.36rem;border-radius:.03rem;display:flex;align-items:center;justify-content:center;font-size:.15rem;font-weight:600;color:#b9c3e9;background-position:50%;background-repeat:no-repeat;background-size:100%;flex-shrink:0}.independent-modal-dialog__footer--btn.close{background-image:url(https://obd.gtimg.com/flow/static/assets/dada7d7ae2836f130d15c7d9a1525c7866d3d27f.png);margin-right:.16rem}.independent-modal-dialog__footer--btn.confirm{color:#5b2316;background-image:url(https://obd.gtimg.com/flow/static/assets/6eb9b7e9ca8720065eaaac6ae57e656e05ccf5e3.png)}.independent-modal-dialog__bottomText{display:flex;justify-content:center;margin-top:12px;padding-left:46px;padding-right:30px;font-size:8px;color:#efd09a;line-height:14px;font-weight:600}.independent-modal-dialog__bottomText div{position:relative}.independent-modal-dialog__bottomText div:before{position:absolute;width:12px;height:12px;content:"";top:0;left:-16px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724756131469.png) 50%/contain}body.is-pc .independent-modal-dialog__title{font-size:var(--pc-modal-title-font-size);padding:16px 36px}body.is-pc .independent-modal-dialog__close{width:14px;height:14px;top:12px;right:12px}body.is-pc .independent-modal-dialog__footer{padding:0 30px}body.is-pc .independent-modal-dialog__footer--btn{height:40px;font-size:var(--pc-modal-input-font-size)}@media screen and (orientation:landscape){.independent-modal-dialog{width:2.095rem;padding-bottom:.09rem}.independent-modal-dialog__title{font-size:.09rem;padding:.035rem}.independent-modal-dialog__close{width:.07rem;height:.07rem;top:.05rem;right:.05rem}.independent-modal-dialog__footer{padding:0 .125rem}.independent-modal-dialog__footer--btn{height:.2rem;font-size:.085rem;border-radius:.015rem}}.lottery-single-result-dialog{padding:15px 30px 12px}.lottery-single-result-dialog,.lottery-single-result-dialog__imageBox{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.lottery-single-result-dialog__imageBox{position:relative;height:80px;width:80px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720078339990.png) 50%/contain no-repeat;margin-bottom:6px;padding:12px 20px 4px;overflow:hidden}.lottery-single-result-dialog__imageBox img{width:36px;height:36px}.lottery-single-result-dialog__imageBox__name{font-size:9px;color:#efd09a;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lottery-single-result-dialog__imageBox__count{width:16px;height:16px;position:absolute;right:4.5px;top:4.5px;content:"";background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724750632555.png) 50%/contain;text-align:center;line-height:16px;font-size:11px;font-weight:600;color:#debb7c}.lottery-single-result-dialog__imageBox__overCount{font-size:6px}.lottery-single-result-dialog__expireTime{color:#efd09a;font-size:12px;font-weight:600;margin-top:2px}.lottery-single-result-dialog__text{color:#e0e9ff;font-size:12px;font-weight:600;line-height:16.8px;margin-bottom:2px;margin-top:3px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;
  /*! autoprefixer: off */-webkit-box-orient:vertical}.lottery-single-result-dialog__info{font-size:10px;line-height:14px;color:#d1dcf9;margin-top:6px;position:relative}.lottery-single-result-dialog__info:before{position:absolute;left:-18px;top:1px;content:"";width:12px;height:12px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724747512348.png) 50%/contain}body.is-pc .lottery-single-result-dialog{padding:16px 24px 12px}body.is-pc .lottery-single-result-dialog__imageBox{margin-bottom:8px}body.is-pc .lottery-single-result-dialog__expireTime,body.is-pc .lottery-single-result-dialog__info,body.is-pc .lottery-single-result-dialog__text{line-height:1.5}body.is-pc .lottery-single-result-dialog__info,body.is-pc .lottery-single-result-dialog__text{font-size:12px}.common-dialog{position:relative}.common-dialog__content{color:#d1dcf9;font-size:.13rem;padding:16px;text-align:center;word-break:break-all}.common-dialog__footer{padding:0 .18rem;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.common-dialog__footer--btn{flex:1;height:.36rem;border-radius:.03rem;display:flex;align-items:center;justify-content:center;font-size:.15rem;font-weight:600;background-position:50%;background-repeat:no-repeat;background-size:100%;flex-shrink:0}.common-dialog__footer--btn.close{position:relative;color:#5b2316;background-image:url(https://obd.gtimg.com/flow/static/assets/6eb9b7e9ca8720065eaaac6ae57e656e05ccf5e3.png);margin-right:.16rem}.common-dialog__footer--btn.close-gift-icon{position:relative}.common-dialog__footer--btn.close-gift-icon:after{content:"";display:"inline-block";background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1733451896314.png);background-size:contain;background-repeat:no-repeat;width:28px;height:28px;position:absolute;top:-8px;right:-10px}.common-dialog__footer--btn.confirm{position:relative;color:#5b2316;background-image:url(https://obd.gtimg.com/flow/static/assets/6eb9b7e9ca8720065eaaac6ae57e656e05ccf5e3.png)}.common-dialog__footer--btn.confirm-gift-icon{position:relative}.common-dialog__footer--btn.confirm-gift-icon:after{content:"";display:"inline-block";background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1733451896314.png);background-size:contain;background-repeat:no-repeat;width:28px;height:28px;position:absolute;top:-8px;right:-10px}.common-dialog__tips{display:flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;bottom:-20px;margin-top:12px;font-size:10px;color:#efd09a;line-height:14px;font-weight:600;text-align:center}.common-dialog__tips:before{content:"";display:inline-block;width:10px;height:10px;margin-right:4px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724756131469.png) no-repeat;background-size:contain}@media screen and (orientation:landscape){.common-dialog__content{font-size:.08rem;padding:16px}.common-dialog__footer{padding:12px .125rem}.common-dialog__footer--btn{height:.2rem;font-size:.085rem;border-radius:.015rem}.common-dialog__tips{bottom:-12px}}body.is-pc .common-dialog__content{padding:16px 24px;font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .common-dialog__footer{padding:0 30px}body.is-pc .common-dialog__footer--btn{height:var(--pc-modal-btn-height);font-size:var(--pc-modal-input-font-size);background-size:100% 100%}body.is-pc .common-dialog__tips{bottom:-18px;font-size:12px;line-height:16px}.common-input-dialog{margin-top:.12rem;padding:0 .18rem;box-sizing:border-box}.common-input-dialog .input{width:100%;background-color:transparent;height:.31rem;border-radius:.03rem;border:1px solid #c49967;color:#fff;padding-left:.11rem;margin-bottom:20px;font-size:.14rem;box-sizing:border-box}.common-input-dialog .input-with-tips{margin-bottom:10px}.common-input-dialog__tips{margin-bottom:14px;font-family:PingFang SC;font-size:12px;font-weight:400;text-align:center;color:#e0e9ff}@media screen and (orientation:landscape){.common-input-dialog{padding:0 .125rem}.common-input-dialog .input{height:.165rem;font-size:.075rem;margin-bottom:16px;padding-left:.06rem}}body.is-pc .common-input-dialog{margin-top:16px;padding:0 30px}body.is-pc .common-input-dialog .input{height:var(--pc-modal-input-height);margin-bottom:16px;padding-left:12px;font-size:var(--pc-modal-input-font-size)}body.is-pc .common-input-dialog__tips{margin-bottom:12px;font-size:12px;line-height:1.5}body.is-pc .cdkey-modal{padding:16px 24px 24px;font-size:var(--pc-modal-input-font-size);line-height:1.5;box-sizing:border-box}body.is-pc .cdkey-modal__code{width:100%;max-width:420px;margin-bottom:6px;text-align:center}body.is-pc .cdkey-modal__tip{margin-top:12px;font-size:12px;line-height:1.5}body.is-pc .cdkey-modal .btn{width:280px;max-width:100%;height:var(--pc-modal-btn-height);margin-top:16px;margin-bottom:0;font-size:var(--pc-modal-input-font-size);background-size:100% 100%}.cdkey-modal{font-size:.13rem;width:100%;display:flex;justify-content:center;flex-wrap:wrap;color:#fff;padding-top:20px}.cdkey-modal__code{margin-bottom:8px;width:75%;word-break:break-all}.cdkey-modal__tip{width:100%;margin-top:10px;color:#fff;font-size:.1rem;text-align:center}.cdkey-modal .btn{margin-top:.1rem;margin-bottom:-.1rem;width:2.5rem;height:.42rem;border-radius:.03rem;display:flex;align-items:center;justify-content:center;font-size:.18rem;font-weight:600;background-position:50%;background-repeat:no-repeat;background-size:contain;color:#222769;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755830402419.png)}@media screen and (orientation:landscape){.cdkey-modal{padding-bottom:30px;font-size:.08rem}.cdkey-modal__tip{font-size:.06rem}.cdkey-modal .btn{height:.275rem;font-size:.13rem}}.receive-qb-modal{width:3.15rem;height:2.92rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755054871037.png);background-size:contain;background-repeat:no-repeat;background-position:50%;color:#fff}@media screen and (orientation:landscape){.receive-qb-modal{width:1.575rem;height:1.46rem}}.receive-qb-modal .modal-dialog-v2__title{padding-top:.23rem;font-size:.18rem;line-height:.18rem}@media screen and (orientation:landscape){.receive-qb-modal .modal-dialog-v2__title{padding-top:.115rem;font-size:.09rem;line-height:.09rem}}.receive-qb-modal__content{padding:0 .225rem;display:flex;flex-direction:column;align-items:center}@media screen and (orientation:landscape){.receive-qb-modal__content{padding:0 .1125rem}}.receive-qb-modal__content-tips{font-size:.1rem;margin-top:.31rem}@media screen and (orientation:landscape){.receive-qb-modal__content-tips{font-size:.05rem;margin-top:.155rem}}.receive-qb-modal__content-inputs{display:flex;flex-direction:column}.receive-qb-modal__content-inputs__item{margin-top:.12rem;width:2.7rem;height:.36rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755066147066.png);background-size:contain;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-self:center}@media screen and (orientation:landscape){.receive-qb-modal__content-inputs__item{margin-top:.06rem;width:1.35rem;height:.18rem}}.receive-qb-modal__content-inputs__item__qq{width:2.7rem;height:.36rem;text-indent:12px;background:transparent;border:none;font-size:.14rem}@media screen and (orientation:landscape){.receive-qb-modal__content-inputs__item__qq{width:1.35rem;height:.18rem;font-size:.07rem}}.receive-qb-modal__content-inputs__item__qq::placeholder{color:#fff2b5;font-size:.11rem}@media screen and (orientation:landscape){.receive-qb-modal__content-inputs__item__qq::placeholder{font-size:.055rem}}.receive-qb-modal__content-bottom-tips{font-size:.1rem;margin-top:.12rem;width:100%;text-align:center}@media screen and (orientation:landscape){.receive-qb-modal__content-bottom-tips{font-size:.05rem;margin-top:.06rem}}.receive-qb-modal__content-confirm-button{margin-top:.14rem;width:2.55rem;height:.41rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755066755232.png);background-size:contain;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:.18rem;font-weight:400;color:#222769}@media screen and (orientation:landscape){.receive-qb-modal__content-confirm-button{margin-top:.07rem;width:1.275rem;height:.205rem;font-size:.09rem}}body.is-pc .receive-qb-modal{width:var(--pc-modal-width);height:auto;min-height:420px;background-size:100% 100%;box-sizing:border-box}body.is-pc .receive-qb-modal .modal-dialog-v2__title{padding-top:24px;font-size:var(--pc-modal-title-font-size);line-height:18px}body.is-pc .receive-qb-modal__content{padding:0 30px}body.is-pc .receive-qb-modal__content-bottom-tips,body.is-pc .receive-qb-modal__content-tips{font-size:12px;line-height:1.5}body.is-pc .receive-qb-modal__content-tips{margin-top:24px}body.is-pc .receive-qb-modal__content-inputs__item{width:100%;height:var(--pc-modal-input-height);margin-top:16px;background-size:100% 100%}body.is-pc .receive-qb-modal__content-inputs__item__qq{width:100%;height:var(--pc-modal-input-height);font-size:var(--pc-modal-input-font-size)}body.is-pc .receive-qb-modal__content-inputs__item__qq::placeholder{font-size:var(--pc-modal-content-font-size)}body.is-pc .receive-qb-modal__content-bottom-tips{margin-top:16px}body.is-pc .receive-qb-modal__content-confirm-button{width:320px;max-width:100%;height:var(--pc-modal-btn-height);margin-top:18px;font-size:var(--pc-modal-input-font-size);background-size:100% 100%}.active-mobile{padding:0 .19rem;box-sizing:border-box}.active-mobile__content{margin-top:.165rem;color:#c8d3ff;font-size:.14rem;text-align:center}.active-mobile__content .mask-mobile{font-weight:600;font-size:.16rem;color:#debb7c}.active-mobile .countdown{width:100%;margin-top:.14rem;text-align:center;font-size:.12rem;font-weight:400;color:#efd09a;line-height:1.414}.active-mobile .countdown.disabled{color:#8e9ac7}.active-mobile__tips{margin-top:.1rem;font-size:.11rem;font-weight:400;color:#c8d3ff;width:100%;text-align:center}@media screen and (orientation:landscape){.active-mobile__content{margin-top:.075rem;font-size:.09rem}.active-mobile__content .mask-mobile{font-size:.1rem}.active-mobile .countdown{margin-top:.07rem;font-size:.075rem}.active-mobile__tips{margin-top:.06rem;font-size:.06rem}}body.is-pc .active-mobile{padding:0 30px}body.is-pc .active-mobile__content{margin-top:20px;font-size:var(--pc-modal-content-font-size);line-height:1.6}body.is-pc .active-mobile__content .mask-mobile{font-size:var(--pc-modal-input-font-size);line-height:1.5}body.is-pc .active-mobile .countdown{margin-top:16px;font-size:12px;line-height:1.5}body.is-pc .active-mobile__tips{margin-top:12px;font-size:12px;line-height:1.5}@keyframes blink{50%{opacity:0}}.captcha-input-wrapper{margin-top:.065rem;z-index:2;width:3.215rem;height:.51rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751597797514.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;align-items:center;justify-content:center;position:relative}.captcha-input-wrapper .captcha-input__show-item{color:#fff;width:2.76rem;height:.3rem;display:flex;align-items:center;justify-content:space-between;font-size:.28rem}.captcha-input-wrapper .captcha-input__show-item .code-input-item{border-bottom:.015rem solid #f2f2ff;display:flex;align-items:center;justify-content:center;width:.36rem;height:.3rem}.captcha-input-wrapper .captcha-input__show-item .focus{position:relative;height:.3rem}.captcha-input-wrapper .captcha-input__show-item .focus:after{content:" ";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:.02rem;height:100%;background-color:#ff9f02;animation:blink 1s step-end infinite}.captcha-input-wrapper .captcha-input__show-item .finish{position:relative;height:.3rem}.captcha-input-wrapper .captcha-input__show-item .finish:after{content:" ";position:absolute;top:45%;left:80%;transform:translate(-50%,-50%);width:.02rem;height:100%;background-color:#ff9f02;animation:blink 1s step-end infinite}.captcha-input-wrapper .captcha-input__input{z-index:-1;position:absolute;top:0;border:none;outline:none;width:80px;height:10px;color:#090909;box-sizing:border-box;background:none;padding:0;font-size:6px;caret-color:transparent;color:transparent}@media screen and (orientation:landscape){.captcha-input-wrapper{margin-top:.0617977528rem;width:1.3033707865rem;height:.2275280899rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752474378746.png);align-items:flex-end}.captcha-input-wrapper .captcha-input__show-item{color:#fff;display:flex;width:1.1853932584rem;height:.1853932584rem;font-size:.1235955056rem;margin-bottom:.0365168539rem;align-items:flex-end}.captcha-input-wrapper .captcha-input__show-item .code-input-item{border-bottom:.0056179775rem solid #fff;width:.1797752809rem;height:.1235955056rem;padding-bottom:.0449438202rem}.captcha-input-wrapper .captcha-input__show-item .focus{position:relative;height:.1235955056rem}.captcha-input-wrapper .captcha-input__show-item .focus:after{content:" ";position:absolute;top:36%;left:50%;transform:translate(-50%,-50%);width:.0084269663rem;height:100%;background-color:#ff9f02;animation:blink 1s step-end infinite}.captcha-input-wrapper .captcha-input__show-item .finish{position:relative;height:.1235955056rem}.captcha-input-wrapper .captcha-input__show-item .finish:after{content:" ";position:absolute;top:36%;left:80%;transform:translate(-50%,-50%);width:.0084269663rem;height:100%;background-color:#ff9f02;animation:blink 1s step-end infinite}}body.is-pc .captcha-input-wrapper{width:100%;max-width:100%;height:50px;margin-top:12px;box-sizing:border-box;background-size:100% 100%;align-items:center}body.is-pc .captcha-input__input{opacity:0}body.is-pc .captcha-input-wrapper .captcha-input__show-item{width:90%;height:36px;margin-bottom:0;font-size:28px;align-items:center}body.is-pc .captcha-input-wrapper .captcha-input__show-item .code-input-item{width:40px;height:36px;border-bottom-width:2px;padding-bottom:0}body.is-pc .captcha-input-wrapper .captcha-input__show-item .finish:after,body.is-pc .captcha-input-wrapper .captcha-input__show-item .focus:after{width:2px}body.is-pc .captcha-input-wrapper .captcha-input__show-item .code-input-item.focus{border-bottom-color:#ff9f02}.order-fail-msg{color:#c8d3ff;text-align:center;font-family:PingFang SC;font-size:.13rem;font-style:normal;font-weight:400;padding:0 .28rem;margin-top:.12rem;margin-bottom:.23rem}@media screen and (orientation:landscape){.order-fail-msg{margin-top:.08rem;padding:0 .19rem;font-size:.09rem;margin-bottom:.16rem}}body.is-pc .order-fail-msg{margin-top:16px;margin-bottom:24px;padding:0 30px;font-size:var(--pc-modal-content-font-size);line-height:1.6}.order-complete-dialog .game-base-dialog__header-title{margin-top:.04rem}.order-complete{box-sizing:border-box;padding:.13rem .18rem 0;color:#fff}.order-complete__done{margin:0 .015rem}.order-complete__done--item{display:flex;font-size:.105rem;margin-bottom:.09rem;font-family:PingFang SC;font-weight:400;line-height:150%}.order-complete__done--item .order-title{flex-shrink:0;color:#efd09a;display:flex;justify-content:flex-start;align-items:flex-start}.order-complete__done--item .order-desc{font-size:.105rem;letter-spacing:0;display:flex;justify-content:flex-start;text-align:left;align-items:flex-start}.order-complete__done--item .order-desc.highlight{color:#efd09a;font-size:.105rem}.order-complete__done--tips{margin-top:.11rem;font-size:.11rem;font-weight:400;color:#fff;text-align:center}.order-complete__text{text-align:center;margin-bottom:.08rem;margin-top:.15rem}.order-complete__loading{margin:.275rem .25rem 0;background-color:#4a5676;border-radius:.025rem;height:.045rem}.order-complete__loading .loading-progress{width:10%;height:.04rem;border-radius:.025rem;background-color:#efd09a;animation:progressLoading 2s ease-in-out forwards}@keyframes progressLoading{0%{width:0;background-color:#efd09a}20%{width:20%;background-color:#efd09a}40%{width:40%;background-color:#efd09a}60%{width:60%;background-color:#efd09a}80%{width:80%;background-color:#efd09a}to{width:100%;background-color:#efd09a}}@media screen and (orientation:landscape){.order-complete-dialog .game-base-dialog__header-title{margin-top:0}.order-complete{padding:.0280898876rem .05rem 0;color:#fff}.order-complete__done--item{font-size:.058988764rem;margin-bottom:.0421348315rem;line-height:120%}.order-complete__done--item .order-desc,.order-complete__done--item .order-desc.highlight{font-size:.058988764rem}.order-complete__done--tips{margin-top:-.0280898876rem;font-size:.0561797753rem;margin-bottom:.0252808989rem;text-align:center}.order-complete__text{margin-bottom:.1685393258rem}.order-complete__loading{margin:.2247191011rem .154494382rem}.order-complete__loading,.order-complete__loading .loading-progress{height:.0533707865rem;border-radius:.0533707865rem}}body.is-pc .order-complete-dialog .game-base-dialog__header-title{margin-top:0}body.is-pc .order-complete{padding:16px 24px 0}body.is-pc .order-complete__done--item,body.is-pc .order-complete__done--item .order-desc,body.is-pc .order-complete__done--item .order-desc.highlight{font-size:12px;line-height:1.6}body.is-pc .order-complete__done--item{margin-bottom:12px}body.is-pc .order-complete__done--tips{margin-top:12px;font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .order-complete__text{margin-top:16px;margin-bottom:12px}body.is-pc .order-complete__loading{height:8px;margin:20px 32px 0;border-radius:8px}body.is-pc .order-complete__loading .loading-progress{height:8px;border-radius:8px}.game-base-dialog-wrapper{width:3.15rem;position:relative}.game-base-dialog-wrapper .background{width:100%;height:100%;object-fit:cover}.game-base-dialog-wrapper .game-base-dialog{position:absolute;top:0;width:3.15rem;height:100%}.game-base-dialog-wrapper .game-base-dialog__header{position:relative;padding:.225rem .15rem 0 .1rem;display:flex;flex-direction:column;align-items:center}.game-base-dialog-wrapper .game-base-dialog__header__close{width:.105rem;height:.105rem;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596405752.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.14rem;right:.105rem;z-index:100}.game-base-dialog-wrapper .game-base-dialog__header__close-wrapper{right:0;top:0;position:absolute;padding:.0561797753rem}.game-base-dialog-wrapper .game-base-dialog__header-title{font-family:PingFang SC;font-size:.17rem;line-height:1.2;color:#fff;text-align:center;font-weight:700;width:100%}.game-base-dialog-wrapper .game-base-dialog .show-border{position:relative;padding-bottom:.04rem}.game-base-dialog-wrapper .game-base-dialog .show-border:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:1px;background-image:linear-gradient(90deg,transparent 0,hsla(0,0%,100%,.3) 50%,transparent);background-size:100% 1px;background-repeat:no-repeat;pointer-events:none}.game-base-dialog-wrapper .game-base-dialog__footer{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;bottom:.15rem}.game-base-dialog-wrapper .game-base-dialog__footer .button{color:#222769;font-weight:500;font-family:PingFang SC;height:.45rem;display:flex;align-items:center;justify-content:center;background-size:contain;background-repeat:no-repeat;background-position:50%;font-size:.1575rem}.game-base-dialog-wrapper .game-base-dialog__footer .button.cancel{width:1.26rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751950923153.png)}.game-base-dialog-wrapper .game-base-dialog__footer .button.both{width:1.26rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751950893564.png)}.game-base-dialog-wrapper .game-base-dialog__footer .button[class*=middle-confirm]{width:1.645rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752461986857.png)}.game-base-dialog-wrapper .game-base-dialog__footer .button[class*=long-confirm]{width:2.255rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752461166635.png)}.game-base-dialog-wrapper .game-base-dialog__footer .button+.button{margin-left:.08rem}@media screen and (orientation:landscape){.game-base-dialog-wrapper{width:2.4634831461rem;position:relative}.game-base-dialog-wrapper.keep-size-consistent{width:1.7696629213rem}.game-base-dialog-wrapper.keep-size-consistent .background{width:100%;height:100%;object-fit:cover}.game-base-dialog-wrapper.keep-size-consistent .game-base-dialog{width:1.7696629213rem}.game-base-dialog-wrapper .background{width:100%;height:100%;object-fit:cover}.game-base-dialog-wrapper .game-base-dialog{position:absolute;top:0;width:2.4634831461rem;height:100%}.game-base-dialog-wrapper .game-base-dialog__header{position:relative;padding:.1264044944rem .0842696629rem 0 .0561797753rem;display:flex;flex-direction:column;align-items:center}.game-base-dialog-wrapper .game-base-dialog__header__close{width:.058988764rem;height:.058988764rem;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596405752.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:.0786516854rem;right:.058988764rem;z-index:100}.game-base-dialog-wrapper .game-base-dialog__header__close-wrapper{right:0;top:0;position:absolute;padding:.0561797753rem}.game-base-dialog-wrapper .game-base-dialog__header-title{font-family:PingFang SC;font-size:.095505618rem;line-height:1.2;color:#fff;text-align:center;font-weight:700;width:100%}.game-base-dialog-wrapper .game-base-dialog__footer{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;bottom:.0842696629rem;font-size:.0884831461rem}.game-base-dialog-wrapper .game-base-dialog__footer .button{height:.2752808989rem;font-size:.0884831461rem}.game-base-dialog-wrapper .game-base-dialog__footer .button.both,.game-base-dialog-wrapper .game-base-dialog__footer .button.cancel{width:.7078651685rem}.game-base-dialog-wrapper .game-base-dialog__footer .button[class*=middle-confirm]{width:.9241573034rem}.game-base-dialog-wrapper .game-base-dialog__footer .button[class*=long-confirm]{width:1.3707865169rem}.game-base-dialog-wrapper .game-base-dialog__footer .button+.button{margin-left:.0449438202rem}}body.is-pc .game-base-dialog__header{padding:24px 16px 0}body.is-pc .game-base-dialog__header-title{font-size:var(--pc-modal-title-font-size)}body.is-pc .game-base-dialog__footer .button{height:var(--pc-modal-btn-height);font-size:var(--pc-modal-input-font-size);max-width:100%}body.is-pc .game-base-dialog__footer .button.both,body.is-pc .game-base-dialog__footer .button.cancel{width:126px}body.is-pc .game-base-dialog__footer .button[class*=middle-confirm]{width:180px}body.is-pc .game-base-dialog__footer .button[class*=long-confirm]{width:240px}body.is-pc .game-base-dialog__header__close{width:20px;height:20px}.order-goods-group{width:3.225rem;display:flex;flex-direction:row;justify-content:space-between}.order-goods-group__item{position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:.7rem;height:.7rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596565774.png)}.order-goods-group__item,.order-goods-group__item .fill{background-position:50%;background-repeat:no-repeat;background-size:contain}.order-goods-group__item .fill{position:absolute;top:0;left:.005rem;width:.16rem;height:.16rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751597057692.png)}.order-goods-group__item img{max-width:.5rem}@media screen and (orientation:landscape){.order-goods-group{width:1.8117977528rem}.order-goods-group__item{width:.393258427rem;height:.393258427rem;margin-right:0}.order-goods-group__item .fill{top:0;left:.0028089888rem;width:.0898876404rem;height:.0898876404rem}.order-goods-group__item img{max-width:.2808988764rem}}.retain-modal{background-position:50%;background-repeat:no-repeat;background-size:contain;overflow:hidden;height:2.405rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1756889831404.png)}.retain-modal .retain-modal-content{display:flex;align-items:center;flex-direction:column;margin:0 .135rem}.retain-modal .retain-modal-content .order-goods-group{width:2.89rem}.retain-modal .retain-modal-content .confirm-out{margin-top:.12rem;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:PingFang SC;font-size:.13rem;font-style:normal;font-weight:400;line-height:165%}.retain-modal .modal-dialog-v2__title{height:.52rem;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.retain-modal .retain-modal__footer{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.12rem}.retain-modal .retain-modal__footer .button{color:#222769;font-weight:500;font-family:PingFang SC;height:.41rem;display:flex;align-items:center;justify-content:center;background-size:contain;background-repeat:no-repeat;background-position:50%;font-size:.18rem}.retain-modal .retain-modal__footer .button.cancel{color:#fff8e3;width:1.26rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751950923153.png)}.retain-modal .retain-modal__footer .button.confirm{width:1.26rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751950893564.png)}.retain-modal .retain-modal__footer .button+.button{margin-left:.12rem}@media screen and (orientation:landscape){.retain-modal{height:1.3511235955rem}.retain-modal .retain-modal-content{margin:0 .0758426966rem}.retain-modal .retain-modal-content .order-goods-group{width:1.6235955056rem;margin:0 .0758426966rem}.retain-modal .retain-modal-content .confirm-out{margin-top:.0674157303rem;font-size:.0730337079rem}.retain-modal .modal-dialog-v2__title{height:.2921348315rem;margin-top:.0561797753rem}.retain-modal .retain-modal__footer{margin-top:.0674157303rem}.retain-modal .retain-modal__footer .button{height:.2303370787rem;font-size:.1011235955rem}.retain-modal .retain-modal__footer .button.cancel,.retain-modal .retain-modal__footer .button.confirm{width:.7078651685rem}.retain-modal .retain-modal__footer .button+.button{margin-left:.0674157303rem}}body.is-pc .retain-modal{width:var(--pc-modal-width);height:auto;min-height:360px;background-size:100% 100%;box-sizing:border-box}body.is-pc .retain-modal .modal-dialog-v2__title{height:auto;margin-top:20px}body.is-pc .retain-modal .retain-modal-content{margin:0 24px}body.is-pc .retain-modal .retain-modal-content .order-goods-group{width:100%;max-width:480px}body.is-pc .retain-modal .retain-modal-content .confirm-out{margin-top:16px;font-size:var(--pc-modal-content-font-size);line-height:1.6}body.is-pc .retain-modal .retain-modal__footer{margin-top:18px;padding:0 24px 24px;box-sizing:border-box}body.is-pc .retain-modal .retain-modal__footer .button{height:var(--pc-modal-btn-height);font-size:var(--pc-modal-input-font-size);background-size:100% 100%}body.is-pc .retain-modal .retain-modal__footer .button.cancel,body.is-pc .retain-modal .retain-modal__footer .button.confirm{width:180px;max-width:calc(50% - 8px)}body.is-pc .retain-modal .retain-modal__footer .button+.button{margin-left:16px}.captcha-package__modal{width:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;overflow:hidden}.captcha-package__modal-style1{height:4.4rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752461582136.png)}.captcha-package__modal-style1 .countdown{margin-top:.04rem;font-weight:400;font-size:.12rem}.captcha-package__modal-style1 .modal-dialog-v2__title{height:.74rem;display:flex;align-items:center;justify-content:center;margin-top:.09rem}.captcha-package__modal-style1 .modal-dialog-v2__title span{width:3.4rem;text-align:center}.captcha-package__modal-style3{height:4.55rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1774851012516.png)}.captcha-package__modal-style3 .countdown{margin-top:.04rem;font-weight:400;font-size:.12rem}.captcha-package__modal-style3 .modal-dialog-v2__title{height:.74rem;display:flex;align-items:center;justify-content:center;margin-top:.09rem}.captcha-package__modal-style3 .modal-dialog-v2__title span{width:3.4rem;text-align:center}.captcha-package__modal-style3 .captcha-confirm-tips{margin-top:.06rem;height:auto;margin-bottom:.09rem}.captcha-package__modal-default{height:3.395rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596068376.png)}.captcha-package__modal-default .countdown{margin-top:.085rem;font-weight:400;font-size:.12rem}.captcha-package__modal-default .modal-dialog-v2__title{margin-top:.19rem}.captcha-package__modal-style2{height:4.4rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752461582136.png)}.captcha-package__modal-style2 .countdown{margin-top:.04rem;font-weight:400;font-size:.12rem}.captcha-package__modal-style2 .modal-dialog-v2__title{margin-top:.19rem}.captcha-package__modal .modal-dialog-v2__title{font-size:.2rem;font-weight:400}.captcha-package__modal .captcha{margin-top:.08rem;display:flex;align-items:center;flex-direction:column;color:#fff}.captcha-package__modal .captcha .order-goods{width:3.225rem;display:flex;flex-direction:row;justify-content:space-between}.captcha-package__modal .captcha .order-goods__item{position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:.7rem;height:.7rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751596565774.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.captcha-package__modal .captcha .order-goods__item .fill{position:absolute;top:0;left:.005rem;width:.16rem;height:.16rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751597057692.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.captcha-package__modal .captcha .order-goods__item img{max-width:.5rem}.captcha-package__modal .captcha-package{margin-top:.105rem;width:100%;display:flex;align-items:center;flex-direction:column}.captcha-package__modal .captcha-package__info{width:3.225rem;height:.71rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751597308495.png);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;display:flex;justify-content:center;flex-direction:column}.captcha-package__modal .captcha-package__info--phone{margin-left:.2rem;font-weight:400;font-size:.28rem}.captcha-package__modal .captcha-package__info--desc{margin-left:.2rem;font-weight:400;font-size:.11rem}.captcha-package__modal .captcha-package__info--desc>span:before{content:"";display:inline-block;width:.04rem;height:.04rem;background-color:#fff;margin-right:.04rem;margin-left:.03rem;margin-bottom:1px;transform:rotate(45deg);vertical-align:middle}.captcha-package__modal .captcha .package-info{width:3.225rem;max-height:1.04rem}.captcha-package__modal .captcha .package-info__scroll{max-height:inherit;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.45) #000}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar{width:.03rem;border-radius:.015rem}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar-track{background:#000;border-radius:.015rem}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.45);border-radius:.015rem;min-height:.15rem}.captcha-package__modal .captcha .package-info__row{display:flex;align-items:center;height:.2rem;line-height:.15rem;font-size:.1rem;border-bottom:1px solid rgba(144,245,253,.3)}.captcha-package__modal .captcha .package-info__row:last-child{border-bottom:none}.captcha-package__modal .captcha .package-info__label{flex-shrink:0;width:.8rem;color:hsla(0,0%,100%,.8)}.captcha-package__modal .captcha .package-info__value{flex:1;text-align:left;word-break:break-all;color:#fff2b5;font-weight:400}.captcha-package__modal .captcha-confirm-wrapper{margin-top:.06rem;width:2.68rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.captcha-package__modal .captcha-confirm-btn{width:2.44rem;height:.47rem}.captcha-package__modal .captcha-confirm-btn-img{width:100%;height:100%;object-fit:contain}.captcha-package__modal .captcha-confirm-tips{margin-top:.085rem;font-weight:400;font-size:.105rem;text-align:center;height:.31rem;margin-bottom:.13rem}@media screen and (orientation:landscape){.captcha-package__modal{position:relative}.captcha-package__modal-style1{height:1.154494382rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752465161278.png)}.captcha-package__modal-style1 .countdown{margin-top:.0280898876rem;font-size:.0561797753rem}.captcha-package__modal-style1 .modal-dialog-v2__title{height:auto}.captcha-package__modal-style1 .modal-dialog-v2__title span{width:auto}.captcha-package__modal-style3{height:1.154494382rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752465161278.png)}.captcha-package__modal-style3 .countdown{margin-top:.0280898876rem;font-size:.0561797753rem}.captcha-package__modal-style3 .modal-dialog-v2__title{height:auto}.captcha-package__modal-style3 .modal-dialog-v2__title span{width:auto}.captcha-package__modal-style3 .captcha-confirm-wrapper{height:.6179775281rem}.captcha-package__modal-style3 .captcha-confirm-wrapper .yzf-agreement-checkbox{width:100%;margin-top:0}.captcha-package__modal-default{height:1.154494382rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752465161278.png)}.captcha-package__modal-default .countdown{margin-top:.0280898876rem;font-size:.0561797753rem}.captcha-package__modal-style2{height:1.154494382rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752465161278.png)}.captcha-package__modal-style2 .countdown{margin-top:.0280898876rem;font-size:.0561797753rem}.captcha-package__modal .modal-dialog-v2__title{font-size:.095505618rem;font-weight:400;margin-top:.0842696629rem}.captcha-package__modal .captcha{width:100%;height:100%;position:absolute;top:0;display:flex;flex-direction:row;align-items:flex-start;margin-top:0}.captcha-package__modal .captcha .package-info{width:.941011236rem;max-height:.5758426966rem;margin-left:.0898876404rem;margin-top:.3370786517rem}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar{width:.0112359551rem}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar-track{border-radius:.0056179775rem}.captcha-package__modal .captcha .package-info__scroll::-webkit-scrollbar-thumb{border-radius:.0056179775rem;min-height:.0561797753rem}.captcha-package__modal .captcha .package-info__row{height:.1235955056rem;line-height:.0561797753rem;font-size:.0505617978rem;padding:.0168539326rem 0}.captcha-package__modal .captcha .package-info__label{width:.2808988764rem;margin-right:.0337078652rem;font-size:.0505617978rem}.captcha-package__modal .captcha .package-info__value{font-size:.0449438202rem}.captcha-package__modal .captcha .order-goods{width:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.0702247191rem;margin-left:.1488764045rem;margin-top:.2050561798rem}.captcha-package__modal .captcha .order-goods__item{width:.3792134831rem;height:.3792134831rem;margin-right:0}.captcha-package__modal .captcha .order-goods__item .fill{top:0;left:.0028089888rem;width:.0814606742rem;height:.0814606742rem}.captcha-package__modal .captcha .order-goods__item img{max-width:.2724719101rem}.captcha-package__modal .captcha-package{margin-top:.3342696629rem;width:1.3117977528rem;margin-left:.1769662921rem}.captcha-package__modal .captcha-package__info{width:1.3117977528rem;height:.2808988764rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1752473835855.png)}.captcha-package__modal .captcha-package__info--phone{margin-left:.0702247191rem;font-size:.1123595506rem}.captcha-package__modal .captcha-package__info--desc{margin-left:.0702247191rem;font-size:.0421348315rem;display:flex;align-items:center}.captcha-package__modal .captcha-package__info--desc>span:before{content:"";display:inline-block;width:.0112359551rem;height:.0112359551rem;background-color:#fff;margin-right:.0112359551rem;margin-left:.0112359551rem;margin-bottom:1px;transform:rotate(45deg);vertical-align:middle}.captcha-package__modal .captcha-confirm-wrapper{margin-top:.3342696629rem;width:1.0786516854rem;height:.5617977528rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-around;margin-left:.106741573rem}.captcha-package__modal .captcha-confirm-btn{width:1.0617977528rem;height:.2050561798rem}.captcha-package__modal .captcha-confirm-btn-img{width:100%;height:100%;object-fit:contain}.captcha-package__modal .captcha-confirm-tips{margin:0;width:100%;font-weight:400;font-size:.0505617978rem;height:auto}}body.is-pc .captcha-package__modal{height:auto;min-height:400px;background-size:100% 100%}body.is-pc .captcha-package__modal .modal-dialog-v2__title{font-size:var(--pc-modal-title-font-size);margin-top:20px}body.is-pc .captcha-package__modal-style1 .modal-dialog-v2__title,body.is-pc .captcha-package__modal-style3 .modal-dialog-v2__title{height:auto}body.is-pc .captcha-package__modal-style1 .modal-dialog-v2__title span,body.is-pc .captcha-package__modal-style3 .modal-dialog-v2__title span{width:auto}body.is-pc .captcha{position:relative;flex-direction:column;align-items:center;margin-top:12px;top:auto;width:auto;height:auto}body.is-pc .captcha .order-goods{display:flex;flex-direction:row;width:auto;margin-left:0;margin-top:0}body.is-pc .captcha .order-goods__item{width:80px;height:80px;margin-right:12px}body.is-pc .captcha .order-goods__item:last-child{margin-right:0}body.is-pc .captcha .order-goods__item .fill{width:18px;height:18px;top:0;left:1px}body.is-pc .captcha .order-goods__item img{max-width:56px}body.is-pc .captcha-package{margin-top:14px;width:100%;margin-left:0;padding:0 24px;box-sizing:border-box}body.is-pc .captcha-package__info{width:100%;height:70px;background-size:100% 100%}body.is-pc .captcha-package__info--phone{margin-left:16px;font-size:24px}body.is-pc .captcha-package__info--desc{margin-left:16px;font-size:12px}body.is-pc .captcha-package__info--desc>span:before{width:4px;height:4px;margin-right:4px;margin-left:4px}body.is-pc .captcha-package__modal .captcha .package-info{width:100%;max-width:500px;max-height:176px;margin:12px 0 0;padding:0 24px;box-sizing:border-box}body.is-pc .captcha-package__modal .captcha .package-info .package-info__scroll{max-height:inherit;overflow-y:auto}body.is-pc .captcha-package__modal .captcha .package-info .package-info__scroll::-webkit-scrollbar{width:4px}body.is-pc .captcha-package__modal .captcha .package-info .package-info__scroll::-webkit-scrollbar-track{background:rgba(18,31,72,.6);border-radius:2px}body.is-pc .captcha-package__modal .captcha .package-info .package-info__scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.55);border-radius:2px;min-height:20px}body.is-pc .captcha-package__modal .captcha .package-info .package-info__row{align-items:center;min-height:34px;height:auto;padding:8px 0;line-height:1.5;font-size:12px}body.is-pc .captcha-package__modal .captcha .package-info .package-info__label{width:110px;margin-right:12px;font-size:12px}body.is-pc .captcha-package__modal .captcha .package-info .package-info__value{word-break:break-word;font-size:12px;line-height:1.5}body.is-pc .captcha-confirm-wrapper{margin-top:12px;width:100%;max-width:100%;height:auto;padding:0 24px;box-sizing:border-box;margin-left:0;flex-direction:column}body.is-pc .captcha-confirm-btn{width:100%;height:44px}body.is-pc .captcha-confirm-btn-img{max-width:100%;max-height:100%;object-fit:contain}body.is-pc .captcha-confirm-tips{margin-top:8px;font-size:12px;height:auto;margin-bottom:20px}body.is-pc .countdown{margin-top:8px;font-size:13px}.long-text-tips-modal{padding-bottom:0;width:3.15rem;min-height:3.1rem;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;color:#fff;position:relative}@media screen and (orientation:landscape){.long-text-tips-modal{width:1.575rem;min-height:1.55rem}}.long-text-tips-modal .modal-dialog-v2__title{padding-top:.23rem;font-size:.18rem;line-height:.18rem;border-bottom:1px solid;border-image-source:linear-gradient(90deg,rgba(183,248,252,0),rgba(183,248,252,.6) 50.48%,rgba(183,248,252,0));border-image-slice:1;padding-bottom:.15rem}@media screen and (orientation:landscape){.long-text-tips-modal .modal-dialog-v2__title{padding-top:.115rem;font-size:.09rem;line-height:.09rem;padding-bottom:.075rem}}.long-text-tips-modal__content{display:flex;flex-direction:column;align-items:center}.long-text-tips-modal__content-text{display:flex;align-items:center;justify-content:center;width:2.205rem;padding:.075rem 0;min-height:.64rem;color:#e0e9ff;font-size:.12rem;text-align:center}@media screen and (orientation:landscape){.long-text-tips-modal__content-text{width:1.1025rem;padding:.0375rem 0;min-height:.32rem;font-size:.06rem}}.long-text-tips-modal__content-confirm-button{width:2.51rem;height:.37rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755066755232.png);background-size:contain;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:.18rem;font-weight:400;color:#222769;margin-bottom:.25rem}@media screen and (orientation:landscape){.long-text-tips-modal__content-confirm-button{width:1.255rem;height:.185rem;font-size:.09rem;margin-bottom:.125rem}}body.is-pc .long-text-tips-modal .modal-dialog-v2__title{padding-top:24px;font-size:var(--pc-modal-title-font-size);line-height:18px;padding-bottom:16px}body.is-pc .long-text-tips-modal__content-text{width:500px;max-width:100%;padding:10px 0;min-height:80px;font-size:14px}body.is-pc .long-text-tips-modal__content-confirm-button{width:400px;max-width:100%;height:var(--pc-modal-btn-height);font-size:var(--pc-modal-title-font-size);margin-bottom:30px}.yzf-agreement-dialog__text{margin-top:.4rem;margin-bottom:.14rem;padding:0 .3rem;font-size:.12rem;color:#e0e9ff;height:1.87rem;overflow-y:auto}@media screen and (orientation:landscape){.yzf-agreement-dialog__text{margin-top:.2rem;margin-bottom:.07rem;padding:0 .15rem;font-size:.06rem;height:.935rem}}.yzf-agreement-dialog__text a{color:inherit;text-decoration:none}.yzf-agreement-dialog__text a:hover{color:inherit}.yzf-agreement-dialog__text p span{font-size:inherit!important}.yzf-agreement-dialog__text img{display:block;max-width:100%;height:auto;margin:.08rem auto}.yzf-agreement-dialog__text table{width:100%;max-width:100%;margin:.08rem 0;border-collapse:collapse;table-layout:fixed;word-break:break-word}.yzf-agreement-dialog__text td,.yzf-agreement-dialog__text th{border:1px solid rgba(224,233,255,.35);padding:.06rem;text-align:left;vertical-align:top}.yzf-agreement-dialog__text th{font-weight:700;background:rgba(224,233,255,.08)}@media screen and (orientation:landscape){.yzf-agreement-dialog__text img{margin:.04rem auto}.yzf-agreement-dialog__text table{margin:.04rem 0}.yzf-agreement-dialog__text td,.yzf-agreement-dialog__text th{padding:.03rem}}body.is-pc .yzf-agreement-dialog__text{margin-top:40px;margin-bottom:16px;padding:0 30px;font-size:14px;height:360px;overflow-y:auto}body.is-pc .yzf-agreement-dialog__text img{margin:8px auto}body.is-pc .yzf-agreement-dialog__text table{margin:8px 0}body.is-pc .yzf-agreement-dialog__text td,body.is-pc .yzf-agreement-dialog__text th{padding:8px}.yzf-agreement-checkbox{display:flex;align-items:flex-start;margin-top:.1rem;width:3.225rem;cursor:pointer;line-height:1.2}.yzf-agreement-checkbox__input{flex-shrink:0;margin-top:.01rem;margin-right:.03rem;width:.1rem;height:.1rem;border:.005rem solid #fff;border-radius:.01rem;background-color:transparent;appearance:none;position:relative;cursor:pointer;box-sizing:border-box}.yzf-agreement-checkbox__input--checked{background-color:#fff}.yzf-agreement-checkbox__input--checked:after{content:"";position:absolute;left:.025rem;top:.005rem;width:.025rem;height:.055rem;border:solid #3656cd;border-width:0 .01rem .01rem 0;transform:rotate(45deg)}.yzf-agreement-checkbox__body{position:relative;flex:1;min-width:0}.yzf-agreement-checkbox__text-wrap{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yzf-agreement-checkbox__text-wrap--overflowing{padding-right:.44rem}.yzf-agreement-checkbox__text{word-break:break-word;font-size:.085rem;color:#fff;line-height:1.4}.yzf-agreement-checkbox__text a{color:#ffda81;text-decoration:none;cursor:pointer}.yzf-agreement-checkbox__text p{display:inline;margin:0}.yzf-agreement-checkbox__text span{font-size:inherit!important}.yzf-agreement-checkbox__expand-btn{position:absolute;bottom:0;right:0;font-size:.1rem;color:#90f5fd;cursor:pointer;line-height:1.4}@media screen and (orientation:landscape){.yzf-agreement-checkbox{margin-top:.0337078652rem;width:1.3117977528rem}.yzf-agreement-checkbox__input{margin-top:.0056179775rem;margin-right:.0168539326rem;width:.0505617978rem;height:.0505617978rem;border-width:.0028089888rem}.yzf-agreement-checkbox__input--checked:after{left:.0140449438rem;top:.0028089888rem;width:.0112359551rem;height:.0280898876rem;border-width:0 .0056179775rem .0056179775rem 0}.yzf-agreement-checkbox__text-wrap--overflowing{padding-right:.1797752809rem}.yzf-agreement-checkbox__text{font-size:.0393258427rem;line-height:1.4}.yzf-agreement-checkbox__expand-btn{font-size:.0393258427rem}}.yzf-reconfirm{display:flex;flex-direction:column;align-items:center;width:2.205rem;padding:.075rem 0;box-sizing:border-box}.yzf-reconfirm__lead{font-size:.12rem;text-align:center;margin-bottom:.08rem}.yzf-agreement-text,.yzf-reconfirm__lead{color:#e0e9ff;line-height:1.5;word-break:break-word}.yzf-agreement-text{font-size:.1rem}.yzf-agreement-text a{color:#ffda81;text-decoration:none;cursor:pointer}.yzf-agreement-text p{display:inline;margin:0}.yzf-agreement-text span{font-size:inherit!important}.tips-modalV2 .yzf-agreement-text{font-size:.12rem}@media screen and (orientation:landscape){.yzf-reconfirm{width:.882rem;padding:.03rem 0}.yzf-reconfirm__lead{font-size:.048rem;margin-bottom:.032rem}.yzf-agreement-text{font-size:.04rem}.tips-modalV2 .yzf-agreement-text{font-size:.0674157303rem}}body.is-pc .yzf-agreement-checkbox{margin-top:14px;width:100%;max-width:100%;padding:0 24px;box-sizing:border-box}body.is-pc .yzf-agreement-checkbox__input{margin-top:2px;margin-right:6px;width:18px;height:18px;border-width:1px;border-radius:2px}body.is-pc .yzf-agreement-checkbox__input--checked:after{left:5px;top:1px;width:4px;height:10px;border-width:0 2px 2px 0}body.is-pc .yzf-agreement-checkbox__text-wrap--overflowing{padding-right:60px}body.is-pc .yzf-agreement-checkbox__text{font-size:13px;line-height:1.5}body.is-pc .yzf-agreement-checkbox__expand-btn{font-size:13px}.protocol-component .protocol-checkbox__label{display:flex;align-items:flex-start;cursor:pointer;line-height:1}.protocol-component .protocol-checkbox__label .protocol-checkbox__input{margin-top:0;margin-right:.04rem;flex-shrink:0;width:.12rem;height:.12rem;cursor:pointer;appearance:none;border:.005rem solid #fff;border-radius:.01rem;position:relative}@media screen and (orientation:landscape){.protocol-component .protocol-checkbox__label .protocol-checkbox__input{margin-top:0;margin-right:.0224719101rem;width:.0674157303rem;height:.0674157303rem;border:.0028089888rem solid #fff;border-radius:.0056179775rem}}.protocol-component .protocol-checkbox__label .protocol-checkbox__input.protocol-checked{background-color:#fff}.protocol-component .protocol-checkbox__label .protocol-checkbox__input.protocol-checked:after{content:"";position:absolute;left:.035rem;width:.03rem;height:.08rem;border:solid #3656cd;border-width:0 .01rem .01rem 0;transform:rotate(45deg)}@media screen and (orientation:landscape){.protocol-component .protocol-checkbox__label .protocol-checkbox__input.protocol-checked:after{left:.0196629213rem;width:.0168539326rem;height:.0449438202rem;border-width:0 .0056179775rem .0056179775rem 0}}.protocol-component .protocol-checkbox__label .protocol-checkbox__text-container{display:flex;position:relative;line-height:120%}.protocol-component .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text{word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.protocol-component .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text p{display:inline}.protocol-component .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text a{color:inherit;text-decoration:none}.protocol-component .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text span{font-size:inherit!important}.protocol-in-dialog.pop-up__footer-protocol{margin-top:.15rem;width:2.99rem}@media screen and (orientation:landscape){.protocol-in-dialog.pop-up__footer-protocol{width:1.196rem;margin-top:.06rem}}.protocol-in-dialog .protocol-checkbox__label{display:flex;align-items:flex-start;cursor:pointer;line-height:1}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__input{margin-top:.01rem;margin-right:.04rem;flex-shrink:0;width:.1rem;height:.1rem;cursor:pointer;appearance:none;border:.005rem solid #fff;position:relative}@media screen and (orientation:landscape){.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__input{margin-top:.0056179775rem;margin-right:.0224719101rem;width:.0561797753rem;height:.0561797753rem;border:.0028089888rem solid #fff}}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__input.protocol-checked{background-color:#fff}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__input.protocol-checked:after{content:"";position:absolute;left:.025rem;width:.03rem;height:.065rem;border:solid #3656cd;border-width:0 .01rem .01rem 0;transform:rotate(45deg)}@media screen and (orientation:landscape){.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__input.protocol-checked:after{left:.0140449438rem;width:.0168539326rem;height:.0365168539rem;border-width:0 .01rem .01rem 0}}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container{display:flex;position:relative;font-size:.1rem;color:#fff;line-height:120%}@media screen and (orientation:landscape){.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container{font-size:.0393258427rem}}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text{word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media screen and (orientation:landscape){.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text{-webkit-line-clamp:4}}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text p{display:inline}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text a{color:#ffda81;text-decoration:none}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text span{color:#fff!important}.protocol-in-dialog .protocol-checkbox__label .protocol-checkbox__text-container .protocol-checkbox__text .protocol-checkbox__expand-text{color:#90f5fd}body.is-pc .protocol-in-dialog .protocol-checkbox__input{width:18px;height:18px;border-width:1px;margin-right:6px;margin-top:1px}body.is-pc .protocol-in-dialog .protocol-checkbox__input.protocol-checked:after{left:5px;top:1px;width:4px;height:10px;border-width:0 2px 2px 0}body.is-pc .protocol-in-dialog .protocol-checkbox__text-container{font-size:14px}body.is-pc .protocol-in-dialog .protocol-checkbox__text{-webkit-line-clamp:2}body.is-pc .protocol-in-dialog.pop-up__footer-protocol{width:580px;max-width:100%;margin-top:20px}body.is-pc .protocol-component .protocol-checkbox__input{width:20px;height:20px;border-width:1px;border-radius:2px;margin-right:6px}body.is-pc .protocol-component .protocol-checkbox__input.protocol-checked:after{left:6px;top:1px;width:5px;height:11px;border-width:0 2px 2px 0}body.is-pc .protocol-component .protocol-checkbox__text{-webkit-line-clamp:2}body.is-pc .protocol-component .protocol-checkbox__label{align-items:center}.mobile-input-dialog{padding-top:.165rem;width:3.15rem;position:relative;background-image:url(//act.ecovision.gtimg.com/static/imgs/static/static_1751619958299.png);background-size:100% 100%;background-repeat:no-repeat;background-position:0 0}@media screen and (orientation:landscape){.mobile-input-dialog{padding:.0842696629rem 0 .1404494382rem .0674157303rem;width:2.4634831461rem}}.mobile-input-dialog__content{display:flex;flex-direction:column}@media screen and (orientation:landscape){.mobile-input-dialog__content{flex-direction:row;gap:.095505618rem}}.mobile-input-dialog__header{position:relative;box-sizing:border-box;padding:0 .15rem 0 .165rem;display:flex;flex-direction:column;align-items:center}@media screen and (orientation:landscape){.mobile-input-dialog__header{padding:0 .0786516854rem .0280898876rem}}.mobile-input-dialog__header__close{width:.105rem;height:.105rem;background:url(//act.ecovision.gtimg.com/static/imgs/static/static_1751596405752.png) 0 0 no-repeat;background-size:100% 100%;position:absolute;top:0;right:.105rem;z-index:100}@media screen and (orientation:landscape){.mobile-input-dialog__header__close{width:.0505617978rem;height:.0505617978rem}}.mobile-input-dialog__header-title{font-family:PingFang SC;font-size:.17rem;line-height:1.2;color:#fff;text-align:center;font-weight:700;width:100%}@media screen and (orientation:landscape){.mobile-input-dialog__header-title{font-size:.095505618rem}}.mobile-input-dialog__footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:.06rem .15rem .15rem;width:100%}.mobile-input-dialog__footer .reset-mobile{position:absolute;right:.25rem;top:1.86rem;font-size:.12rem;color:#90f5fd;display:flex;align-items:center;justify-content:center}.mobile-input-dialog__footer .reset-mobile:before{content:"";display:inline-block;width:.16rem;height:.16rem;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1761651623342.png);background-size:100% 100%;background-repeat:no-repeat;background-position:50%;margin-right:.01rem}@media screen and (orientation:landscape){.mobile-input-dialog__footer .reset-mobile:before{min-width:.0674157303rem;height:.0674157303rem}}@media screen and (orientation:landscape){.mobile-input-dialog__footer .reset-mobile{width:.0674157303rem;height:.0674157303rem;justify-content:flex-start;white-space:nowrap;overflow:hidden;right:.1292134831rem;top:.3033707865rem;font-size:.0674157303rem}}@media screen and (orientation:landscape){.mobile-input-dialog__footer{gap:.0842696629rem;padding:0;width:.6966292135rem}}.mobile-input-dialog__footer .mobile-input-order__input{width:100%;height:.37rem;border:none;box-sizing:border-box;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1751941208146.png);background-color:transparent;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;padding:.06rem .08rem;outline:none;font-size:.17rem;color:#fff;caret-color:#ff9f02}.mobile-input-dialog__footer .mobile-input-order__input::placeholder{color:hsla(0,0%,100%,.5019607843137255);opacity:1}@media screen and (orientation:landscape){.mobile-input-dialog__footer .mobile-input-order__input{height:.1797752809rem;font-size:.0674157303rem}}.mobile-input-dialog__footer .mobile-input-order__button{color:#222769;font-weight:500;font-family:PingFang SC;height:.45rem;display:flex;align-items:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;font-size:.1575rem;width:1.645rem;background-image:url(//act.ecovision.gtimg.com/static/imgs/static/static_1752490956364.png)}@media screen and (orientation:landscape){.mobile-input-dialog__footer .mobile-input-order__button{width:100%;height:.1797752809rem;font-size:.0884831461rem}}.mobile-input-dialog .mobile-input-order{margin-top:.02rem;padding:0 .15rem}@media screen and (orientation:landscape){.mobile-input-dialog .mobile-input-order{margin-top:0;padding:0}}.mobile-input-dialog .mobile-input-order__image{display:block;margin:0 auto;width:100%;height:1.3rem}@media screen and (orientation:landscape){.mobile-input-dialog .mobile-input-order__image{width:1.5168539326rem;height:.7584269663rem}}body.is-pc .mobile-input-dialog{padding:20px 0 0}body.is-pc .mobile-input-dialog__header{padding:0 24px 8px}body.is-pc .mobile-input-dialog__header-title{font-size:var(--pc-modal-title-font-size)}body.is-pc .mobile-input-order{margin-top:0;padding:0 24px}body.is-pc .mobile-input-dialog__content{flex-direction:column;align-items:center;gap:16px}body.is-pc .mobile-input-dialog__footer{width:100%;padding:0 24px 28px;gap:16px;box-sizing:border-box}body.is-pc .mobile-input-order__image{width:500px;max-width:100%;height:auto}body.is-pc .mobile-input-order__input{width:420px;max-width:100%;height:52px;font-size:18px;padding:0 16px;text-align:center}body.is-pc .mobile-input-order__input::placeholder{text-align:center}body.is-pc .mobile-input-order__button{width:260px;max-width:100%;height:52px;font-size:18px}body.is-pc .mobile-input-dialog__footer .reset-mobile{position:static;width:auto;height:auto;font-size:12px;line-height:1.5;white-space:nowrap;overflow:visible;justify-content:center}body.is-pc .mobile-input-dialog__footer .reset-mobile:before{width:18px;min-width:18px;height:18px;margin-right:4px}.order-btn__img{width:100%;height:100%}.order-btn--animation .order-btn__img{max-width:100%;max-height:100%;animation:buttonBreath 1.2s linear infinite}@keyframes buttonBreath{0%{transform:scale(1.1)}50%{transform:scale(1)}to{transform:scale(1.1)}}.order-hot-area{cursor:pointer;width:100%;height:100%}.reset-mobile-button__img{width:100%;height:100%;object-fit:contain}.protocol-component .default-text{margin-top:5px;text-align:center}.protocol-component .default-text span{font-size:inherit!important}.protocol-dialog__text{margin-top:.4rem;margin-bottom:.14rem;padding:0 .3rem;font-size:.12rem;color:#e0e9ff;height:1.87rem;overflow-y:auto}@media screen and (orientation:landscape){.protocol-dialog__text{margin-top:.2rem;margin-bottom:.07rem;padding:0 .15rem;font-size:.06rem;height:.935rem}}.protocol-dialog__text a{color:inherit;text-decoration:none}.protocol-dialog__text a:hover{color:inherit}.protocol-dialog__text p span{font-size:inherit!important}body.is-pc .protocol-dialog__text{margin-top:40px;margin-bottom:16px;padding:0 30px;font-size:14px;height:360px;overflow-y:auto}.impage-material-image-container{position:relative;width:100%}.impage-material-image{width:100%;object-fit:cover;display:block}.limited-activity__container{position:relative;width:3.75rem}.progress-bar-v2-wrapper{max-width:3.025rem!important;width:3.025rem!important;height:.265rem!important;display:flex;position:relative}@media screen and (orientation:landscape){.progress-bar-v2-wrapper{max-width:1.881741573rem!important;width:1.881741573rem!important;height:.1637640449rem!important}}.progress-bar-v2__backgroud-img{width:100%;height:.12rem;object-fit:contain}@media screen and (orientation:landscape){.progress-bar-v2__backgroud-img{height:.0735955056rem}}.progress-bar-v2__container{position:absolute;width:3.025rem;height:.105rem;top:.01rem;left:.01rem;border-radius:.05rem;overflow:hidden}@media screen and (orientation:landscape){.progress-bar-v2__container{width:1.881741573rem;height:.0648876404rem;left:.0185393258rem;top:.011rem;left:.011rem;border-radius:.0308988764rem}}.progress-bar-v2__img{position:absolute;overflow:hidden;height:.105rem}@media screen and (orientation:landscape){.progress-bar-v2__img{height:.0648876404rem}}.progress-bar-v2__stage{position:absolute;top:.16rem}.progress-bar-v2__stage-text{white-space:nowrap;font-family:PingFang SC;position:relative;transform:translateX(-65%)}.progress-bar-v2__stage .first{transform:translateX(0)}.progress-bar-v2__stage:last-child .progress-bar-v2__stage-text{transform:translateX(-100%)}@media screen and (orientation:landscape){.progress-bar-v2__stage{top:.0988764045rem}}.prize-Info-card{width:80px;height:80px;transform-style:preserve-3d;position:relative}.prize-Info-card__unopened{position:absolute;width:100%;height:100%;backface-visibility:hidden;transition:transform .5s ease-in-out}.prize-Info-card__unopened__image{width:80px;height:80px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720084546123.png)}.prize-Info-card__opened,.prize-Info-card__unopened__image{position:absolute;background-repeat:no-repeat;background-position:50%;background-size:100%}.prize-Info-card__opened{width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;transform:rotateY(180deg);transition:transform .5s ease-in-out;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720078339990.png)}.prize-Info-card__opened__image{margin-top:12px;width:36px;height:36px}.prize-Info-card__opened__text{text-align:center;width:63px;margin-top:6px;color:#efd09a;font-size:9px;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.prize-Info-card .unopned-flip{transform:rotateY(180deg)}.prize-Info-card .open-flip{transform:rotateY(0deg)}.lottery-result-dialog{max-height:395px;color:#b9cbfa;font-size:12px;font-weight:400;display:flex;flex-direction:column;align-items:center;overflow:hidden;overflow-y:scroll}.lottery-result-dialog .deliver-tips{line-height:17px;display:flex;align-items:center;justify-content:center;margin:12px 0}.lottery-result-dialog .deliver-tips:before{content:"";display:inline-block;width:12px;height:12px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720146928278.png) no-repeat;background-size:cover;margin-right:4px}.lottery-result-dialog .prize-list{width:255px;max-height:344px;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7.5px}.empty-dialog{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:14px;font-weight:600;color:#efd09a}.empty-dialog__icon{margin:20px 0;width:83px;height:62px}@media screen and (orientation:landscape){.independent-modal-dialog{width:490px}.lottery-result-dialog{max-height:210px;font-size:12px;margin-bottom:10px;overflow:hidden;overflow-y:scroll}.lottery-result-dialog .prize-list{width:430px;height:100%;display:flex;flex-wrap:wrap;gap:7.2px;justify-content:flex-start}}body.is-pc .lottery-result-dialog{max-height:260px;padding:0 12px;box-sizing:border-box}body.is-pc .lottery-result-dialog .deliver-tips{line-height:18px;margin:12px 0}body.is-pc .lottery-result-dialog .prize-list{width:100%;max-width:480px;max-height:220px;justify-content:center;gap:8px}body.is-pc .empty-dialog{font-size:var(--pc-modal-content-font-size);line-height:1.5}body.is-pc .empty-dialog__icon{margin:16px 0}.receive-apply-entry{display:flex;align-items:center;justify-content:center}.receive-apply{width:1.611328125rem;height:.28125rem;position:relative;display:flex;align-items:center;font-style:normal;font-weight:500;font-size:.140625rem;padding-left:.17578125rem;padding-right:.146484375rem;box-sizing:border-box;z-index:10}.receive-apply:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;z-index:10;background-image:url(https://obd.gtimg.com/flow/static/assets/13627904621.png);background-size:100%;background-repeat:no-repeat;background-position:50%;border-radius:.046875rem}.receive-apply__text{background:linear-gradient(171.25deg,#f8de9c -4.26%,#daae3e 136.67%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;z-index:11}.receive-apply__icon{width:.140625rem;height:.140625rem;margin-left:.0703125rem;background-image:url(https://obd.gtimg.com/flow/static/assets/821aa45b7e071c96b975d13ef9d968ce4b0b8b50.svg)}.receive-apply .arrow-icon,.receive-apply__icon{background-repeat:no-repeat;background-size:100%;background-position:50%;z-index:11}.receive-apply .arrow-icon{width:.15234375rem;height:.15234375rem;margin-left:.05859375rem;background-image:url(https://obd.gtimg.com/flow/static/assets/6d8c33b93b25ff9299964c21c0c6fd6139cb4525.svg)}@media screen and (orientation:landscape){.receive-apply{width:.84375rem;height:.140625rem;padding-left:.09375rem;padding-right:.05859375rem;font-size:.0703125rem}.receive-apply__icon{width:.08203125rem;height:.08203125rem;margin-left:.0234375rem}.receive-apply .arrow-icon{width:.099609375rem;height:.099609375rem;margin-left:.03515625rem}}.lottery-info-card{width:80px;height:80px;transform-style:preserve-3d;position:relative}.lottery-info-card__synthesis{position:absolute;top:5px;left:5px;width:10px;height:10px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724397477941.png);background-size:cover;z-index:1}.lottery-info-card__pending{position:absolute;top:30%;left:50%;transform:translateX(-50%);width:50%;height:16px;font-size:10px;text-align:center;line-height:16px;color:#fff;background-color:rgba(0,0,0,.3);border-radius:10px;z-index:1}.lottery-info-card__opened{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;transition:transform .5s ease-in-out;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755788311171.png);background-repeat:no-repeat;background-position:50%;background-size:100%;backface-visibility:hidden;background-color:transparent}.lottery-info-card__opened__image{margin-top:12px;width:36px;height:36px}.lottery-info-card__opened__status{position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);padding:1px 6px;border-radius:.15rem;font-family:PingFang SC;font-size:9px;font-weight:500;text-align:center;color:#fff;background-color:rgba(0,0,0,.3);white-space:nowrap}.lottery-info-card__opened__text{text-align:center;width:63px;margin-top:6px;color:#fff;font-size:9px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lottery-info-card__unopened{position:absolute;width:100%;height:100%;backface-visibility:hidden;transition:transform .5s ease-in-out}.lottery-info-card__unopened__image{position:absolute;width:75px;height:75px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720084546123.png);background-repeat:no-repeat;background-position:50%;background-size:100%}.debris-record-dialog{display:flex;justify-content:center;flex-wrap:wrap}.debris-record-dialog:before{content:"";position:absolute;left:0;width:100%;height:5px;box-shadow:0 -2px 2px 0 hsla(0,0%,100%,.2);background:transparent}.debris-record-dialog__list{position:relative;width:650px;height:254px;overflow:auto;display:flex;justify-content:center;align-content:start;flex-wrap:wrap}.debris-record-dialog__list__li{width:315px;height:59px;margin-top:6px;background:red;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724815885680.png) 50%/contain no-repeat;display:flex;align-items:center;padding-left:12px}.debris-record-dialog__list__li img{width:35px;height:35px}.debris-record-dialog__list__li__info{flex:1;display:flex;flex-direction:column;justify-content:space-around;align-items:start;padding-left:12px}.debris-record-dialog__list__li__info__name{font-size:12px;font-weight:600;line-height:16.8px;color:#e0e9ff}.debris-record-dialog__list__li__info__expireTime{font-size:10px;line-height:14px;font-weight:400;color:#d1dcf9}.debris-record-dialog__list::-webkit-scrollbar{display:block;width:7px;background:#1b2748;border-radius:10px}.debris-record-dialog__list::-webkit-scrollbar-thumb{width:7px;height:25px;background:#8e9ac7;border-radius:10px}.debris-record-dialog__bottomText{width:100%;font-weight:400;color:#d1dcf9;font-size:10px;line-height:14px;margin-top:19px;margin-bottom:-15px;text-align:center}.debris-record-dialog .empty-dialog{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:14px;font-weight:600;color:#efd09a}.debris-record-dialog .empty-dialog__icon{margin:20px 0;width:83px;height:62px}@media screen and (orientation:landscape){.debris-record-dialog__list{height:200px;justify-content:start;padding-left:10px}.debris-record-dialog__list__li{width:300px;height:59px}.debris-record-dialog__list__li:nth-child(2n-1){margin-right:6px}}@media screen and (max-width:640px){.debris-record-dialog__list{width:350px}}body.is-pc .debris-record-dialog__list{width:100%;max-width:500px;height:220px;justify-content:center;gap:6px;padding-right:8px;box-sizing:border-box}body.is-pc .debris-record-dialog__list__li{width:240px;height:56px;margin-top:0;padding-left:10px;background-size:100% 100%}body.is-pc .debris-record-dialog__list__li img{width:32px;height:32px}body.is-pc .debris-record-dialog__list__li__info{padding-left:10px}body.is-pc .debris-record-dialog__list__li__info__name{font-size:12px;line-height:1.4}body.is-pc .debris-record-dialog__bottomText,body.is-pc .debris-record-dialog__list__li__info__expireTime{font-size:12px;line-height:1.5}body.is-pc .debris-record-dialog__bottomText{margin-top:16px;margin-bottom:0}.fragment-Info-card{width:80px;height:80px;transform-style:preserve-3d;position:relative}.fragment-Info-card__synthesis{position:absolute;top:5px;right:5px;width:16px;height:16px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724397477941.png);background-size:cover;z-index:1}.fragment-Info-card__amount{top:3px;right:2px;width:22px;height:22px;font-size:10px}.fragment-Info-card__amount,.fragment-Info-card__big-amount{position:absolute;display:flex;justify-content:center;align-items:center;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724397426926.png);background-size:cover;z-index:1;color:#debb7c;font-family:PingFang SC;font-weight:600}.fragment-Info-card__big-amount{top:5px;right:5px;width:20px;height:20px;font-size:7px}.fragment-Info-card__opened{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;transition:transform .5s ease-in-out;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755788311171.png);background-repeat:no-repeat;background-position:50%;background-size:100%;backface-visibility:hidden}.fragment-Info-card__opened__image{margin-top:12px;width:36px;height:36px}.fragment-Info-card__opened__status{position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);padding:1px 6px;border-radius:.15rem;color:#b9cbfa;font-family:PingFang SC;font-size:9px;font-weight:500;text-align:center;border:1px solid #364e8c;background:rgba(28,42,79,.8);white-space:nowrap}.fragment-Info-card__opened__text{text-align:center;width:63px;margin-top:6px;color:#fff;font-size:9px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.fragment-Info-card__unopened{position:absolute;width:100%;height:100%;backface-visibility:hidden;transition:transform .5s ease-in-out}.fragment-Info-card__unopened__image{position:absolute;width:75px;height:75px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1720084546123.png);background-repeat:no-repeat;background-position:50%;background-size:100%}.debris-detail-dialog{padding:25px 20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.debris-detail-dialog__card{width:275px;height:80px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724829104379.png) 50%/contain no-repeat;margin-bottom:12px;display:flex;padding-left:15px;align-items:center}.debris-detail-dialog__card img{width:50px;height:50px;margin-right:12px}.debris-detail-dialog__card__info{height:100%;flex:1}.debris-detail-dialog__card__info__name{white-space:nowrap;overflow:hidden;width:190px;text-overflow:ellipsis;font-size:18px;font-weight:600;line-height:27px;color:#efd09a;margin-top:8px}.debris-detail-dialog__card__info__count,.debris-detail-dialog__card__info__expireTime{font-size:12px;font-weight:600;line-height:16.8px;color:#e0e9ff}.debris-detail-dialog__text{color:#d1dcf9;font-size:10px;line-height:14px;font-weight:400;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}body.is-pc .debris-detail-dialog{padding:20px 24px 24px}body.is-pc .debris-detail-dialog__card{width:100%;max-width:420px;height:88px;padding-left:16px;margin-bottom:16px;background-size:100% 100%}body.is-pc .debris-detail-dialog__card img{width:52px;height:52px;margin-right:12px}body.is-pc .debris-detail-dialog__card__info__name{width:100%;max-width:280px;font-size:16px;line-height:1.4;margin-top:10px}body.is-pc .debris-detail-dialog__card__info__count,body.is-pc .debris-detail-dialog__card__info__expireTime,body.is-pc .debris-detail-dialog__text{font-size:12px;line-height:1.5}.my-reward-dialog__wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center}.my-reward-dialog__wrapper .my-reward-button__group{margin-top:15px;display:flex;font-family:PingFang SC;font-weight:500;line-height:21px;justify-content:center}.my-reward-dialog__wrapper .my-reward-button{display:flex;align-items:center;justify-content:center;font-size:15px;width:125px;height:34px;background-repeat:no-repeat;background-position:50%;background-size:contain}.my-reward-dialog__wrapper .left{margin-right:-7px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755787406790.png)}.my-reward-dialog__wrapper .left-selected{background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755786995932.png)}.my-reward-dialog__wrapper .right{background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755787442824.png)}.my-reward-dialog__wrapper .right-selected{background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755787336335.png)}.my-reward-dialog__wrapper .my-reward-dialog{max-height:3rem;color:#fff;font-size:12px;font-weight:400;display:flex;flex-direction:column;align-items:center;overflow:hidden;overflow-y:scroll;padding:0 15px}.my-reward-dialog__wrapper .my-reward-dialog .deliver-tips{line-height:17px;display:flex;align-items:center;justify-content:center;margin:12px 0}.my-reward-dialog__wrapper .my-reward-dialog .deliver-tips:before{content:"";display:inline-block;width:12px;height:12px;background:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1755787915525.png) no-repeat;background-size:cover;margin-right:4px}.my-reward-dialog__wrapper .my-reward-dialog .prize-list{width:255px;max-height:344px;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7.5px}.my-reward-dialog__wrapper .fragments_consume_button{margin-top:8px;font-family:PingFang SC;font-size:11px;font-weight:400;line-height:15.4px;letter-spacing:.005625rem;text-align:justified;color:#efd09a;display:flex;justify-content:center}.my-reward-dialog__wrapper .empty-dialog{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:14px;font-weight:600;color:#efd09a;margin-bottom:15px}.my-reward-dialog__wrapper .empty-dialog__icon{margin:20px 0;width:83px;height:62px}@media screen and (orientation:landscape){.independent-modal-dialog{width:490px}.my-reward-dialog__wrapper .my-reward-dialog{max-height:150px;font-size:12px;margin-bottom:10px;overflow:hidden;overflow-y:scroll}.my-reward-dialog__wrapper .my-reward-dialog .prize-list{width:430px;height:100%;display:flex;flex-wrap:wrap;gap:7.2px;justify-content:flex-start}}body.is-pc .my-reward-dialog__wrapper .my-reward-button__group{margin-top:12px}body.is-pc .my-reward-dialog__wrapper .my-reward-button{width:120px;height:34px;font-size:14px}body.is-pc .my-reward-dialog__wrapper .my-reward-dialog{max-height:260px;padding:0 12px}body.is-pc .my-reward-dialog__wrapper .my-reward-dialog .prize-list{width:100%;max-width:480px;justify-content:center;gap:8px}body.is-pc .my-reward-dialog__wrapper .my-reward-dialog .deliver-tips{line-height:18px}body.is-pc .my-reward-dialog__wrapper .fragments_consume_button{font-size:12px;line-height:1.5}.btn-img{width:100%;height:100%}.synthesis{position:absolute;top:.04rem;right:.08rem;width:8px;height:8px;background-image:url(https://act.ecovision.gtimg.com/static/imgs/static/static_1724397477941.png);background-size:cover}.tabs-rule{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;overflow:hidden}.tabs-rule__head{display:flex;align-items:center;flex-shrink:0;height:44px;border-bottom:1px solid rgba(0,0,0,.06)}.tabs-rule__tab{position:relative;flex:1;min-width:0;display:flex;align-items:center;justify-content:center;height:100%;cursor:pointer;font-weight:400;transition:color .2s ease}.tabs-rule__tab.is-active{font-weight:600}.tabs-rule__tab-text{position:relative;z-index:1;max-width:100%;padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tabs-rule__tab-bar{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:24px;height:2px;border-radius:1px}.tabs-rule__content{flex:1;min-height:0;overflow:auto;padding:16px 12px;font-size:13px;line-height:22px;word-wrap:break-word;-webkit-overflow-scrolling:touch}.tabs-rule__content p{margin:0 0 6px}.tabs-rule__content ol,.tabs-rule__content ul{padding-left:20px;margin:0 0 6px}.tabs-rule__content a{text-decoration:underline}.tabs-rule__content table{width:100%;border-collapse:collapse}.tabs-rule__content img{max-width:100%;height:auto}.tabs-rule__footer{flex-shrink:0;padding:6px 12px 10px;font-size:13px;line-height:1.4;text-align:center}.sms-agreement-config__preview{position:relative;margin:12px 0;padding:32px 16px 12px;background:linear-gradient(180deg,#1f3370,#3656cd);border-radius:8px;box-sizing:border-box;overflow:hidden}.sms-agreement-config__preview-tag{position:absolute;top:0;left:0;padding:4px 10px;font-size:12px;color:#fff;background-color:rgba(0,0,0,.4);border-bottom-right-radius:8px;letter-spacing:.5px}.sms-agreement-config__preview-stage .yzf-agreement-checkbox{margin-top:0;width:100%;max-width:100%;padding:0}.sms-agreement-config__preview-reconfirm-btn{display:block;margin-top:10px;padding:6px 14px;font-size:12px;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.4);border-radius:4px;cursor:pointer;letter-spacing:.5px}.sms-agreement-config__preview-reconfirm-btn:active{background:hsla(0,0%,100%,.25)}.sms-agreement-config__preview-tip{margin-top:8px;font-size:11px;color:hsla(0,0%,100%,.7);line-height:1.4}:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--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:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--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:grey;--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 .2s ease-in-out}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*2px);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}*{border:0;padding:0;margin:0;box-shadow:none}div,html,li,ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,menu,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}fieldset,img{border:0}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}body,html{-webkit-text-size-adjust:none;-webkit-touch-callout:none;vertical-align:middle;-webkit-user-select:none;font-size:16px;position:relative;font-family:Helvetica Neue,Helvetica,STHeiTi,Roboto Regular,Roboto,Droid Sans,Microsoft Yahei,sans-serif;margin:0;padding:0}.clearfix:after{content:" ";display:block;visibility:hidden;line-height:0;height:0}div,li,ul{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}a,a:active,a:hover{color:#0057af;text-decoration:none}dt{white-space:nowrap}button,img,input,object,select,textarea{vertical-align:top}i:focus,img:focus,li:focus,span:focus{outline:none}button,input[type=submit],input[type=text],textarea{-webkit-appearance:none}@media (hover:hover) and (pointer:fine){input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,select:focus-visible{outline:1px solid #ff9f02;box-shadow:0 0 4px rgba(255,159,2,.3)}select:focus,select:focus-visible{outline-offset:2px}.disabled,[class*=disabled],[data-is-ordered=true],[data-is-received=true],input:disabled{cursor:not-allowed}[class*=-btn]:not(:disabled):not(.disabled):not([class*=disabled]):hover,[class*=-button]:not(:disabled):not(.disabled):not([class*=disabled]):hover,[class*=__btn]:not(:disabled):not(.disabled):not([class*=disabled]):hover,[class*=__button]:not(:disabled):not(.disabled):not([class*=disabled]):hover,[class*=footer-cancel]:not(.disabled):not([class*=disabled]):hover,[class*=footer-confirm]:not(.disabled):not([class*=disabled]):hover{filter:brightness(1.1);cursor:pointer}[class*=-btn]:not(:disabled):not(.disabled):not([class*=disabled]):active,[class*=-button]:not(:disabled):not(.disabled):not([class*=disabled]):active,[class*=__btn]:not(:disabled):not(.disabled):not([class*=disabled]):active,[class*=__button]:not(:disabled):not(.disabled):not([class*=disabled]):active{transform:scale(.98)}.free-lottery:hover,.order-guide:hover,.order-hot-spot:hover{filter:brightness(1.1);cursor:pointer}.game-base-dialog__header__close:hover,.independent-modal-dialog__close:hover,.mobile-input-dialog__header__close:hover,.modal-dialog-v2__close:hover,.modal-dialog__close:hover{filter:brightness(1.3);cursor:pointer}.protocol-checkbox__expand-text:hover,.reset-mobile:hover{text-decoration:underline;cursor:pointer}.protocol-checkbox__input:hover{filter:brightness(1.5);cursor:pointer}.protocol-checkbox__text a:hover,.protocol-dialog__text a:hover{text-decoration:underline;filter:brightness(1.2);cursor:pointer}.prize-info-card:hover,.recommend--item:hover{transform:scale(1.03);transition:transform .2s ease;cursor:pointer}}body.is-pc{--pc-modal-width:620px;--pc-modal-input-height:40px;--pc-modal-btn-height:44px;--pc-modal-input-font-size:16px;--pc-modal-title-font-size:18px;--pc-modal-content-font-size:14px}body.is-pc .game-base-dialog-wrapper,body.is-pc .game-base-dialog-wrapper .game-base-dialog,body.is-pc .independent-modal-dialog:not(.independent-modal-dialog__fullWidth),body.is-pc .modal-dialog,body.is-pc .modal-dialog-v2{width:var(--pc-modal-width)}body.is-pc .long-text-tips-modal{width:var(--pc-modal-width);min-height:auto}body.is-pc .captcha-package__modal,body.is-pc .mobile-input-dialog,body.is-pc .modal-dialog.new-dialog,body.is-pc .tips-modal,body.is-pc .tips-modalV2{width:var(--pc-modal-width)}body.is-pc .modal-wrapper__content>*{max-width:100%;box-sizing:border-box}body.is-pc .modal-wrapper__content img{max-width:100%;height:auto}body.flow-overflow-hidden{overflow:hidden!important}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}html{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background:transparent;text-decoration:none;color:#08c}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}pre{overflow:auto;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;vertical-align:middle}button,input,select{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{appearance:textfield;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto;resize:vertical;vertical-align:top}optgroup{font-weight:700}input,select,textarea{outline:0}input,textarea{-webkit-user-modify:read-write-plaintext-only}input::-ms-clear,input::-ms-reveal{display:none}input::placeholder,textarea::placeholder{color:#999}.placeholder{color:#999}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}blockquote,figure,form,h1,h2,h3,h4,h5,h6,p{margin:0}dd,dl,li,ol,ul{margin:0;padding:0}ol,ul{list-style:none outside none}h1,h2,h3{line-height:2;font-weight:400}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}i{font-style:normal}.hide{display:none}