/*遮罩层div*/
#bigDiv{
    width:100%;height:100%;
    position:absolute;
    left:0;top:0;z-index:1000;
    background:rgba(0,0,0,0.5);
    display:none;
}

#dialogDiv{
    width:674px;height:450px;
    position:fixed;
    left:0;top:0;right:0;bottom:0;margin:auto;
    z-index:9999;
    background:url("../images/bg_dialog_02.png");
    display:none;
}

#dialogDiv .dialogText{
    color:#fff;font-size:14px;
    margin-left:80px;margin-top:10px;
}

#dialogDiv .Redpurse{
    width:478px;height:350px;
    background:url("../images/function_pic02.png") no-repeat;
    margin: 0 auto;
    margin-top:20px;
}

#dialogDiv .btn{
    width:13px;height:14px;
    background:url("../images/close_dialog.png") no-repeat;
    position:absolute;
    right:0;top:-18px;
    cursor:pointer;
}

/*成功案例遮罩层样式修改*/
#case-dialogDiv{
    width:824px;height:412px;background:url("../images/case-bg-02.png") no-repeat;
    position:fixed;
    left:0;top:0;right:0;bottom:0;margin:auto;
    z-index:9999;
    display:none;
}
#case-dialogDiv .btn{
    width:13px;height:14px;
    background:url("../images/close_dialog.png") no-repeat;
    position:absolute;
    right:0;top:-18px;
    cursor:pointer;
}
#case-dialogDiv .case-detail-pic{
    width:199px;height:350px;background:url("../images/case-phone02.png") no-repeat;
    margin-top:30px;margin-left:100px;
    position:relative;float:left;
}
.case-detail-pic img{
    width:88px;height:88px;
    position:absolute;
    top:100px;left:32px;
}
#case-dialogDiv .case-text-description{
    width:300px;float:left;
    color:#fff;
    margin:0 auto;
    padding-top:50px;
    padding-left:50px;
}
.case-text-description .title{
    margin-top:40px;
    text-align: center;font-size:18px;
}
.case-text-description .content{
    text-indent:24px;font-size:12px;
    margin-top:20px;
}