
.dialog-box {
    font: normal 12px '\5FAE\8F6F\96C5\9ED1';
    height: auto;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 99999;
    display: none;
    border: none;

}

.show {
    display: block;
}

.normal {
    background: #fff;
    background: url("tanchu.png")/*tpa=http://zh.xuehuiwang.com/newpower/baidu/search/jk/4/images/tanchu.png*/;
}

.correct {
    border-top: 4px solid #66be8c;
    background: #f8fffb;
}

.error {
    border-top: 4px solid #f5694b;
    background: #fff8f7;
}

.dialog-box-container {
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
}

.dialog-box-title {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.dialog-box-title h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    float: left;
}

.dialog-box-close {
    font-size: 40px;
    color: #ce4140;
    cursor: pointer;
    display: block;
    position: absolute;
    top:96px;
    right:132px;
}

.dialog-box-close:hover {
    color: #f00;
}

.dialog-box-content {
    font-family: 'Microsoft YaHei';
    padding: 2px;
    line-height: 24px;
    margin: 0;
}

.dialog-btn {
    width: 100%;
    height:35px;
    position: absolute;
    top:358px;
    left:0;
}

.dialog-btn span {
    width:370px;
    height:35px;
    display:block;
    cursor: pointer;
    margin: 0 auto;
}

#dialog-box-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    opacity: .3;
    filter: alpha(opacity=30);
    background: #000;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#dialog-box-iframe body {
    margin: 0;
    padding: 0;
    border: 0;
}

/* effect */

