
    #editorLoading{
        background: #fafafa;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000000000;
    }
    #editorLoading .loader {
        position: absolute;
        top: 50%;
        left: 40%;
        margin-left: 10%;
        transform: translate3d(-50%, -50%, 0);
    }
    #editorLoading .dot {
        width: 24px;
        height: 24px;
        background: #3ac;
        border-radius: 100%;
        display: inline-block;
        animation: slide 1s infinite;
    }
    #editorLoading .dot:nth-child(1) {
        animation-delay: 0.1s;
        background: #ffce6f;
    }
    #editorLoading .dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #ffa868;
    }
    #editorLoading .dot:nth-child(3) {
        animation-delay: 0.3s;
        background: #ff8963;
    }
    #editorLoading .dot:nth-child(4) {
        animation-delay: 0.4s;
        background: #fc7245;
    }
    #editorLoading .dot:nth-child(5) {
        animation-delay: 0.5s;
        background: #f25b4a;
    }
    @-moz-keyframes slide {
        0% {
            transform: scale(1);
        }
        50% {
            opacity: 0.3;
            transform: scale(2);
        }
        100% {
            transform: scale(1);
        }
    }
    @-webkit-keyframes slide {
        0% {
            transform: scale(1);
        }
        50% {
            opacity: 0.3;
            transform: scale(2);
        }
        100% {
            transform: scale(1);
        }
    }
    @-o-keyframes slide {
        0% {
            transform: scale(1);
        }
        50% {
            opacity: 0.3;
            transform: scale(2);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes slide {
        0% {
            transform: scale(1);
        }
        50% {
            opacity: 0.3;
            transform: scale(2);
        }
        100% {
            transform: scale(1);
        }
    }
    #editorLoading .loaderText{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 30px;
        margin-left: -45px;
        color: #666;
    }
    #assetRotate{
        position: absolute;
        z-index: 9999999999;
        border: 1px solid #ffffff;
        width: 44px;
        height: 18px;
        line-height: 18px;
        border-radius: 4px;
        color: #333;
        background: #e7e7e7;
        top: 300px;
        left: 500px;
        text-align: center;
        font-size: 12px;
        display: none;
    }
    #relinePlace{
        position: absolute;
        z-index: 9999999999;
        border: 1px solid #ffffff;
        width: 55px;
        height: 18px;
        line-height: 18px;
        border-radius: 4px;
        color: #333;
        background: #e7e7e7;
        top: 300px;
        left: 500px;
        text-align: center;
        font-size: 12px;
        display: none;
	}