.pop_msg_box{width:312px; height: 160px; background:#fff ; position: fixed; top:50%; left:50%; margin:-80px 0 0 -156px; font-family: Arial,Microsoft YaHei; z-index: 110; display:none;}
.pop_msg_box .pop_title{ width:100%; height:30px; background: #dc473f; font-size:14px; color:#ffaeaa; line-height: 30px; position: relative;}
.pop_msg_box .pop_title span{ padding-left:10px;}
.pop_msg_box .pop_title .close{ width:30px; height: 30px; font-size:22px; color:#fff; line-height: 30px; text-align: center; position: absolute; top:0; right:0; cursor:pointer;}
.pop_msg_box .pop_content{ width:300px; height:73px; line-height: 28px; font-size:18px; color:#4f4f4f; padding:0 6px; display: table-cell; vertical-align: middle; text-align: center;}
.pop_msg_box .pop_btn{ width:100%; text-align:center;}
.pop_msg_box .pop_btn div{ width:96px; height: 30px; font-size:16px; color:#fff; line-height: 30px; text-align: center; letter-spacing:5px; cursor:pointer; display: inline-block; +display: inline; +zoom:1; margin:0 7px;}
.pop_msg_box .pop_btn .pop_btn_ok{ background-color: #dc473f;}
.pop_msg_box .pop_btn .pop_btn_cancel{ background-color: #999;}
.pop_mask{ width:100%; height:100%; background-color:#000; opacity:0.6; filter:alpha(opacity=60); position:fixed; top:0; left:0; z-index:99; display:none;}