.yufu-fs-loading{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:14px;height:400px;line-height:1.5;position:fixed;width:100%}.yufu-fs-loading-dot{-webkit-animation:yufuFSLoadingRotate 1.2s linear infinite;animation:yufuFSLoadingRotate 1.2s linear infinite;display:inline-block;font-size:20px;height:1em;left:50%;margin:-20px -10px -10px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:1em}.yufu-fs-loading-dot-item{-webkit-animation:yufuFSLoadingMove 1s linear infinite alternate;animation:yufuFSLoadingMove 1s linear infinite alternate;background-color:#406cf8;border-radius:50%;display:block;height:8px;opacity:.3;position:absolute;width:8px}.yufu-fs-loading-dot-item:first-child{left:0;top:0}.yufu-fs-loading-dot-item:nth-child(2){-webkit-animation-delay:.4s;animation-delay:.4s;right:0;top:0}.yufu-fs-loading-dot-item:nth-child(3){-webkit-animation-delay:.8s;animation-delay:.8s;bottom:0;right:0}.yufu-fs-loading-dot-item:nth-child(4){-webkit-animation-delay:1.2s;animation-delay:1.2s;bottom:0;left:0}.yufu-fs-loading-text{color:#406cf8;padding-top:10px;position:absolute;text-align:center;top:50%;width:100%}@-webkit-keyframes yufuFSLoadingMove{to{opacity:1}}@keyframes yufuFSLoadingMove{to{opacity:1}}@-webkit-keyframes yufuFSLoadingRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes yufuFSLoadingRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}