.BODYHIDDEN{width: 100vw;height: 100vh;overflow: hidden;}
#bodyLoding {width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;background-color: #fff;z-index: 999999;display: flex;align-items: center;justify-content: center;}
#bodyLoding .load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100px;height:100px;}