.loader{position:fixed;top:0;left:250px;right:0;bottom:0;z-index:100;display:none;background-color:#fff}.loader.show{display:block}.loader .circle{width:36px;height:36px;margin:100px auto}.loader .circle .load-circle-front{animation:circle-loading .8s infinite reverse;stroke-dasharray:50;stroke:#0c0c0c;fill:none;stroke-width:2;pointer-events:none}.loader .circle .load-circle-back{stroke:rgba(12,12,12,.2);fill:none;stroke-width:2;pointer-events:none}@media (max-width:1024px){.loader{top:45px;left:0}}