.main{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}svg{width:3.75em;transform-origin:center;animation:rotate 2s linear infinite}circle{fill:none;stroke:#ff8032;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.two{font-family:PingFang SC OPPOSans;padding:10px 6px;border-radius:10px;background:linear-gradient(90deg,#FFBD8D 0%,#FFE5D8 100%);font-size:14px;margin-top:20px;color:#7c3c19}
