    /*這邊的CSS都是可以自己控制的*/
    
    body {
        display: none;
    }
    
    #jSplash {
        width: 329px;
        height: 76px;
        margin: auto;
        background: url("../img/logo2.png") no-repeat;
    }
    
    #jpreOverlay {
        background: black;
    }
    
    #jpreSlide {
        font-size: 15px;
        font-weight: bold;
        color: #ccc;
        text-align: center;
        font-family: Georgia;
        width: 100%;
        margin: auto;
    }
    /*這個是顯示百分比的長條*/
    
    #jpreLoader {
        width: 100%;
        height: 5px;
    }
    
    #jpreBar {
        margin-top: -15%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41feef+0,ad5ad2+52,feb4ff+100 */
        background: rgb(65, 254, 239);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(65, 254, 239, 1) 0%, rgba(173, 90, 210, 1) 52%, rgba(254, 180, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(65, 254, 239, 1) 0%, rgba(173, 90, 210, 1) 52%, rgba(254, 180, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(65, 254, 239, 1) 0%, rgba(173, 90, 210, 1) 52%, rgba(254, 180, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#41feef', endColorstr='#feb4ff', GradientType=1);
        /* IE6-9 */
    }
    
    /*#jprePercentage {
        color: #a72ce2;
        font-family: Arial;
        font-size:28px;
        font-weight: bold;
        text-align: center;
        position: absolute;
        margin-top: -2.5%;
    }*/
