.pageloading-mask{animation-name:none;-webkit-animation-name:none;display:table;height:100%;width:100%;background-color:rgba(5,5,5,0.7);opacity:1;position:fixed;z-index:99999}.pageloading-mask div{display:table-cell;vertical-align:middle;text-align:center;width:100px;height:100px;background-image:none}.pageloading-mask div:before{content:"";width:60px;height:60px;position:absolute;left:0;right:0;margin:0 auto;z-index:99;margin-top:-37px;border:3px solid #0083db;border-top-color:white;border-radius:50%;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body .pageloading-mask div:after{content:" "}.pageloading-mask div:after{margin:0 auto;position:absolute;text-align:center;left:0;height:33px;right:0;padding-top:130px;width:140px;border-radius:100px;background-repeat:no-repeat;background-position:center 22px;background-size:80px 80px;margin-top:-80px}