.ct-icon {
    &.icon-loading,&.icon-loading-arc {
        animation: rotate 1.5s linear infinite;
        -webkit-animation : rotate 1.5s linear infinite;
    }
    // &.icon-loading-arc {
    //     transform-origin: left bottom;
    // }
} 