.integral-hei{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    filter:alpha(opacity=15);
    display: none;
}
.integral-dialog{
    z-index: 10;
    background: #fff;
    border: 4px solid rgba(0,0,0,.1);
    border: 4px solid #ccc\9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: fixed;
    top: 0%;
    margin-top: 200px;
    left: 50%;
    padding-bottom: 20px;
    display: none;
    font-family: "Microsoft YaHei";
}
.integral-dialog .integral-title{
    position: relative;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
}
.integral-dialog .integral-title h3{
    line-height: 31px;
    height: 31px;
    font-size: 14px;
    padding-left: 0px;
    background: none;
    color: #666;
    margin: 0px;
}
.ui-dialog-close {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 10 !important;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(../img/dialog.png) no-repeat;
    font-size: 0;
}
.integral-dialog .integral-text{
    padding:0;
    height: 100px;
    overflow: hidden;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
.integral-dialog .operation{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.integral-dialog .operation .integral_login{
    float: left;
    width: 94px;
    height: 34px;
    background: #e50076;
    border: none;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}
.integral-dialog .operation a{
    float: left;
    width: 92px;
    height: 32px;
    background: #fff;
    border: 1px solid #dddcdc;
    color: #313232;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.popup {
    position: relative;
}
.popup .waiting-img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100000;
    margin: 0 auto;
}
