.motify {
	background: rgba(0, 0, 0, 0.8); margin: 0px 0px 0px -110px; padding: 0px; border-radius: 6px; left: 50%; top: 35%; width: 220px; 
    color: rgb(255, 255, 255); line-height: 1.5em; font-size: 14px; position: fixed; z-index: 9999; opacity: 0.9; 
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.motify .motify-inner {
	padding: 10px; text-align: center; -ms-word-wrap: break-word;
}

  .mask-layer-loading {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 999999;
            top: 0;
            left: 0;
            text-align: center;
            display: none;
        }

            .mask-layer-loading i, .mask-layer-loading img {
                text-align: center;
                color: #000000;
                font-size: 50px;
                position: relative;
                top: 50%;
            }