@charset "UTF-8";@keyframes animation_loading{0%{transform:translateX(0)}100%{transform:translateX(-30000px)}}.loading_box .mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:rgba(0,0,0,.7019607843)}.loading_box .loading_img_content{position:fixed;top:50%;left:50%;z-index:6000;overflow:hidden;width:150px;height:150px;border-radius:12px;transform:translate(-50%,-50%)}.loading_box .loading_img_box{overflow:hidden;margin:0 auto;width:150px;height:150px}.loading_box .loading_img_box img{width:auto;height:100%;animation:animation_loading 2.5s steps(200) infinite}