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

    body {
        display: none;
    }

    #jSplash {
        width: 170px;
        height: 170px;
        margin: auto;
        background: url("../images/logo-nissan-1.jpg") no-repeat;
    }

    #jpreOverlay {
        background: #c3002f;
        /* Old browsers */
    }

    #jpreSlide {
        font-size: 15px;
        font-weight: bold;
        color: #ccc;
        text-align: center;
        font-family: Georgia;
        width: 100%;
        margin: auto;
    }
    /*這個是顯示百分比的長條*/

    #jpreLoader {
        margin-top: 2%;
        width: 100%;
        height: 3px;
    }

    #jpreBar {
        background: #FFF;
    }


    @media screen and (max-width:1440px) {
        #jpreLoader {
            margin-top: 6%;
    }

        @media screen and (max-width:800px) {
        #jpreLoader {
            margin-top: 20%;
    }