body{margin:0;background:#fcf5eb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;user-select:none}.wrapper{display:flex;padding:14px 40px;flex-direction:column;min-height:100vh;box-sizing:border-box}.header{height:80px}.logo{height:26px;display:flex;align-items:center;column-gap:4px;color:#25d366}.logo .icon{margin-top:-4px}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:16px;flex:1}.download{padding:24px 48px;border:1px solid #000;border-radius:25px;display:flex;align-items:center;background:#fff;column-gap:24px;color:#111b21}.download .title{display:flex;flex-direction:column;justify-content:center;row-gap:4px;width:500px;line-height:24px}.download .name{font-size:18px;font-weight:500}.download .desc{font-size:16px;font-weight:400;line-height:20px}.download button{padding:10px 24px;border:1px solid #000;border-radius:26px;background:#25d366;font-size:16px;font-weight:500;height:52px;min-width:162px;color:#111b21;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden;transition:color .33s linear .5s,border-color ease-out .5s,background-color .33s linear 0s}.download button:hover{color:#fff}.download button div{z-index:2;display:flex;justify-content:center;align-items:center;line-height:16px;column-gap:14px}.download button::after{content:"";position:absolute;width:158px;height:158px;background:#111b21;border-radius:50%;top:0;transform:scale(1) translateY(67px);transition:transform 1s cubic-bezier(.66,0,.34,1)}.download button:hover::after{transform:scale(1.47) translateY(0)}.download button svg{margin-top:-2px}.content{padding:48px;border:1px solid #000;border-radius:25px;background:#fff;color:#111b21;display:flex;justify-content:space-between;column-gap:24px}.content .info{display:flex;flex-direction:column;row-gap:40px;width:522px}.content .info .title{font-weight:400;font-size:2rem}.content .info ol{margin:0;padding:0;font-size:1.125rem;list-style:none;line-height:24px;position:relative;display:flex;flex-direction:column;row-gap:20px}.content .info ol li{column-gap:12px;display:flex;align-items:flex-start;letter-spacing:-.18px;z-index:1}.content .info ol li .number{height:24px;width:24px;border:1px solid #000;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:14px;color:#000;background:#fff;flex-shrink:0}.content .info ol li .text{display:flex;flex-wrap:wrap;align-items:center}.content .info ol li .text strong{font-weight:500;white-space:nowrap;display:inline-flex;flex-wrap:nowrap;align-items:center}.content .info ol li .text .icon-ws{border-radius:6px}.content .info ol li .text .icon{height:24px;border:1px solid #959393;border-radius:7px;background:#f7f8fa;box-sizing:border-box;padding:2px 0}.content .info ol li .text .icon.setting{padding:2px}.content .info ol li .text .icon svg{opacity:.7}.content .info ol .line{position:absolute;width:1px;height:calc(100% - 24px);background:#000;margin-inline-start:12.5px;margin-inline-end:12.5px}.content .info .remember{display:flex;align-items:center;column-gap:12px;height:26px}.content .info .remember input[type=checkbox]{appearance:none;width:18px;height:18px;border:2px solid #6c777f;background-color:#fff;cursor:pointer;border-radius:2px;position:relative;margin:4px}.content .info .remember input[type=checkbox]:checked{background:#25d366;border:none}.content .info .remember input[type=checkbox]:checked::before{content:"";width:5px;top:1px;left:6px;height:10px;border-bottom:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);position:absolute}.content .info .remember .text{font-weight:500;display:flex;align-items:center;column-gap:4px;line-height:16px}.content .right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-top:22px;padding-bottom:4px}.content .right .code{width:228px;height:228px;position:relative;display:flex;justify-content:center;align-items:center}.content .right .code .loading{width:100%;height:100%;background:#f4f4f4;border-radius:12px;display:flex;justify-content:center;align-items:center;position:absolute}.content .right .code .loading svg{animation-iteration-count:infinite;animation-duration:2s;animation-name:routes;animation-timing-function:linear}.content .right .code .loading svg .circless{stroke:#626262;stroke-dashoffset:0;stroke-linecap:round;stroke-dasharray:1,150;animation-name:eirysc09;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes routes{100%{transform:rotate(360deg)}}@keyframes eirysc09{0%{stroke-dasharray:1,150;stroke-dashoffset:0}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}}.content .right .code .icon{display:none;position:absolute;margin-top:4px;z-index:3}.content .right .code .qrcode{position:absolute;z-index:2}.content .right .phone{line-height:20px;display:flex;align-items:center;column-gap:4px;font-size:16px;font-weight:500;text-decoration-line:underline;text-decoration-color:#25d366;text-decoration-thickness:2px;text-underline-offset:4px;cursor:pointer}.content .right .phone:hover{color:#25d366}.content .right .phone svg{transform:scaleX(-1)}.hint{display:flex;flex-direction:column;row-gap:24px;align-items:center;padding-top:8px}.hint .none{display:flex;column-gap:8px;color:#111b21;font-size:18px}.hint .none .no{padding-top:8px;line-height:140%}.hint .none .start{display:flex;align-items:center;column-gap:4px;font-size:16px;font-weight:500;text-decoration-line:underline;text-decoration-color:#25d366;text-decoration-thickness:2px;text-underline-offset:4px;cursor:pointer;padding-top:12px;height:16px;line-height:16px}.hint .none .start:hover{color:#25d366}.hint .none .start svg{transform:scaleX(-1)}.hint .encrypt{display:flex;align-items:center;column-gap:4px;color:rgba(0,0,0,.6);line-height:20px}.hint .encrypt span{line-height:110%}.hint .privacy{font-size:12px;color:rgba(0,0,0,.6);cursor:pointer;letter-spacing:-.12px;line-height:130%}.hint .privacy:hover{text-decoration:underline}.footer{height:80px}