.czdailogmask {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.myqg_czdailog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 210px;
    background-color: #fff;
    z-index: 1001;
}
.czdailog_tl {
    height: 35px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #ff4400;
}
.czdailog_close {
    height: 17px;
    width: 17px;
    cursor: pointer;
    background: url(/images/MyQg/close_17.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.czdailog_center {
    text-align: center;
    margin: 40px auto 10px;
}
.czdailog_op {
    text-align: center;
    padding-top: 5px;
}
.czdailog_op span {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.czdailog_op span.cz_btn_ok {
    margin-right: 40px;
    background-color: #ff4400;
}
.czdailog_op span.cz_btn_cancel {
    background-color: #7e7e7e;
}
.czdailog_deatil{
    font-size: 16px;
}