/**
 * Plugin Popup Style Sheet
 */
.popup-box{
    width: 190px;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    position: fixed;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.popup-box p {
    margin: 10px;
}

.popup-box .ico-loading {
    background: url("/app_js/wanlitong/v40/wap/vendor/WLT/images/loading.gif");
    height: 24px;
    width: 24px;
    display: block;
    background-size: contain;
    margin: 0 auto;
}
.popup-box .indicator span {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    background-color: #AAAAAA;
}
.popup-box .indicator span.active{
    background-color: #fff;
}