﻿@charset "utf-8";
body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99990;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 37%;
    background-image: url(https://static.xintupianfuwu.com/static/images/animated/bstLoader2.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#logoloader {
    width: 200px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 28%;
    /*background-image: url(https://static.xintupianfuwu.com/static/images/animated/bst-logoL.png);*/
    background-repeat: no-repeat;
    background-position: center;
    margin: -150px 0 0 -100px;
}