<style>    #preloader {        top: 0;        left: 0;        position: fixed;        width: 100%;        height: 100%;        background: #fff;        z-index: 999;        text-align: center;        padding-top: 200px;    }    #fountainG {        position: relative;        width: 180px;        height: 22px;        margin: auto    }    .fountainG {        position: absolute;        top: 0;        background-color: #F7FF14;        width: 22px;        height: 22px;        animation-name: bounce_fountainG;        -o-animation-name: bounce_fountainG;        -ms-animation-name: bounce_fountainG;        -webkit-animation-name: bounce_fountainG;        -moz-animation-name: bounce_fountainG;        animation-duration: 775ms;        -o-animation-duration: 775ms;        -ms-animation-duration: 775ms;        -webkit-animation-duration: 775ms;        -moz-animation-duration: 775ms;        animation-iteration-count: infinite;        -o-animation-iteration-count: infinite;        -ms-animation-iteration-count: infinite;        -webkit-animation-iteration-count: infinite;        -moz-animation-iteration-count: infinite;        animation-direction: normal;        -o-animation-direction: normal;        -ms-animation-direction: normal;        -webkit-animation-direction: normal;        -moz-animation-direction: normal;        transform: scale(.3);        -o-transform: scale(.3);        -ms-transform: scale(.3);        -webkit-transform: scale(.3);        -moz-transform: scale(.3);        border-radius: 14px;        -o-border-radius: 14px;        -ms-border-radius: 14px;        -webkit-border-radius: 14px;        -moz-border-radius: 14px    }    #fountainG_1 {        left: 0;        animation-delay: 316ms;        -o-animation-delay: 316ms;        -ms-animation-delay: 316ms;        -webkit-animation-delay: 316ms;        -moz-animation-delay: 316ms    }    #fountainG_2 {        left: 22px;        animation-delay: .3925s;        -o-animation-delay: .3925s;        -ms-animation-delay: .3925s;        -webkit-animation-delay: .3925s;        -moz-animation-delay: .3925s    }    #fountainG_3 {        left: 45px;        animation-delay: 469ms;        -o-animation-delay: 469ms;        -ms-animation-delay: 469ms;        -webkit-animation-delay: 469ms;        -moz-animation-delay: 469ms    }    #fountainG_4 {        left: 67px;        animation-delay: .5455s;        -o-animation-delay: .5455s;        -ms-animation-delay: .5455s;        -webkit-animation-delay: .5455s;        -moz-animation-delay: .5455s    }    #fountainG_5 {        left: 90px;        animation-delay: 622ms;        -o-animation-delay: 622ms;        -ms-animation-delay: 622ms;        -webkit-animation-delay: 622ms;        -moz-animation-delay: 622ms    }    #fountainG_6 {        left: 112px;        animation-delay: .6985s;        -o-animation-delay: .6985s;        -ms-animation-delay: .6985s;        -webkit-animation-delay: .6985s;        -moz-animation-delay: .6985s    }    #fountainG_7 {        left: 135px;        animation-delay: 775ms;        -o-animation-delay: 775ms;        -ms-animation-delay: 775ms;        -webkit-animation-delay: 775ms;        -moz-animation-delay: 775ms    }    #fountainG_8 {        left: 157px;        animation-delay: .8615s;        -o-animation-delay: .8615s;        -ms-animation-delay: .8615s;        -webkit-animation-delay: .8615s;        -moz-animation-delay: .8615s    }    @keyframes bounce_fountainG {        0% {            transform: scale(1);            background-color: #F7FF14        }        100% {            transform: scale(.3);            background-color: #fff        }    }    @-o-keyframes bounce_fountainG {        0% {            -o-transform: scale(1);            background-color: #F7FF14        }        100% {            -o-transform: scale(.3);            background-color: #fff        }    }    @-ms-keyframes bounce_fountainG {        0% {            -ms-transform: scale(1);            background-color: #F7FF14        }        100% {            -ms-transform: scale(.3);            background-color: #fff        }    }    @-webkit-keyframes bounce_fountainG {        0% {            -webkit-transform: scale(1);            background-color: #F7FF14        }        100% {            -webkit-transform: scale(.3);            background-color: #fff        }    }    @-moz-keyframes bounce_fountainG {        0% {            -moz-transform: scale(1);            background-color: #F7FF14        }        100% {            -moz-transform: scale(.3);            background-color: #fff        }    }</style>