.component--loading{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:rgba(0,0,0,.3);transition:.2s;pointer-events:none}.component--loading .animate-outer{animation:rotate 2s steps(1) infinite}.component--loading .animate-inner{display:flex;align-items:center;justify-content:center;position:relative;animation:shake .2s ease-in-out infinite}.component--loading img{width:15vw;height:auto}.is-normal-client .component--loading img{width:5vw;height:auto}@keyframes rotate{0%{transform:rotate(0)}6.25%{transform:rotate(120deg)}12.5%{transform:rotate(-60deg)}18.75%{transform:rotate(180deg)}25%{transform:rotate(40deg)}31.25%{transform:rotate(220deg)}37.5%{transform:rotate(-120deg)}43.75%{transform:rotate(160deg)}50%{transform:rotate(-30deg)}56.25%{transform:rotate(240deg)}62.5%{transform:rotate(90deg)}68.75%{transform:rotate(-150deg)}75%{transform:rotate(200deg)}81.25%{transform:rotate(-90deg)}87.5%{transform:rotate(280deg)}93.75%{transform:rotate(30deg)}to{transform:rotate(180deg)}}@keyframes l6{to{top:0;right:0;bottom:0;left:0}}.component--toast-container{display:flex;flex-direction:column;justify-content:start;align-items:center;position:fixed;z-index:9999;top:0;left:50%;transform:translate(-50%)}.component--toast-container .component--toast{width:5rem;padding:.25rem .2rem;margin-bottom:.1rem;border-radius:.05rem;font-size:.2rem;text-align:center;color:#dfd2bc;background-color:#121212}.is-mini-client .component--toast-container .component--toast{width:2.5rem;padding:.15rem .2rem;font-size:.13rem;word-break:break-word}.component--popup-container .popup-mask{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.component--popup-container .popup-box{position:fixed;z-index:999;top:50%;left:50%;transform:translate(-50%,-50%)}.component--popup-container .popup-box .popup-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.component--button{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.component--button.disable{pointer-events:none;-webkit-filter:brightness(.6);filter:brightness(.6)}.component--select{display:flex;align-items:center;position:relative;width:1.6867rem;height:.28rem;border:1.5px solid #362f25;border-radius:4px;background-color:#201714;font-size:.12rem;color:#f5d197;-webkit-user-select:none;-moz-user-select:none;user-select:none}.component--select .expand-wrap{display:flex;align-items:center;justify-content:center;flex-basis:.28rem;flex-shrink:0;height:100%}.component--select .expand-wrap img{width:40%;transform:rotate(-90deg);transition:transform .2s}.component--select.expand .expand-wrap img{transform:rotate(0)}.component--select i{flex-shrink:0;width:.0067rem;height:70%;margin-right:.1rem;background-color:#362f25}.component--select .select-form{display:flex;align-items:center;position:relative;padding-right:.1rem;width:calc(100% - .38rem);height:100%}.component--select .select-form p{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.component--select .select-form .select-option{display:flex;flex-direction:column;position:absolute;z-index:2;top:calc(100% + .05rem);left:-.1rem;width:calc(100% + .1rem);max-height:2rem;padding:0 .08rem;border:1.5px solid #362f25;color:#fde4c5;background-color:#130f0e;overflow-y:auto}.component--select .select-form .select-option::-webkit-scrollbar{width:2px}.component--select .select-form .select-option::-webkit-scrollbar-thumb{background:#666;border-radius:6px}.component--select .select-form .select-option::-webkit-scrollbar-track{background:transparent}.component--select .select-form .select-option .option-item{padding:.06rem 0;border-bottom:1px solid #666}.component--select .select-form .select-option .option-item:hover{color:#f5d197}.component--select .select-form .select-option .option-item:last-child{border:none}.is-normal-client .component--select{cursor:pointer}.component--input{display:flex;align-items:center;width:1.33rem;height:.28rem;padding:0 .1rem;border:1.5px solid #362f25;border-radius:4px;font-size:.12rem;color:#f5d197;background-color:#201714}.component--input input{width:100%;height:100%;font-size:inherit;color:inherit;border:none;outline:none;background:none;text-align:center}.component--input input::-webkit-input-placeholder{box-sizing:border-box;color:#f5d197;white-space:pre-wrap;line-height:100%}.component--input input::-moz-placeholder{box-sizing:border-box;color:#f5d197;white-space:pre-wrap;line-height:100%}.component--input input::placeholder{box-sizing:border-box;color:#f5d197;white-space:pre-wrap;line-height:100%}.component--popup-login{width:3.3167rem;height:3.0867rem;background-image:url(./bg/popup-a.png);background-position:0 0;background-repeat:no-repeat;background-size:3.3167rem 3.0867rem;display:flex;flex-direction:column;align-items:center;position:relative;color:#fce3c4}.component--popup-login .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-login .popup-title{width:2.883rem;height:auto;margin-top:.3rem}.component--popup-login .channel-selector{display:flex;align-items:center;justify-content:space-around;width:100%;padding:0 .4rem;margin-top:.1rem;font-size:.12rem}.component--popup-login .channel-selector .channel-item{display:flex;align-items:center;flex-direction:column}.component--popup-login .channel-selector .channel-item .channel-icon{width:.5567rem;height:.5567rem;background-image:url(./element/login-border.png);background-position:0 0;background-repeat:no-repeat;background-size:.5567rem .5567rem;display:flex;align-items:center;justify-content:center;position:relative}.component--popup-login .channel-selector .channel-item .channel-icon.active{width:.5567rem;height:.5567rem;background-image:url(./element/login-border-active.png);background-position:0 0;background-repeat:no-repeat;background-size:.5567rem .5567rem}.component--popup-login .channel-selector .channel-item .channel-icon .icon-img{width:50%;height:50%}.component--popup-login .channel-selector .channel-item .channel-icon .check-box{position:absolute;z-index:2;width:.16rem;height:.16rem;bottom:0}.component--popup-login .channel-selector .channel-item p{color:#f5d197;text-transform:capitalize}.component--popup-login .login-desc{padding:0 .4rem;margin-top:.2rem;font-size:.1rem}.component--popup-login .login-desc .agree-pact{width:.12rem;height:.12rem;vertical-align:bottom;margin-right:.05rem;-webkit-filter:brightness(2);filter:brightness(2)}.component--popup-login .login-desc a{color:#f4a358}.component--popup-login .btn-wrap{display:flex;flex:1;align-items:center}.component--popup-login .btn-wrap .login-btn{width:1.09rem}.component--popup-login .btn-wrap .login-btn img{width:100%;height:auto}.is-normal-client .component--popup-login .channel-item{cursor:pointer;transition:.2s}.is-normal-client .component--popup-login .channel-item:hover{-webkit-filter:brightness(1.3);filter:brightness(1.3)}.is-normal-client .component--popup-login .login-desc{cursor:pointer}.component--popup-general{width:3.31rem;height:2.36rem;background-image:url(./bg/popup-b.png);background-position:0 0;background-repeat:no-repeat;background-size:3.31rem 2.36rem;position:relative;display:flex;flex-direction:column;align-items:center;padding:.3rem}.component--popup-general .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-general .popup-title{width:2.8167rem;height:auto}.component--popup-general .show-contnet{flex:1;display:flex;align-items:center;justify-content:center;width:100%;font-size:.16rem;color:#f5d197}.component--popup-general .btn-wrap{display:flex;align-items:center;justify-content:center;gap:.1rem;width:100%}.component--popup-general .btn-wrap .confirm-btn,.component--popup-general .btn-wrap .cancel-btn{width:1.37rem}.component--popup-general .btn-wrap img{width:100%;height:auto}.is-normal-client .component--popup-general{transform:scale(1.5)}.is-normal-client .component--popup-general .close-btn{cursor:pointer}.is-normal-client .component--popup-general .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-evaluation-rule{position:relative}.component--popup-evaluation-rule .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-evaluation-rule .popup-img{width:3.3167rem}.is-normal-client .component--popup-evaluation-rule{transform:scale(1.5)}.is-normal-client .component--popup-evaluation-rule .close-btn{cursor:pointer}.is-normal-client .component--popup-evaluation-rule .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-evaluation-result{width:3.3167rem;height:3.0867rem;background-image:url(./bg/popup-c.png);background-position:0 0;background-repeat:no-repeat;background-size:3.3167rem 3.0867rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:10%}.component--popup-evaluation-result .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-evaluation-result .popup-title{width:2.95rem}.component--popup-evaluation-result .evaluation-rank{width:.86rem;height:.86rem;background-image:url(./element/view-evaluation.png);background-position:0 0;background-repeat:no-repeat;background-size:.86rem .86rem;display:flex;align-items:center;justify-content:center}.component--popup-evaluation-result .evaluation-rank p{font-size:.275rem;color:transparent;line-height:.275rem;background:linear-gradient(180deg,#381c07,#a54c11);background-size:auto .275rem;-webkit-background-clip:text;background-clip:text;font-family:DragonHeir}.component--popup-evaluation-result .reward-count{width:2.833rem}.component--popup-evaluation-result .result-tip{width:2.73rem}.component--popup-evaluation-result .btn-wrap{flex:1;display:flex;align-items:center}.component--popup-evaluation-result .btn-wrap .confirm-btn{width:1.37rem}.component--popup-evaluation-result .btn-wrap .confirm-btn img{width:100%}.component--popup-input-name{width:3.31rem;height:2.36rem;background-image:url(./bg/popup-b.png);background-position:0 0;background-repeat:no-repeat;background-size:3.31rem 2.36rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:10%}.component--popup-input-name .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-input-name .popup-title{width:2.95rem}.component--popup-input-name .input-name{width:2.36rem;margin-top:.37rem;margin-bottom:.2rem}.component--popup-input-name .btn-wrap{flex:1;display:flex;align-items:center}.component--popup-input-name .btn-wrap .confirm-btn{width:1.37rem}.component--popup-input-name .btn-wrap .confirm-btn img{width:100%}.is-normal-client .component--popup-input-name{transform:scale(1.5)}.is-normal-client .component--popup-input-name .close-btn{cursor:pointer}.is-normal-client .component--popup-input-name .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-select-role{width:3.3167rem;height:3.0867rem;background-image:url(./bg/popup-c.png);background-position:0 0;background-repeat:no-repeat;background-size:3.3167rem 3.0867rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:13% 0 5%}.component--popup-select-role .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-select-role .popup-title{width:2.95rem}.component--popup-select-role .popup-form{display:flex;align-items:center;gap:.15rem;margin-top:.2rem}.component--popup-select-role .popup-form .select-role{width:1.73rem}.component--popup-select-role .select-role-tip{width:2.9366rem;margin-top:.2rem}.component--popup-select-role .btn-wrap{flex:1;display:flex;align-items:center;justify-content:center;gap:.15rem}.component--popup-select-role .btn-wrap .confirm-btn{width:1.37rem}.component--popup-select-role .btn-wrap .confirm-btn img{width:100%}.is-normal-client .component--popup-select-role{transform:scale(1.5)}.is-normal-client .component--popup-select-role .close-btn{cursor:pointer}.is-normal-client .component--popup-select-role .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-upload-role{width:3.32rem;height:3.7966rem;background-image:url(./bg/popup-b.png);background-position:0 0;background-repeat:no-repeat;background-size:3.32rem 3.7966rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:.32rem .1rem .1rem}.component--popup-upload-role .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-upload-role .popup-title{width:3.04rem}.component--popup-upload-role .popup-sub-title{width:2.41rem}.component--popup-upload-role input{display:none}.component--popup-upload-role .upload-role{display:flex;align-items:center;width:100%;padding:0 .1rem;margin-top:.14rem;justify-content:space-around}.component--popup-upload-role .upload-role .upload-box{width:.7367rem;height:.7367rem;display:flex;align-items:center;justify-content:center;position:relative;-webkit-mask:url(./element/image-upload-mask.png) center / contain no-repeat;mask:url(./element/image-upload-mask.png) center / contain no-repeat}.component--popup-upload-role .upload-role .upload-box:after{width:.7367rem;height:.7367rem;background-image:url(./element/image-upload-bg.png);background-position:0 0;background-repeat:no-repeat;background-size:.7367rem .7367rem;content:"";display:block;position:absolute;z-index:2;top:0;left:0;pointer-events:none}.component--popup-upload-role .upload-role .upload-box .role-img{width:100%;padding:7%}.component--popup-upload-role .upload-role .upload-box .role-img.horizontal{height:100%;width:auto}.component--popup-upload-role .upload-role .upload-box .role-img.vertical{width:100%;height:auto}.component--popup-upload-role .upload-role .upload-box img{width:100%}.component--popup-upload-role .upload-tip{width:2.386rem;margin-top:.08rem}.component--popup-upload-role .upload-demo{width:1.616rem;margin-top:.04rem}.component--popup-upload-role .select-game{flex-shrink:0;width:2.66rem;margin:.07rem 0}.component--popup-upload-role .btn-wrap{flex:1;display:flex;align-items:center}.component--popup-upload-role .btn-wrap .confirm-btn{width:1.37rem}.component--popup-upload-role .btn-wrap .confirm-btn img{width:100%}.is-normal-client .component--popup-upload-role{transform:scale(1.5)}.is-normal-client .component--popup-upload-role .close-btn{cursor:pointer}.is-normal-client .component--popup-upload-role .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.is-normal-client .component--popup-upload-role .upload-demo{cursor:pointer}.component--popup-act-rule{width:3.3167rem;height:3.0867rem;background-image:url(./bg/popup-b.png);background-position:0 0;background-repeat:no-repeat;background-size:3.3167rem 3.0867rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:.4rem .1rem .2rem}.component--popup-act-rule .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-act-rule p{overflow-y:auto;padding:0 .1rem;font-size:.1rem;color:#fce3c4;white-space:pre-wrap}.component--popup-act-rule p::-webkit-scrollbar{width:2px}.component--popup-act-rule p::-webkit-scrollbar-thumb{background:#666;border-radius:6px}.component--popup-act-rule p::-webkit-scrollbar-track{background:transparent}.is-normal-client .component--popup-act-rule{transform:scale(1.5)}.is-normal-client .component--popup-act-rule .close-btn{cursor:pointer}.is-normal-client .component--popup-act-rule .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-upload-role-demo{width:3.32rem;height:3.7966rem;background-image:url(./bg/popup-b.png);background-position:0 0;background-repeat:no-repeat;background-size:3.32rem 3.7966rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:.3rem .1rem .1rem}.component--popup-upload-role-demo .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-upload-role-demo .upload-tip{width:2.8rem;margin-bottom:.08rem}.component--popup-upload-role-demo .upload-demo{width:2.81rem}.is-normal-client .component--popup-upload-role-demo{transform:scale(1.5)}.is-normal-client .component--popup-upload-role-demo .close-btn{cursor:pointer}.is-normal-client .component--popup-upload-role-demo .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.component--popup-pack{width:3.3299rem;height:4.90617rem;background-image:url(./bg/popup-d.png);background-position:0 0;background-repeat:no-repeat;background-size:3.3299rem 4.90617rem;display:flex;flex-direction:column;align-items:center;position:relative;padding:10% 10% 4%}.component--popup-pack .close-btn{width:.33rem;height:.33rem;background-image:url(./element/close.png);background-position:0 0;background-repeat:no-repeat;background-size:.33rem .33rem;position:absolute;top:.05rem;right:.05rem}.component--popup-pack .popup-title{width:3.19rem}.component--popup-pack .pack-desc{display:flex;align-items:center;justify-content:center;gap:.34rem;width:3.19rem;height:2.153rem;margin-top:.2rem;padding:.21rem 0 .84rem;background-size:3.19rem 2.153rem;background-position:0 0;background-repeat:no-repeat}.component--popup-pack .pack-desc .pack-icon{width:.736rem;height:.736rem;background-image:url(./bg/pack-box.png);background-position:0 0;background-repeat:no-repeat;background-size:.736rem .736rem;padding:.04rem}.component--popup-pack .pack-desc .pack-icon img{width:100%;height:100%}.component--popup-pack .select-role-title{width:2.803rem;margin:.34rem 0 .1rem}.component--popup-pack .select-role-tip{width:2.893rem;margin:.1rem 0}.component--popup-pack .btn-wrap{flex:1;display:flex;align-items:center}.component--popup-pack .btn-wrap .confirm-btn{width:1.37rem}.component--popup-pack .btn-wrap .confirm-btn img{width:100%}.is-normal-client .component--popup-login{transform:scale(1.5)}.is-normal-client .component--popup-login .close-btn{cursor:pointer}.is-normal-client .component--popup-login .close-btn:hover{-webkit-filter:brightness(1.5);filter:brightness(1.5)}.section--enter{display:flex;flex-direction:column;align-items:center;position:relative;height:100%;padding-top:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section--enter .sub-title{width:1.8967rem}.section--enter .main-title{width:2.65rem}.section--enter .view-evaluation{position:absolute;width:.6633rem;top:2rem;right:.0933rem}.section--enter .act-enter{display:flex;align-items:center;justify-content:space-around;width:100%;margin-top:auto}.section--enter .act-enter .old-player,.section--enter .act-enter .new-player{display:flex;flex-direction:column;align-items:center}.section--enter .act-enter .old-player>img:nth-of-type(1),.section--enter .act-enter .new-player>img:nth-of-type(1){width:1.2966rem}.section--enter .act-enter .old-player>img:nth-of-type(2),.section--enter .act-enter .new-player>img:nth-of-type(2){width:1.7533rem}.section--enter .act-enter .old-player .enter-btn img,.section--enter .act-enter .new-player .enter-btn img{width:1.6167rem}.section--enter .act-enter .new-player img:nth-of-type(1){width:1.61666rem}.section--enter .act-enter .new-player img:nth-of-type(2){visibility:hidden}.is-normal-client .section--enter .view-evaluation{top:3.4rem;left:0;width:1.63rem;cursor:pointer}.is-normal-client .section--enter .sub-title{width:3.89rem}.is-normal-client .section--enter .main-title{width:8.64rem}.is-normal-client .section--enter .old-player>img:nth-of-type(1),.is-normal-client .section--enter .new-player>img:nth-of-type(1){width:2.72rem}.is-normal-client .section--enter .old-player>img:nth-of-type(2),.is-normal-client .section--enter .new-player>img:nth-of-type(2){width:3.58rem}.is-normal-client .section--enter .old-player .enter-btn,.is-normal-client .section--enter .new-player .enter-btn{cursor:pointer}.is-normal-client .section--enter .old-player .enter-btn img,.is-normal-client .section--enter .new-player .enter-btn img{width:3.45rem}.is-normal-client .section--enter .new-player>img:nth-of-type(1){width:3.58rem}.section--result{position:relative}.section--result img{transform:rotate(1.55deg)}.section--result .bg-box .account-type{width:1.9033rem;margin-top:.3rem}.section--result .bg-box .account-type.old{width:3rem}.section--result .bg-box .evaluation-title{width:3.05rem}.section--result .bg-box .evaluation-result{display:flex;width:100%;justify-content:space-around;margin-top:-.1rem;font-family:DragonHeir}.section--result .bg-box .evaluation-result .evaluation-rank{width:1.71rem;height:1.7633rem;background-image:url(./bg/evaluation-result.png);background-position:0 0;background-repeat:no-repeat;background-size:1.71rem 1.7633rem;display:flex;align-items:center;justify-content:center;padding-right:.06rem;margin-left:.15rem;transform:rotate(1.55deg)}.section--result .bg-box .evaluation-result .evaluation-rank p{font-size:.4856rem;color:transparent;line-height:.4856rem;background:linear-gradient(180deg,#fff1de,#fead11);background-size:auto .4856rem;-webkit-background-clip:text;background-clip:text;transform:rotate(-5.1deg)}.section--result .bg-box .evaluation-result .rank-reward{position:relative;margin-top:.25rem;margin-right:.14rem}.section--result .bg-box .evaluation-result .rank-reward img{width:1.57rem}.section--result .bg-box .evaluation-result .rank-reward p{font-size:.4856rem;color:transparent;line-height:.4856rem;background:linear-gradient(180deg,#fff1de,#fead11);background-size:auto .4856rem;-webkit-background-clip:text;background-clip:text;position:absolute;top:.25rem;left:0rem;font-size:.4846rem;transform:rotate(-2.55deg)}.section--result .bg-box .evaluation-result .rank-reward p.en{left:.1rem;top:.68rem}.section--result .bg-box .evaluation-result .rank-reward p.ko{top:.05rem}.section--result .bg-box .evaluation-result .rank-reward p.ru{top:.34rem;left:.1rem}.section--result .bg-box .pack-title{width:2.896rem;margin-top:.25rem}.section--result .bg-box .result-pack-rank{width:1.886rem}.section--result .bg-box .view-result{width:1.099rem}.section--result .bg-box .view-result img{width:100%}.section--result .bg-box .reset-text{width:2.7366rem}.section--result .bg-box .pack-desc{display:flex;align-items:center;justify-content:center;gap:.34rem;width:3.19rem;margin:.1rem 0}.section--result .bg-box .pack-desc .pack-icon{width:.6rem;height:.6rem;background-image:url(./bg/pack-box.png);background-position:0 0;background-repeat:no-repeat;background-size:.6rem .6rem;padding:.04rem}.section--result .bg-box .pack-desc .pack-icon img{width:100%;height:100%}.section--result .bg-box .reset-btn{width:1.3466rem}.section--result .bg-box .reset-btn img{width:100%}.is-normal-client .section--result .bg-box{display:flex;flex-direction:column;align-items:center;position:absolute;top:.75rem;left:3.26rem;width:5.15rem;height:7.86rem;transform:rotate(-1.55deg)}.is-normal-client .section--result .bg-box .account-type{width:3rem;margin-top:.3rem}.is-normal-client .section--result .bg-box .account-type.old{width:3.3rem}.is-normal-client .section--result .bg-box .evaluation-title{width:4rem}.is-normal-client .section--result .bg-box .evaluation-result{justify-content:center}.is-normal-client .section--result .bg-box .evaluation-result .evaluation-rank{width:2.18rem;height:2.18rem;background-image:url(./bg/evaluation-result.png);background-position:0 0;background-repeat:no-repeat;background-size:2.18rem 2.18rem}.is-normal-client .section--result .bg-box .evaluation-result .evaluation-rank p{font-size:.618rem;color:transparent;line-height:.618rem;background:linear-gradient(180deg,#fff1de,#fead11);background-size:auto .618rem;-webkit-background-clip:text;background-clip:text}.is-normal-client .section--result .bg-box .evaluation-result .rank-reward img{width:2rem}.is-normal-client .section--result .bg-box .evaluation-result .rank-reward p{font-size:.6118rem;color:transparent;line-height:.6118rem;background:linear-gradient(180deg,#fff1de,#fead11);background-size:auto .6118rem;-webkit-background-clip:text;background-clip:text;top:.35rem;left:0rem}.is-normal-client .section--result .bg-box .evaluation-result .rank-reward p.en{left:.1rem;top:.97rem}.is-normal-client .section--result .bg-box .evaluation-result .rank-reward p.ko{top:.1rem}.is-normal-client .section--result .bg-box .evaluation-result .rank-reward p.ru{top:.45rem;left:.1rem}.is-mini-client .section--result .bg-box{display:flex;flex-direction:column;align-items:center;position:absolute;top:.44rem;left:-.08rem;width:3.54666rem;height:6.59rem;transform:rotate(-1.55deg)}.page--home{position:relative;color:#fce3c4}.page--home .bg-img{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.page--home .bg-img.blur{-webkit-filter:blur(5px);filter:blur(5px)}.page--home .global-layouy{display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:999;padding:0 .25rem;font-size:.24rem;color:#fce3c4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page--home .global-layouy .logo{width:2.19rem}.page--home .global-layouy .operation-nav{display:flex;align-items:center}.page--home .global-layouy .operation-nav .act-rule{display:flex;align-items:center;gap:.1rem;cursor:pointer}.page--home .global-layouy .operation-nav .act-rule:before{width:.41rem;height:.41rem;background-image:url(./icon/tip.png);background-position:0 0;background-repeat:no-repeat;background-size:.41rem .41rem;display:block;content:""}.page--home .global-layouy .operation-nav i{width:.02rem;height:.29rem;margin:0 .15rem;background-color:#393229}.page--home .global-layouy .operation-nav .language-switcher{position:relative}.page--home .global-layouy .operation-nav .language-switcher .language-text{display:flex;align-items:center;gap:.1rem;cursor:pointer}.page--home .global-layouy .operation-nav .language-switcher .language-text:before{width:.16rem;height:.11rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAsUlEQVQokZ3RPWoCURTF8Z/DkG24n7Ra24Rg0ojgRkQsxCZFCAiWbiFVQCsRtVFwAQp+gBBIisnA8JiRMad7557zh3tf5Xv3+Yqq/+ktxhRdPNxZnmAd4QudO8sbNPAT/Rl9jEqWr6jjAFFm8IxlCUALs/SRBZxQw/lG+R3DrBEFgQWaBeU5XkIzBMAHBoF3lOx9KQOAtuR7Uz1hlRcsAqSX3qOHcUFOXDTAFo8yF8/TL38ZIZVcRmtkAAAAAElFTkSuQmCC);background-position:0 0;background-repeat:no-repeat;background-size:.16rem .11rem;display:block;content:"";transform:rotate(-90deg);transition:.2s}.page--home .global-layouy .operation-nav .language-switcher.expand .language-text:before{transform:rotate(0)}.page--home .global-layouy .operation-nav .language-switcher .language-panel{display:flex;flex-direction:column;justify-content:space-between;position:absolute;top:.4rem;left:.22rem;width:.77rem;height:1.85rem;border:2px solid #2c2521;font-size:.14rem;background-color:#130f0e}.page--home .global-layouy .operation-nav .language-switcher .language-panel .language-item{display:flex;align-items:center;flex-basis:16.667%;padding:0 .08rem;cursor:pointer;white-space:nowrap}.page--home .global-layouy .operation-nav .language-switcher .language-panel .language-item:hover{background-color:rgba(232,232,211,.2)}.page--home .global-layouy .operation-nav .logout{display:flex;align-items:center;gap:.1rem}.page--home .global-layouy .operation-nav .logout:before{width:.17rem;height:.17rem;background-image:url(data:image/png;base64,UklGRkgDAABXRUJQVlA4WAoAAAAQAAAAJQAAJQAAQUxQSCgCAAABmTM0RPQ/BNJsbU/b6P0MwTIzM3dv3dwsgnmmGGobJkMT0Y+4kmYHERMwATeXbcghHAAQSBv66YOPusDuBhdRFAKjCmECEUaxc8rFMSRJcCmBvoilHAIAjgRwTIkNMGA3QrJAk1GAWOqDtBToqergXEAUYcks+J9lXxUwHiAwa1uKLQdIAFX3WmB0nAfsE4BID8AASKDrcgiSwShRwDRrwQJHQxFj4HAxRmM27JrX9sMtA5eLUUzIhGXL8pSCsg4tIAqYcoxrzq4T5K97fVoKMRKGuIxZ29aQUEvbkEaiLyfDk8QQjxCLABw4NCVW94ozmLFrAQBRAIAA11bVBZCyakMWhDoCgtaKKxskSHQpgVctDADAlHVLMkJ1A1pT1mUAAAEAAprj1izIeAPaDg9Y9Sya5nBpWSdvemJakuCzIhTcutei1VU24EiSIGXchDG+kbZbP9yqC2i9+KzMBUQBAMGRs2jDqhwA6Prmo796PKDd9KAK3vdNWrQkC7iKgt8KOsBwKBDjQCEjkuTLyfPBg986qiTQJAokKvAuSfMNBUoeSTmgrZAkTZ9Parj3kzADtCUBzPteVQTAVJLMQkW36qZkGHEWGmoYMM7IicVSwKEI3HsCA/oSEAIL9kxTCBBoK6hikuxuurbJxwGBqp/uBSxNGJm0YpYPAIjjWU1AsZMngW4GKEOWQgAOoiS4lK68DAfY/YFxeSDJI7kmjCOWijjQTcnLA8tWUDgg+gAAAJAHAJ0BKiYAJgA+GQyFQaEEcQAEAGEs4BlEG1fQAE7wRvYNX4IO6cK+92/u64g0UwXAFxTHQJzrufsIhJ0ynfudGM6/yAD++uJ5zyec6x+GXV+cBRAMvdydITkRYy43/87yH/vStn/vR5Ohv+4P1Z9/IIc8noMtmxxNjLw68pqJjjKGnLLRBYoCLgshd3F2pF/ezZ9tgPsO3X/OFckO7dk0+yL0s2PiOnJ7NuBIM9tQGZDb2urKbpRayWRoz6W1UIs3hbSmDXLSbRwceYDCpCsfIwG6Cn9ixnmKaBC2nSPTSGmozrFdb8qaksgYLf1+QEug+xNeiAAAAAA=);background-position:0 0;background-repeat:no-repeat;background-size:.17rem .17rem;display:block;content:"";-webkit-filter:brightness(1.25);filter:brightness(1.25)}.page--home .global-layouy .operation-nav .user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page--home .content-wrap{width:100%;height:100%;transition:.2s}.page--home .content-wrap.hide{opacity:0;pointer-events:none}.page--home .mobile-tip{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:300;width:100vw;height:100vh;background-color:#1c1b1b}.is-normal-client .page--home{width:19.2rem;height:10.8rem;padding:1rem 3.8rem}.is-normal-client .page--home .bg-img.enter{background-image:url(./bg/enter-pc.png)}.is-normal-client .page--home .bg-img.result{background-image:url(./bg/result-pc.png)}.is-normal-client .page--home .global-layouy{width:calc(100% - 39vw)}.is-normal-client .page--home .logout{cursor:pointer}.is-normal-client .page--home .user-name{max-width:2rem}.is-mini-client .page--home{width:3.75rem;height:8.12rem;padding:.84rem 0 .9rem}.is-mini-client .page--home .bg-img.enter{background-image:url(./bg/enter-h5.png)}.is-mini-client .page--home .bg-img.result{background-image:url(./bg/result-h5.png)}.is-mini-client .page--home.enter{height:100vh;padding:10.5vh 0 14vh}.is-mini-client .page--home.enter .bg-img{background-size:cover}.is-mini-client .page--home .global-layouy{width:100%}.is-mini-client .page--home .global-layouy .logo{width:.89666rem}.is-mini-client .page--home .global-layouy .operation-nav{font-size:.08rem}.is-mini-client .page--home .global-layouy .operation-nav .act-rule{gap:.04rem}.is-mini-client .page--home .global-layouy .operation-nav .act-rule:before{width:.1367rem;height:.1367rem;background-image:url(./icon/tip.png);background-position:0 0;background-repeat:no-repeat;background-size:.1367rem .1367rem}.is-mini-client .page--home .global-layouy i{width:.0067rem;height:.0967rem;margin:0 .06rem}.is-mini-client .page--home .global-layouy .language-switcher .language-text{gap:.04rem}.is-mini-client .page--home .global-layouy .language-switcher .language-text:before{width:.0533rem;height:.0367rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAsUlEQVQokZ3RPWoCURTF8Z/DkG24n7Ra24Rg0ojgRkQsxCZFCAiWbiFVQCsRtVFwAQp+gBBIisnA8JiRMad7557zh3tf5Xv3+Yqq/+ktxhRdPNxZnmAd4QudO8sbNPAT/Rl9jEqWr6jjAFFm8IxlCUALs/SRBZxQw/lG+R3DrBEFgQWaBeU5XkIzBMAHBoF3lOx9KQOAtuR7Uz1hlRcsAqSX3qOHcUFOXDTAFo8yF8/TL38ZIZVcRmtkAAAAAElFTkSuQmCC);background-position:0 0;background-repeat:no-repeat;background-size:.0533rem .0367rem}.is-mini-client .page--home .global-layouy .language-switcher.expand .language-text:before{transform:rotate(0)}.is-mini-client .page--home .global-layouy .language-switcher .language-panel{width:.4667rem;height:1.1167rem;top:.187rem;left:0}.is-mini-client .page--home .global-layouy .language-switcher .language-panel .language-item{font-size:.0844rem;display:flex;align-items:center;flex-basis:16.667%;padding:0 .04rem}.is-mini-client .page--home .global-layouy .logout{gap:.05rem}.is-mini-client .page--home .global-layouy .logout:before{width:.065rem;height:.065rem;background-image:url(data:image/png;base64,UklGRkgDAABXRUJQVlA4WAoAAAAQAAAAJQAAJQAAQUxQSCgCAAABmTM0RPQ/BNJsbU/b6P0MwTIzM3dv3dwsgnmmGGobJkMT0Y+4kmYHERMwATeXbcghHAAQSBv66YOPusDuBhdRFAKjCmECEUaxc8rFMSRJcCmBvoilHAIAjgRwTIkNMGA3QrJAk1GAWOqDtBToqergXEAUYcks+J9lXxUwHiAwa1uKLQdIAFX3WmB0nAfsE4BID8AASKDrcgiSwShRwDRrwQJHQxFj4HAxRmM27JrX9sMtA5eLUUzIhGXL8pSCsg4tIAqYcoxrzq4T5K97fVoKMRKGuIxZ29aQUEvbkEaiLyfDk8QQjxCLABw4NCVW94ozmLFrAQBRAIAA11bVBZCyakMWhDoCgtaKKxskSHQpgVctDADAlHVLMkJ1A1pT1mUAAAEAAprj1izIeAPaDg9Y9Sya5nBpWSdvemJakuCzIhTcutei1VU24EiSIGXchDG+kbZbP9yqC2i9+KzMBUQBAMGRs2jDqhwA6Prmo796PKDd9KAK3vdNWrQkC7iKgt8KOsBwKBDjQCEjkuTLyfPBg986qiTQJAokKvAuSfMNBUoeSTmgrZAkTZ9Parj3kzADtCUBzPteVQTAVJLMQkW36qZkGHEWGmoYMM7IicVSwKEI3HsCA/oSEAIL9kxTCBBoK6hikuxuurbJxwGBqp/uBSxNGJm0YpYPAIjjWU1AsZMngW4GKEOWQgAOoiS4lK68DAfY/YFxeSDJI7kmjCOWijjQTcnLA8tWUDgg+gAAAJAHAJ0BKiYAJgA+GQyFQaEEcQAEAGEs4BlEG1fQAE7wRvYNX4IO6cK+92/u64g0UwXAFxTHQJzrufsIhJ0ynfudGM6/yAD++uJ5zyec6x+GXV+cBRAMvdydITkRYy43/87yH/vStn/vR5Ohv+4P1Z9/IIc8noMtmxxNjLw68pqJjjKGnLLRBYoCLgshd3F2pF/ezZ9tgPsO3X/OFckO7dk0+yL0s2PiOnJ7NuBIM9tQGZDb2urKbpRayWRoz6W1UIs3hbSmDXLSbRwceYDCpCsfIwG6Cn9ixnmKaBC2nSPTSGmozrFdb8qaksgYLf1+QEug+xNeiAAAAAA=);background-position:0 0;background-repeat:no-repeat;background-size:.065rem .065rem;display:block;content:""}.is-mini-client .page--home .global-layouy .user-name{max-width:.4rem}@font-face{font-family:HeirofLightBold;src:url(./font/%E9%9F%A9%E6%96%87-%E6%A0%87%E9%A2%98-HeirofLightBold.ttf);font-weight:400;font-style:normal}@font-face{font-family:SourceHanSerif;src:url(./font/%E4%B8%AD%E6%96%87-%E6%AD%A3%E6%96%87-SourceHanSerifCN.ttf);font-weight:400;font-style:normal}@font-face{font-family:QingYaSong;src:url(./font/%E4%B8%AD%E6%96%87-%E8%89%BA%E6%9C%AF%E5%AD%97-QingYaSong.ttf);font-weight:400;font-style:normal}@font-face{font-family:DragonHeir;src:url(./font/%E7%89%B9%E6%AE%8A-DragonHeir.ttf);font-weight:400;font-style:normal}html,body{box-sizing:border-box;width:100%;height:100%;padding:0;margin:0;font-size:.3rem;overflow-x:hidden}html *,body *{box-sizing:border-box}html p,body p{margin:0}html i,body i,html em,body em{text-decoration:none}html a,body a{display:inline-block;text-decoration:none}html img,body img{height:auto}#root.zh{font-family:SourceHanSerif}.app{display:flex;align-items:center;justify-content:center;position:relative;min-width:100vw;min-height:100vh}.app:after{content:"";position:absolute;z-index:-2;width:100%;height:100%;background-color:#0d0807}
