 /*這邊的CSS都是可以自己控制的*/

    body {
        display: none;
    }
    
    #jSplash {
        width: 160px;
        height: 127px;
        margin: auto;
        background: url("../images/LG.png") no-repeat;
    }
    
    #jpreOverlay {
        background:#FFF;
    }
    
    #jpreSlide {
        font-size: 15px;
        color: #FFF;
        text-align: center;
        font-family: Georgia;
        width: 100%;
        margin: auto;
    }
    /*這個是顯示百分比的長條*/
    
    #jpreLoader {
        margin-top:-2%;
        width: 100%;
        height: 2px;
    }
    
    #jpreBar {
        background:#d7085b;
    }
    
