/*蒙板*/
.mask_div_069 {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(122, 122, 122, 0);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

/*提示框*/
.win_frm_069 {
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1001;
    box-shadow: 3px 3px 4px #e4e4e4;
    border: 1px solid #7ba3e5;
    overflow: hidden;
}

/*头部*/
.msg_head_row_069 {
    float: left;
    background-color: #a3c0e1;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #9F9CF3;
}

.msg_head_rest_069 {
    float: left;
    width: calc(100% - 60px);
    height: 100%
}

.close_bnt_069 {
    float: left;
    width: 50px;
    height: 22px;
    /*margin-top: px;*/
    font-size: 15px;
    padding: 10px 10px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    user-select: none;
    border-radius: 2px;
}

.close_bnt_069:hover {
    cursor: pointer
}

/*主体*/
.win_body_069 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc
}
