img{vertical-align:bottom}.ylLoading{top:0;left:50%;transform:translate(-50%);width:min(430px,100vw);height:100%;display:flex;z-index:999999;position:fixed;align-items:center;justify-content:center;background:#00000080}.ylLoading .load{display:flex;align-items:center;flex-direction:column}.ylLoading .load .loading-text{color:#fff;font-size:18px;margin-top:10px;font-weight:700}.ylLoading .load .spinner{border:6px solid rgba(255,255,255,.3);border-radius:50%;border-top:6px solid white;width:50px;height:50px;animation:spin 1s linear infinite}#helpInfo{top:0;left:50%;transform:translate(-50%);z-index:999;display:flex;position:fixed;overflow:hidden;width:min(430px,100vw);height:100vh;align-items:center;justify-content:center;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#helpInfo .helpInfo{display:flex;width:calc(100% - 60px);max-width:320px;background:#fff;border-radius:18px;align-items:center;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px #00000059;animation:helpPopIn .3s cubic-bezier(.34,1.56,.64,1) both}#helpInfo .helpInfo .help-header{width:100%;padding:28px 20px 36px;background:linear-gradient(135deg,#3467d4,#5b8de8);display:flex;flex-direction:column;align-items:center;position:relative}#helpInfo .helpInfo .help-header:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:22px;background:#fff;border-radius:50% 50% 0 0/22px 22px 0 0}#helpInfo .helpInfo .help-header .help-icon{width:58px;height:58px;border-radius:50%;background:#ffffff38;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;margin-bottom:12px}#helpInfo .helpInfo .help-header .help-icon svg{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}#helpInfo .helpInfo .help-header .help-title{color:#fff;font-size:17px;font-weight:600;letter-spacing:2px;text-shadow:0 1px 4px rgba(0,0,0,.2)}#helpInfo .helpInfo .content{color:#333;font-size:15px;line-height:1.75;padding:22px 24px 24px;text-align:center;word-break:break-all}#helpInfo .helpInfo .btn{width:calc(100% - 40px);margin:0 20px 22px;background:linear-gradient(135deg,#3467d4,#5b8de8);color:#fff;font-size:16px;font-weight:500;line-height:48px;border-radius:24px;text-align:center;letter-spacing:1px;box-shadow:0 8px 20px #3467d473;cursor:pointer;transition:opacity .15s}#helpInfo .helpInfo .btn:active{opacity:.8}@keyframes helpPopIn{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.noMobile{display:flex;width:100vw;height:100vh;align-items:center;flex-direction:column;justify-content:center}.noMobile .noOpen{display:flex;align-items:center;flex-direction:column;justify-content:center}.form{overflow:hidden;margin:60px 30px 0}.form .input{display:flex;overflow:hidden;background:#fff;border-radius:5px;flex-direction:row;align-items:center;margin-bottom:20px;border:1px solid #67afe9;justify-content:space-between}.form .input input{border:none;outline:none;padding:15px;width:calc(100% - 56px)}.form .input img{height:22px;margin-right:10px}.form .input:nth-last-child(1){margin-bottom:0}.form .submit{overflow:hidden;margin:40px 20px 0}.form .submit button{width:100%;color:#fff;border:none;outline:none;line-height:45px;border-radius:5px;background:linear-gradient(to bottom right,#3467d4,#3467d4)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
