﻿
/*
** 原始創作: 中華民國 / 台灣 / 高雄市 / 王裕文 / Tiger老師
**
** Tiger老師是全世界第一個自動架站引擎的發明者
**
** Line ID : hi6vhivv
**
** 電子信箱: hi6vhivv@gmail.com / hi6vhivv@yahoo.com.tw
**
** 服務網址: http://www.tiger.com6.tw
**
** 服務項目: 專門研發【自動化 / 超速級】架站引擎丶開站平台；從 Web 1.0 開始己經有二十幾年的經歷。
**
** 專業供應:每年至少都會推出一種全新觀念的架站引擎提供給同業採用,歡迎聯絡。
**
** Tiger老師 / 網業發展研究工作室 http://www.tiger.com6.tw
**
** 新台灣廟宇文化平台: http://www.001.com8.tw/
**
** 七頁膽架站引擎: http://www.vvv.tw
**
** 來來來.來台灣店家情報站: http://www.Top1.tw
**
** 來來來.影音分享部落: http://www.178.tw
*/

.ms-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    z-index: 50000;
    height: 100%;
    width: 100%
}

.spinner {
    width: 60px;
    height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.dot1,.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ff1100;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
