	body {
	 overflow-y: scroll;
	}
    #before-load {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 1001;
    }
    #before-load i {
      font-size: 70px;
      position: absolute;
      left: 48%;
      top: 48%;
      margin: -35px 0 0 -35px;
	  color:#666;
    }