﻿@charset "utf-8";

#loadProgress {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 400px;
}

#loadProgress .loadContent {
    width: 507px;
    height: 486px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -253px;
    margin-top: -243px;
}

#loadProgress p {
    width: 44px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    position: absolute;
    top: 247px;
    left: 220px;
    color: #000;
    font-weight: bold;
}

#loadProgress .odd {
    width: 70px;
    height: 4px;
    position: absolute;
    top: 346px;
    left: 205px;
}

#loadProgress .odd li {
    width: 5px;
    height: 4px;
    float: left;
    margin: 0 1px;
    background: url(../images/load_odd.png) 0 0 no-repeat;
}

#loadProgress .odd li.current {
    width: 5px;
    height: 4px;
    float: left;
    margin: 0 1px;
    background: url(../images/load_odd.png) -5px 0 no-repeat;
}


/*敬请期待弹框*/
#pop_Stay {
    width: 200px;
    height: 124px;
    position: absolute;
    z-index: 100;
    background: url(../images/pop_stay_bg.png) no-repeat;
    display: none;
}

#pop_Stay .sureBtn {
    width: 90px;
    height: 28px;
    position: absolute;
    top: 75px;
    left: 55px;
    background: url(../images/3361c1cde29f421eb54b7d558d5e849b.gif);
    cursor: pointer;
}


